-
Notifications
You must be signed in to change notification settings - Fork 1
/
TrueMyth.sln
62 lines (62 loc) · 3.51 KB
/
TrueMyth.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{54B8B4B4-728E-4759-90A0-ACBA78731D88}"
ProjectSection(SolutionItems) = preProject
test\README.md = test\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrueMyth", "src\TrueMyth\TrueMyth.csproj", "{E5CE8FA2-E515-4B62-A1EB-271846F922FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6FDFB4BE-C098-45E6-90B4-28F31D6C92B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC82244B-D331-4BC2-86DF-DCD0E1ED1744}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrueMyth.Test", "test\TrueMyth.Test\TrueMyth.Test.csproj", "{01A60466-961C-423D-90D3-BD5D55A97EAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrueMyth.Test.Benchmarks", "test\TrueMyth.Test.Benchmarks\TrueMyth.Test.Benchmarks.csproj", "{89616012-E2CC-49DF-8889-BABC58EFB387}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrueMyth.Samples", "test\TrueMyth.Samples\TrueMyth.Samples.csproj", "{F852F961-31C4-4598-86D0-64535C933996}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5CE8FA2-E515-4B62-A1EB-271846F922FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5CE8FA2-E515-4B62-A1EB-271846F922FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5CE8FA2-E515-4B62-A1EB-271846F922FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5CE8FA2-E515-4B62-A1EB-271846F922FB}.Release|Any CPU.Build.0 = Release|Any CPU
{01A60466-961C-423D-90D3-BD5D55A97EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01A60466-961C-423D-90D3-BD5D55A97EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01A60466-961C-423D-90D3-BD5D55A97EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01A60466-961C-423D-90D3-BD5D55A97EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{89616012-E2CC-49DF-8889-BABC58EFB387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89616012-E2CC-49DF-8889-BABC58EFB387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89616012-E2CC-49DF-8889-BABC58EFB387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89616012-E2CC-49DF-8889-BABC58EFB387}.Release|Any CPU.Build.0 = Release|Any CPU
{F852F961-31C4-4598-86D0-64535C933996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F852F961-31C4-4598-86D0-64535C933996}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F852F961-31C4-4598-86D0-64535C933996}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F852F961-31C4-4598-86D0-64535C933996}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5CE8FA2-E515-4B62-A1EB-271846F922FB} = {6FDFB4BE-C098-45E6-90B4-28F31D6C92B4}
{01A60466-961C-423D-90D3-BD5D55A97EAD} = {54B8B4B4-728E-4759-90A0-ACBA78731D88}
{89616012-E2CC-49DF-8889-BABC58EFB387} = {54B8B4B4-728E-4759-90A0-ACBA78731D88}
{F852F961-31C4-4598-86D0-64535C933996} = {54B8B4B4-728E-4759-90A0-ACBA78731D88}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {099DF839-7A14-4937-BF46-D319EE23B6F0}
EndGlobalSection
EndGlobal