-
Notifications
You must be signed in to change notification settings - Fork 3
/
ATRACTool-Reloaded.sln
51 lines (51 loc) · 2.86 KB
/
ATRACTool-Reloaded.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ATRACTool-Reloaded", "ATRACTool-Reloaded.csproj", "{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApplicationUpdater", "ApplicationUpdater\ApplicationUpdater.vcxproj", "{DF78F33D-58BA-4FE1-82F3-66209CC0223E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|x64.ActiveCfg = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|x64.Build.0 = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|x86.ActiveCfg = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Debug|x86.Build.0 = Debug|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|Any CPU.Build.0 = Release|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|x64.ActiveCfg = Release|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|x64.Build.0 = Release|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|x86.ActiveCfg = Release|Any CPU
{EDF3AF40-AB9C-4897-8C74-0FD59EE1665B}.Release|x86.Build.0 = Release|Any CPU
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|Any CPU.ActiveCfg = Debug|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|Any CPU.Build.0 = Debug|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|x64.ActiveCfg = Debug|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|x64.Build.0 = Debug|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|x86.ActiveCfg = Debug|Win32
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Debug|x86.Build.0 = Debug|Win32
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|Any CPU.ActiveCfg = Release|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|Any CPU.Build.0 = Release|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|x64.ActiveCfg = Release|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|x64.Build.0 = Release|x64
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|x86.ActiveCfg = Release|Win32
{DF78F33D-58BA-4FE1-82F3-66209CC0223E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79E2D6E2-0FEE-4175-A66E-5A19955ED261}
EndGlobalSection
EndGlobal