-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGreenArrow.Engine.sln
More file actions
38 lines (38 loc) · 1.92 KB
/
GreenArrow.Engine.sln
File metadata and controls
38 lines (38 loc) · 1.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0511D85-D2CD-422E-ABF9-753D17DE6FEA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenArrow.Engine", "GreenArrow.Engine\GreenArrow.Engine.csproj", "{79B34F4B-9185-4045-AED6-C9A79E1899A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenArrow.Engine.Test", "GreenArrow.Engine.Test\GreenArrow.Engine.Test.csproj", "{23FFC9D2-BB22-43F4-A296-7F79DEBD8D14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79B34F4B-9185-4045-AED6-C9A79E1899A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B34F4B-9185-4045-AED6-C9A79E1899A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B34F4B-9185-4045-AED6-C9A79E1899A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B34F4B-9185-4045-AED6-C9A79E1899A7}.Release|Any CPU.Build.0 = Release|Any CPU
{23FFC9D2-BB22-43F4-A296-7F79DEBD8D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FFC9D2-BB22-43F4-A296-7F79DEBD8D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FFC9D2-BB22-43F4-A296-7F79DEBD8D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FFC9D2-BB22-43F4-A296-7F79DEBD8D14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A1FB0BC-20CA-4FB2-BF6F-CB268A289E6E}
EndGlobalSection
EndGlobal