This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIsoCreator.sln
55 lines (55 loc) · 3.15 KB
/
IsoCreator.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.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsoCreator", "IsoCreator\IsoCreator.csproj", "{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IsoCreator.UI", "IsoCreator.UI\IsoCreator.UI.csproj", "{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "IsoCreator.Package", "IsoCreator.Package\IsoCreator.Package.wapproj", "{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Debug|x64.ActiveCfg = Debug|x64
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Debug|x64.Build.0 = Debug|x64
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Debug|x86.ActiveCfg = Debug|x86
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Debug|x86.Build.0 = Debug|x86
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Release|x64.ActiveCfg = Release|x64
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Release|x64.Build.0 = Release|x64
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Release|x86.ActiveCfg = Release|x86
{8A6D24E1-525E-4E80-ACAA-51BED3EF31C3}.Release|x86.Build.0 = Release|x86
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Debug|x64.ActiveCfg = Debug|x64
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Debug|x64.Build.0 = Debug|x64
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Debug|x86.ActiveCfg = Debug|x86
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Debug|x86.Build.0 = Debug|x86
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Release|x64.ActiveCfg = Release|x64
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Release|x64.Build.0 = Release|x64
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Release|x86.ActiveCfg = Release|x86
{7DE1BC88-E6E6-4377-8A68-AEDEDEB235B6}.Release|x86.Build.0 = Release|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x64.ActiveCfg = Debug|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x64.Build.0 = Debug|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x64.Deploy.0 = Debug|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x86.ActiveCfg = Debug|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x86.Build.0 = Debug|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Debug|x86.Deploy.0 = Debug|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x64.ActiveCfg = Release|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x64.Build.0 = Release|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x64.Deploy.0 = Release|x64
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x86.ActiveCfg = Release|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x86.Build.0 = Release|x86
{DF10FE3D-CC6B-4714-9DDB-99F7653CDDE7}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9222D950-2AC8-43F3-B419-64C6CA2E652A}
EndGlobalSection
EndGlobal