-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTyche.sln
More file actions
44 lines (44 loc) · 2.04 KB
/
Tyche.sln
File metadata and controls
44 lines (44 loc) · 2.04 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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{01E71929-B964-4354-A16E-AB9CC777B731}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
License.md = License.md
README.md = README.md
Roadmap.md = Roadmap.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{6181B834-57C9-45E3-8F6D-58545F9FBF1F}"
ProjectSection(SolutionItems) = preProject
docs\ISource.md = docs\ISource.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tyche", "Tyche\Tyche.csproj", "{1D9D0F56-DC8D-417A-99C8-2194106F123F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tyche.Tests", "Tyche.Tests\Tyche.Tests.csproj", "{6B209E17-DA8E-4776-AFAA-6DB9A7B50ECA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D9D0F56-DC8D-417A-99C8-2194106F123F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D9D0F56-DC8D-417A-99C8-2194106F123F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9D0F56-DC8D-417A-99C8-2194106F123F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D9D0F56-DC8D-417A-99C8-2194106F123F}.Release|Any CPU.Build.0 = Release|Any CPU
{6B209E17-DA8E-4776-AFAA-6DB9A7B50ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B209E17-DA8E-4776-AFAA-6DB9A7B50ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B209E17-DA8E-4776-AFAA-6DB9A7B50ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B209E17-DA8E-4776-AFAA-6DB9A7B50ECA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF016CBC-C7E8-4C54-87A7-9200C9D1ABDA}
EndGlobalSection
EndGlobal