-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMechanisms.sln
37 lines (37 loc) · 1.77 KB
/
Mechanisms.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
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mechanisms", "Source\Mechanisms\Mechanisms.csproj", "{0A7BA255-4199-411C-A27A-8DF791D0AB8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Source\Tests\Tests.csproj", "{2E43DC1F-2CEF-43B3-85D5-171FD05039B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{DCAE618E-5C1B-47AB-B659-F2B9BFCEA51B}"
ProjectSection(SolutionItems) = preProject
Clean.cmd = Clean.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{A8C47C98-4F21-4604-89FF-534CDC071596}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
TODO.txt = TODO.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A7BA255-4199-411C-A27A-8DF791D0AB8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A7BA255-4199-411C-A27A-8DF791D0AB8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A7BA255-4199-411C-A27A-8DF791D0AB8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A7BA255-4199-411C-A27A-8DF791D0AB8D}.Release|Any CPU.Build.0 = Release|Any CPU
{2E43DC1F-2CEF-43B3-85D5-171FD05039B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E43DC1F-2CEF-43B3-85D5-171FD05039B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E43DC1F-2CEF-43B3-85D5-171FD05039B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E43DC1F-2CEF-43B3-85D5-171FD05039B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal