-
Notifications
You must be signed in to change notification settings - Fork 3
/
SharpSteer-v2.sln
30 lines (30 loc) · 1.59 KB
/
SharpSteer-v2.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
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSteer.x86", "SharpSteer\SharpSteer-v2.x86.csproj", "{12BFDAB0-C79E-4191-8A1C-7A62D7A79877}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo-v2.x86.csproj", "{C8CF8A16-F43B-49A0-92CF-1F28DF741D39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12BFDAB0-C79E-4191-8A1C-7A62D7A79877}.Debug|x86.ActiveCfg = Debug|x86
{12BFDAB0-C79E-4191-8A1C-7A62D7A79877}.Debug|x86.Build.0 = Debug|x86
{12BFDAB0-C79E-4191-8A1C-7A62D7A79877}.Release|x86.ActiveCfg = Release|x86
{12BFDAB0-C79E-4191-8A1C-7A62D7A79877}.Release|x86.Build.0 = Release|x86
{EE6B233C-5819-47F4-B3B2-ADAA0662E1B8}.Debug|x86.ActiveCfg = Debug|x86
{EE6B233C-5819-47F4-B3B2-ADAA0662E1B8}.Release|x86.ActiveCfg = Release|x86
{C8CF8A16-F43B-49A0-92CF-1F28DF741D39}.Debug|x86.ActiveCfg = Debug|x86
{C8CF8A16-F43B-49A0-92CF-1F28DF741D39}.Debug|x86.Build.0 = Debug|x86
{C8CF8A16-F43B-49A0-92CF-1F28DF741D39}.Release|x86.ActiveCfg = Release|x86
{C8CF8A16-F43B-49A0-92CF-1F28DF741D39}.Release|x86.Build.0 = Release|x86
{FD5D2153-A866-438E-9E10-8E3E314DB811}.Debug|x86.ActiveCfg = Debug|x86
{FD5D2153-A866-438E-9E10-8E3E314DB811}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal