-
Notifications
You must be signed in to change notification settings - Fork 8
/
CL.IO.Zip.sln
34 lines (34 loc) · 1.92 KB
/
CL.IO.Zip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CL.IO.Zip", "CL.IO.Zip\CL.IO.Zip.csproj", "{BE8465A3-F65A-4D0F-88FB-56062758922E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{DD043AD4-20CE-43B9-88F1-A57CD386EBCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormTest", "WindowsFormTest\WindowsFormTest.csproj", "{F84DB1AD-12CD-45E4-AC58-19525B32D9B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE8465A3-F65A-4D0F-88FB-56062758922E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE8465A3-F65A-4D0F-88FB-56062758922E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE8465A3-F65A-4D0F-88FB-56062758922E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE8465A3-F65A-4D0F-88FB-56062758922E}.Release|Any CPU.Build.0 = Release|Any CPU
{DD043AD4-20CE-43B9-88F1-A57CD386EBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD043AD4-20CE-43B9-88F1-A57CD386EBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD043AD4-20CE-43B9-88F1-A57CD386EBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD043AD4-20CE-43B9-88F1-A57CD386EBCE}.Release|Any CPU.Build.0 = Release|Any CPU
{F84DB1AD-12CD-45E4-AC58-19525B32D9B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84DB1AD-12CD-45E4-AC58-19525B32D9B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84DB1AD-12CD-45E4-AC58-19525B32D9B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84DB1AD-12CD-45E4-AC58-19525B32D9B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal