-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAvrSim.sln
More file actions
31 lines (31 loc) · 1.54 KB
/
AvrSim.sln
File metadata and controls
31 lines (31 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvrSim", "AvrSim\AvrSim.csproj", "{CB7C8FA8-2EF4-4BF5-89E5-E67FD6409B64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvrSimTests", "AvrSimTests\AvrSimTests.csproj", "{2CF4E560-E7BD-4DF2-A179-FB4DDD023CDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB7C8FA8-2EF4-4BF5-89E5-E67FD6409B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB7C8FA8-2EF4-4BF5-89E5-E67FD6409B64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB7C8FA8-2EF4-4BF5-89E5-E67FD6409B64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB7C8FA8-2EF4-4BF5-89E5-E67FD6409B64}.Release|Any CPU.Build.0 = Release|Any CPU
{2CF4E560-E7BD-4DF2-A179-FB4DDD023CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF4E560-E7BD-4DF2-A179-FB4DDD023CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CF4E560-E7BD-4DF2-A179-FB4DDD023CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF4E560-E7BD-4DF2-A179-FB4DDD023CDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF6A2A01-AD07-49D8-8AC0-408E4D51D613}
EndGlobalSection
EndGlobal