forked from GameProgressive/UniSpyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRetroSpy.sln
More file actions
37 lines (37 loc) · 1.9 KB
/
RetroSpy.sln
File metadata and controls
37 lines (37 loc) · 1.9 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
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common files", "Common files", "{23F365AE-997B-40B2-A90D-82479E489EE4}"
ProjectSection(SolutionItems) = preProject
CONVERTING C Plus Plus CODE TO CSharp CODE.MD = CONVERTING C Plus Plus CODE TO CSharp CODE.MD
README.MD = README.MD
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameSpyLib", "GameSpyLib\GameSpyLib.csproj", "{0B6E6DDD-6120-44E1-B2E0-CF71918B6236}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RetroSpyServer", "RetroSpyServer\RetroSpyServer.csproj", "{0B78D671-E09D-43BC-B3C9-060198749102}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6E6DDD-6120-44E1-B2E0-CF71918B6236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B6E6DDD-6120-44E1-B2E0-CF71918B6236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B6E6DDD-6120-44E1-B2E0-CF71918B6236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B6E6DDD-6120-44E1-B2E0-CF71918B6236}.Release|Any CPU.Build.0 = Release|Any CPU
{0B78D671-E09D-43BC-B3C9-060198749102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B78D671-E09D-43BC-B3C9-060198749102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B78D671-E09D-43BC-B3C9-060198749102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B78D671-E09D-43BC-B3C9-060198749102}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F286A822-2C93-4C46-B8BA-FF1C4847B719}
EndGlobalSection
EndGlobal