-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprototype.sln
26 lines (26 loc) · 1.34 KB
/
prototype.sln
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2857B73E-F847-4B02-9238-064979017E93}") = "prototype", "prototype.cproj", "{B31EAE28-1035-4352-9F15-82C2723F49DB}"
EndProject
Project("{2857B73E-F847-4B02-9238-064979017E93}") = "sac", "sac\sac.cproj", "{F40E7387-A655-400F-944A-D45BE3E037EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B31EAE28-1035-4352-9F15-82C2723F49DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B31EAE28-1035-4352-9F15-82C2723F49DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B31EAE28-1035-4352-9F15-82C2723F49DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B31EAE28-1035-4352-9F15-82C2723F49DB}.Release|Any CPU.Build.0 = Release|Any CPU
{F40E7387-A655-400F-944A-D45BE3E037EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F40E7387-A655-400F-944A-D45BE3E037EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F40E7387-A655-400F-944A-D45BE3E037EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F40E7387-A655-400F-944A-D45BE3E037EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = prototype.cproj
EndGlobalSection
EndGlobal