-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSaveDataRelocator2.sln
37 lines (37 loc) · 2.04 KB
/
SaveDataRelocator2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveDataRelocator2", "SaveDataRelocator2\SaveDataRelocator2.csproj", "{0002C8A3-B38B-40A6-8CA5-819316C087F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{4DF2A84F-0002-4126-8670-7F85BC51DD09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{85BB4322-93B6-4382-89F7-5658F89F1B26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0002C8A3-B38B-40A6-8CA5-819316C087F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0002C8A3-B38B-40A6-8CA5-819316C087F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0002C8A3-B38B-40A6-8CA5-819316C087F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0002C8A3-B38B-40A6-8CA5-819316C087F6}.Release|Any CPU.Build.0 = Release|Any CPU
{4DF2A84F-0002-4126-8670-7F85BC51DD09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DF2A84F-0002-4126-8670-7F85BC51DD09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DF2A84F-0002-4126-8670-7F85BC51DD09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DF2A84F-0002-4126-8670-7F85BC51DD09}.Release|Any CPU.Build.0 = Release|Any CPU
{85BB4322-93B6-4382-89F7-5658F89F1B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85BB4322-93B6-4382-89F7-5658F89F1B26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85BB4322-93B6-4382-89F7-5658F89F1B26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85BB4322-93B6-4382-89F7-5658F89F1B26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA0D79FD-F89C-41B8-B715-CB5783C9BC9B}
EndGlobalSection
EndGlobal