-
Notifications
You must be signed in to change notification settings - Fork 0
/
RSDKv4.NET.sln
55 lines (55 loc) · 2.79 KB
/
RSDKv4.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSDKv4.NET", "RSDKv4.NET\RSDKv4.NET.csproj", "{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{AB6C2218-5429-4E6E-8D91-790E73C3F208}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FNA.Core", "Dependencies\FNA\FNA.Core.csproj", "{EA06B049-552E-49BF-9C26-0D146C054DDF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CB70810-7383-4513-937F-E4AEF8A62239}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Debug|x64.ActiveCfg = Debug|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Debug|x64.Build.0 = Debug|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Release|Any CPU.Build.0 = Release|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Release|x64.ActiveCfg = Release|Any CPU
{829A8BC1-DB16-460D-806B-2E3BD4EC3EE1}.Release|x64.Build.0 = Release|Any CPU
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Debug|Any CPU.ActiveCfg = Debug|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Debug|Any CPU.Build.0 = Debug|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Debug|x64.ActiveCfg = Debug|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Debug|x64.Build.0 = Debug|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Release|Any CPU.ActiveCfg = Release|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Release|Any CPU.Build.0 = Release|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Release|x64.ActiveCfg = Release|x64
{EA06B049-552E-49BF-9C26-0D146C054DDF}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA06B049-552E-49BF-9C26-0D146C054DDF} = {AB6C2218-5429-4E6E-8D91-790E73C3F208}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF7621BC-3E10-4692-8CE9-21F95F1F659D}
EndGlobalSection
EndGlobal