-
Notifications
You must be signed in to change notification settings - Fork 0
/
SourceBuilder.sln
66 lines (66 loc) · 3.26 KB
/
SourceBuilder.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
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0.Solution Items", "0.Solution Items", "{664C5980-FAC0-42F1-AF0F-582543A0E030}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.Dependencies", "1.Dependencies", "{40C9280D-F458-4F43-BD75-F8BF99629770}"
ProjectSection(SolutionItems) = preProject
.deps\readme.md = .deps\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.Benchmarks", "2.Benchmarks", "{C2263F2D-85EB-44E4-82BB-5B484CCBE606}"
ProjectSection(SolutionItems) = preProject
benchmarks\Directory.Build.props = benchmarks\Directory.Build.props
benchmarks\readme.md = benchmarks\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.Sources", "3.Sources", "{37A230B8-E4E0-40AF-8D41-93D6975FDAA4}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\readme.md = src\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4.Tests", "4.Tests", "{99245A2B-5A70-4F44-8EB8-E4B1E279F787}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\readme.md = tests\readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "G4ME.SourceBuilder", "src\G4ME.SourceBuilder\G4ME.SourceBuilder.csproj", "{CB68011F-4462-43D1-9C9E-F9ED489A4DFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "G4ME.SourceBuilder.Tests", "tests\G4ME.SourceBuilder.Tests\G4ME.SourceBuilder.Tests.csproj", "{51D0DBDB-BB1E-45F0-8096-D705C65D6D88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB68011F-4462-43D1-9C9E-F9ED489A4DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB68011F-4462-43D1-9C9E-F9ED489A4DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB68011F-4462-43D1-9C9E-F9ED489A4DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB68011F-4462-43D1-9C9E-F9ED489A4DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{51D0DBDB-BB1E-45F0-8096-D705C65D6D88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51D0DBDB-BB1E-45F0-8096-D705C65D6D88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51D0DBDB-BB1E-45F0-8096-D705C65D6D88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51D0DBDB-BB1E-45F0-8096-D705C65D6D88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB68011F-4462-43D1-9C9E-F9ED489A4DFF} = {37A230B8-E4E0-40AF-8D41-93D6975FDAA4}
{51D0DBDB-BB1E-45F0-8096-D705C65D6D88} = {99245A2B-5A70-4F44-8EB8-E4B1E279F787}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E3DFC43-F4B6-4A1C-A860-AA32D9186EF3}
EndGlobalSection
EndGlobal