This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Poltergeist.GameKit.sln
36 lines (36 loc) · 1.79 KB
/
Poltergeist.GameKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Poltergeist.Core", "Poltergeist.Core\Poltergeist.Core.csproj", "{796E38FA-5EC0-4BDA-A0D0-D966D7D58348}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Poltergeist.Core.Tests", "Poltergeist.Core.Tests\Poltergeist.Core.Tests.csproj", "{69DA7EB8-C89F-487F-9E00-4EEA1FC17C72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FACD440C-DD6D-46A7-83AA-7B3D803FEE45}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{796E38FA-5EC0-4BDA-A0D0-D966D7D58348}.Debug|x64.ActiveCfg = Debug|Any CPU
{796E38FA-5EC0-4BDA-A0D0-D966D7D58348}.Debug|x64.Build.0 = Debug|Any CPU
{796E38FA-5EC0-4BDA-A0D0-D966D7D58348}.Release|x64.ActiveCfg = Release|Any CPU
{796E38FA-5EC0-4BDA-A0D0-D966D7D58348}.Release|x64.Build.0 = Release|Any CPU
{69DA7EB8-C89F-487F-9E00-4EEA1FC17C72}.Debug|x64.ActiveCfg = Debug|Any CPU
{69DA7EB8-C89F-487F-9E00-4EEA1FC17C72}.Debug|x64.Build.0 = Debug|Any CPU
{69DA7EB8-C89F-487F-9E00-4EEA1FC17C72}.Release|x64.ActiveCfg = Release|Any CPU
{69DA7EB8-C89F-487F-9E00-4EEA1FC17C72}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF765CE4-A8E7-44C4-89AF-A52CB2C39625}
EndGlobalSection
EndGlobal