-
Notifications
You must be signed in to change notification settings - Fork 0
/
OneClickZip.sln
37 lines (37 loc) · 2.03 KB
/
OneClickZip.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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneClickZip", "OneClickZip.csproj", "{90D4470D-DC6F-477C-9948-D97E121BF304}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "OneClickZipSetup", "..\OneClickZipSetup\OneClickZipSetup.vdproj", "{D2039030-7F4D-4105-ADF8-688C4B6ABC84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngelsRepositoryLib", "..\AngelsRepositoryLib\AngelsRepositoryLib.csproj", "{2BDF0F2D-B753-49E4-836C-FBF071C0C066}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90D4470D-DC6F-477C-9948-D97E121BF304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D4470D-DC6F-477C-9948-D97E121BF304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D4470D-DC6F-477C-9948-D97E121BF304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D4470D-DC6F-477C-9948-D97E121BF304}.Release|Any CPU.Build.0 = Release|Any CPU
{D2039030-7F4D-4105-ADF8-688C4B6ABC84}.Debug|Any CPU.ActiveCfg = Debug
{D2039030-7F4D-4105-ADF8-688C4B6ABC84}.Debug|Any CPU.Build.0 = Debug
{D2039030-7F4D-4105-ADF8-688C4B6ABC84}.Release|Any CPU.ActiveCfg = Release
{D2039030-7F4D-4105-ADF8-688C4B6ABC84}.Release|Any CPU.Build.0 = Release
{2BDF0F2D-B753-49E4-836C-FBF071C0C066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BDF0F2D-B753-49E4-836C-FBF071C0C066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BDF0F2D-B753-49E4-836C-FBF071C0C066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BDF0F2D-B753-49E4-836C-FBF071C0C066}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD183F54-98EC-4853-8CAF-7CE9FB74E6B0}
EndGlobalSection
EndGlobal