-
Notifications
You must be signed in to change notification settings - Fork 3
/
Finite.sln
46 lines (46 loc) · 2.9 KB
/
Finite.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
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Finite", "src\Finite\Finite.csproj", "{551873AB-66F5-4F59-83E9-DEEACD8A540C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Finite.Tests", "src\Finite.Tests\Finite.Tests.csproj", "{E32C269C-AC87-468D-BB57-C5E1D259F0B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Common", "src\Sample.Common\Sample.Common.csproj", "{238414DD-DD84-47B9-BE9C-62AE6AB636C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.CustomStateLoading", "src\Sample.CustomStateLoading\Sample.CustomStateLoading.csproj", "{1BB61385-8235-4C26-A317-5F3C13CE46C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Rendering", "src\Sample.Rendering\Sample.Rendering.csproj", "{274B0E68-F88E-422B-ABBE-D4CBADB1D506}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{551873AB-66F5-4F59-83E9-DEEACD8A540C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{551873AB-66F5-4F59-83E9-DEEACD8A540C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{551873AB-66F5-4F59-83E9-DEEACD8A540C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{551873AB-66F5-4F59-83E9-DEEACD8A540C}.Release|Any CPU.Build.0 = Release|Any CPU
{E32C269C-AC87-468D-BB57-C5E1D259F0B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E32C269C-AC87-468D-BB57-C5E1D259F0B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E32C269C-AC87-468D-BB57-C5E1D259F0B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E32C269C-AC87-468D-BB57-C5E1D259F0B0}.Release|Any CPU.Build.0 = Release|Any CPU
{238414DD-DD84-47B9-BE9C-62AE6AB636C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238414DD-DD84-47B9-BE9C-62AE6AB636C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238414DD-DD84-47B9-BE9C-62AE6AB636C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238414DD-DD84-47B9-BE9C-62AE6AB636C3}.Release|Any CPU.Build.0 = Release|Any CPU
{1BB61385-8235-4C26-A317-5F3C13CE46C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BB61385-8235-4C26-A317-5F3C13CE46C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BB61385-8235-4C26-A317-5F3C13CE46C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BB61385-8235-4C26-A317-5F3C13CE46C6}.Release|Any CPU.Build.0 = Release|Any CPU
{274B0E68-F88E-422B-ABBE-D4CBADB1D506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{274B0E68-F88E-422B-ABBE-D4CBADB1D506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{274B0E68-F88E-422B-ABBE-D4CBADB1D506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{274B0E68-F88E-422B-ABBE-D4CBADB1D506}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal