-
Notifications
You must be signed in to change notification settings - Fork 21
/
SPT-AKI Profile Editor.sln
45 lines (45 loc) · 2.63 KB
/
SPT-AKI Profile Editor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPT-AKI Profile Editor", "SPT-AKI Profile Editor\SPT-AKI Profile Editor.csproj", "{49342D9A-5544-4BBD-B432-D8BD35B5F131}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPT-AKI Profile Editor.Tests", "SPT-AKI Profile Editor.Tests\SPT-AKI Profile Editor.Tests.csproj", "{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SPT-AKI Profile Editor.Installer", "SPT-AKI Profile Editor.Installer\SPT-AKI Profile Editor.Installer.vdproj", "{AA494F62-9178-446B-9184-4F78725D3303}"
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
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Debug|x64.ActiveCfg = Debug|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Debug|x64.Build.0 = Debug|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Release|x64.ActiveCfg = Release|Any CPU
{49342D9A-5544-4BBD-B432-D8BD35B5F131}.Release|x64.Build.0 = Release|Any CPU
{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}.Debug|x64.ActiveCfg = Debug|Any CPU
{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F9C0DE1-29D0-45C5-8AFE-B6A1AD953C9B}.Release|x64.ActiveCfg = Release|Any CPU
{AA494F62-9178-446B-9184-4F78725D3303}.Debug|Any CPU.ActiveCfg = Debug
{AA494F62-9178-446B-9184-4F78725D3303}.Debug|Any CPU.Build.0 = Debug
{AA494F62-9178-446B-9184-4F78725D3303}.Debug|x64.ActiveCfg = Debug
{AA494F62-9178-446B-9184-4F78725D3303}.Release|Any CPU.ActiveCfg = Release
{AA494F62-9178-446B-9184-4F78725D3303}.Release|Any CPU.Build.0 = Release
{AA494F62-9178-446B-9184-4F78725D3303}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC9AFDD6-90C5-4B4B-A0FD-3B34482D8A1F}
EndGlobalSection
EndGlobal