-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGS2Engine.sln
More file actions
37 lines (36 loc) · 2.09 KB
/
GS2Engine.sln
File metadata and controls
37 lines (36 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GS2Engine", "GS2Engine\GS2Engine.csproj", "{E53F10CD-016C-4ABF-8CAD-04BC9922BA5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GS2Engine.TestApp", "GS2Engine.TestApp\GS2Engine.TestApp.csproj", "{88A8D75A-3BB8-42FF-BA24-516040873CFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GS2Engine.UnitTests", "GS2Engine.UnitTests\GS2Engine.UnitTests.csproj", "{93FD9556-014B-4D9E-B8F1-D8C4A7731550}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABC120E7-56C6-4964-9635-0C1B142DB227}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
renovate.json = renovate.json
Jenkinsfile = Jenkinsfile
NuGet.Config = NuGet.Config
codecov.yml = codecov.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E53F10CD-016C-4ABF-8CAD-04BC9922BA5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E53F10CD-016C-4ABF-8CAD-04BC9922BA5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E53F10CD-016C-4ABF-8CAD-04BC9922BA5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E53F10CD-016C-4ABF-8CAD-04BC9922BA5F}.Release|Any CPU.Build.0 = Release|Any CPU
{88A8D75A-3BB8-42FF-BA24-516040873CFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88A8D75A-3BB8-42FF-BA24-516040873CFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88A8D75A-3BB8-42FF-BA24-516040873CFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88A8D75A-3BB8-42FF-BA24-516040873CFA}.Release|Any CPU.Build.0 = Release|Any CPU
{93FD9556-014B-4D9E-B8F1-D8C4A7731550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93FD9556-014B-4D9E-B8F1-D8C4A7731550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93FD9556-014B-4D9E-B8F1-D8C4A7731550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93FD9556-014B-4D9E-B8F1-D8C4A7731550}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal