-
Notifications
You must be signed in to change notification settings - Fork 3
/
SemanticTypes.sln
38 lines (38 loc) · 2.43 KB
/
SemanticTypes.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
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticTypes", "SemanticTypes\SemanticTypes.csproj", "{A036BBF1-9CB8-43EF-AE5A-BA03379F6895}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticTypes.Test", "SemanticTypes.Test\SemanticTypes.Test.csproj", "{A808B45A-1E25-4923-A5A4-91D6CCC0925E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticTypes.Examples", "SemanticTypes.Examples\SemanticTypes.Examples.csproj", "{C66B0B41-FCC8-40DD-9F36-C3F15777023A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticTypes.TypeSystem.Physics", "SemanticTypes.TypeSystem.Physics\SemanticTypes.TypeSystem.Physics.csproj", "{98A497A7-FCB9-48D7-9FC7-AEB0D34DE711}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A036BBF1-9CB8-43EF-AE5A-BA03379F6895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A036BBF1-9CB8-43EF-AE5A-BA03379F6895}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A036BBF1-9CB8-43EF-AE5A-BA03379F6895}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A036BBF1-9CB8-43EF-AE5A-BA03379F6895}.Release|Any CPU.Build.0 = Release|Any CPU
{A808B45A-1E25-4923-A5A4-91D6CCC0925E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A808B45A-1E25-4923-A5A4-91D6CCC0925E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A808B45A-1E25-4923-A5A4-91D6CCC0925E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A808B45A-1E25-4923-A5A4-91D6CCC0925E}.Release|Any CPU.Build.0 = Release|Any CPU
{C66B0B41-FCC8-40DD-9F36-C3F15777023A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C66B0B41-FCC8-40DD-9F36-C3F15777023A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C66B0B41-FCC8-40DD-9F36-C3F15777023A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C66B0B41-FCC8-40DD-9F36-C3F15777023A}.Release|Any CPU.Build.0 = Release|Any CPU
{98A497A7-FCB9-48D7-9FC7-AEB0D34DE711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98A497A7-FCB9-48D7-9FC7-AEB0D34DE711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98A497A7-FCB9-48D7-9FC7-AEB0D34DE711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98A497A7-FCB9-48D7-9FC7-AEB0D34DE711}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal