-
Notifications
You must be signed in to change notification settings - Fork 3
/
rise-of-nations.sln
60 lines (60 loc) · 3.27 KB
/
rise-of-nations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{44FB2BD2-1F55-4923-8C2F-CF5180222691}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoNLibrary", "src\RoNLibrary\RoNLibrary.csproj", "{C9AE50EA-C62A-45B8-8222-80ED73B01CE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "010templates", "010templates", "{82075BA2-0B5A-4D9F-8D44-6C0D9E4980F5}"
ProjectSection(SolutionItems) = preProject
src\010templates\BH3.bt = src\010templates\BH3.bt
src\010templates\BHa.bt = src\010templates\BHa.bt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{66F815B0-2DC4-48E7-8EAD-22B99FD2164B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoNLibrary.Tests", "tests\RoNLibrary.Tests\RoNLibrary.Tests.csproj", "{B96D1FF9-E206-4C65-AD7C-7B241910C164}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{219C61DB-77FF-49D8-8584-A9A4B37A9554}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitattributes = .gitattributes
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoNFileConverter", "src\RoNFileConverter\RoNFileConverter.csproj", "{C0568F3B-6511-4943-ABE8-5DC58A8FAF48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C9AE50EA-C62A-45B8-8222-80ED73B01CE2} = {44FB2BD2-1F55-4923-8C2F-CF5180222691}
{82075BA2-0B5A-4D9F-8D44-6C0D9E4980F5} = {44FB2BD2-1F55-4923-8C2F-CF5180222691}
{B96D1FF9-E206-4C65-AD7C-7B241910C164} = {66F815B0-2DC4-48E7-8EAD-22B99FD2164B}
{C0568F3B-6511-4943-ABE8-5DC58A8FAF48} = {44FB2BD2-1F55-4923-8C2F-CF5180222691}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9AE50EA-C62A-45B8-8222-80ED73B01CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9AE50EA-C62A-45B8-8222-80ED73B01CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9AE50EA-C62A-45B8-8222-80ED73B01CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9AE50EA-C62A-45B8-8222-80ED73B01CE2}.Release|Any CPU.Build.0 = Release|Any CPU
{B96D1FF9-E206-4C65-AD7C-7B241910C164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B96D1FF9-E206-4C65-AD7C-7B241910C164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B96D1FF9-E206-4C65-AD7C-7B241910C164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B96D1FF9-E206-4C65-AD7C-7B241910C164}.Release|Any CPU.Build.0 = Release|Any CPU
{C0568F3B-6511-4943-ABE8-5DC58A8FAF48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0568F3B-6511-4943-ABE8-5DC58A8FAF48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0568F3B-6511-4943-ABE8-5DC58A8FAF48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0568F3B-6511-4943-ABE8-5DC58A8FAF48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal