-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOpenPolytopia.sln
More file actions
43 lines (43 loc) · 3 KB
/
OpenPolytopia.sln
File metadata and controls
43 lines (43 loc) · 3 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
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenPolytopia", "OpenPolytopia\OpenPolytopia.csproj", "{2B02EE86-08BF-491D-BFD8-B7B202D3170F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpLibrary", "FSharpLibrary\FSharpLibrary.fsproj", "{6260C6E1-129A-46DC-B46F-29B5B45B9158}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenPolytopia.Common", "OpenPolytopia.Common\OpenPolytopia.Common.csproj", "{07BAA3DA-9489-4A3A-85AD-92C16108241D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StdbModule", "StdbModule\StdbModule.csproj", "{0B313502-8039-43DA-AC92-4B8146E88349}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{2B02EE86-08BF-491D-BFD8-B7B202D3170F}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{6260C6E1-129A-46DC-B46F-29B5B45B9158}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{07BAA3DA-9489-4A3A-85AD-92C16108241D}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{0B313502-8039-43DA-AC92-4B8146E88349}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal