-
Notifications
You must be signed in to change notification settings - Fork 0
/
Squeeze It.sln
35 lines (35 loc) · 1.85 KB
/
Squeeze It.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqueezeIt", "Application\SqueezeIt.csproj", "{46B370D8-2770-479C-B9F1-C89097718E07}"
EndProject
Project("{840C416C-B8F3-42BC-B0DD-F6BB14C9F8CB}") = "Installer", "Installer\Installer.aiproj", "{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DefaultBuild|Any CPU = DefaultBuild|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46B370D8-2770-479C-B9F1-C89097718E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B370D8-2770-479C-B9F1-C89097718E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B370D8-2770-479C-B9F1-C89097718E07}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU
{46B370D8-2770-479C-B9F1-C89097718E07}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU
{46B370D8-2770-479C-B9F1-C89097718E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B370D8-2770-479C-B9F1-C89097718E07}.Release|Any CPU.Build.0 = Release|Any CPU
{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}.Debug|Any CPU.ActiveCfg = DefaultBuild
{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}.DefaultBuild|Any CPU.ActiveCfg = DefaultBuild
{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}.DefaultBuild|Any CPU.Build.0 = DefaultBuild
{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}.Release|Any CPU.ActiveCfg = DefaultBuild
{E83A8272-3002-4CE6-97F4-D85BAC5A4E0C}.Release|Any CPU.Build.0 = DefaultBuild
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5DC859F-DCD7-4510-B605-2538FAC94FA6}
EndGlobalSection
EndGlobal