-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeeCompressFilePassword.sln
40 lines (40 loc) · 2.38 KB
/
SeeCompressFilePassword.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeCompressFilePassword", "SeeCompressFilePassword\SeeCompressFilePassword.csproj", "{4CF64626-DA1F-48D5-88CD-829C3674E213}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{CF1AF08F-D22E-4D0E-BF72-AE1F2503F798}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCFP_Compress", "SharpCompress\SCFP_Compress.csproj", "{27D535CB-2FD3-4621-8C9A-46161FC77A5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libcomm", "libcomm\libcomm.csproj", "{1BA2CC4D-1923-4620-A8B1-D67ABD0A9C8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CF64626-DA1F-48D5-88CD-829C3674E213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF64626-DA1F-48D5-88CD-829C3674E213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF64626-DA1F-48D5-88CD-829C3674E213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF64626-DA1F-48D5-88CD-829C3674E213}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1AF08F-D22E-4D0E-BF72-AE1F2503F798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1AF08F-D22E-4D0E-BF72-AE1F2503F798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1AF08F-D22E-4D0E-BF72-AE1F2503F798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF1AF08F-D22E-4D0E-BF72-AE1F2503F798}.Release|Any CPU.Build.0 = Release|Any CPU
{27D535CB-2FD3-4621-8C9A-46161FC77A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27D535CB-2FD3-4621-8C9A-46161FC77A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27D535CB-2FD3-4621-8C9A-46161FC77A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27D535CB-2FD3-4621-8C9A-46161FC77A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{1BA2CC4D-1923-4620-A8B1-D67ABD0A9C8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BA2CC4D-1923-4620-A8B1-D67ABD0A9C8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BA2CC4D-1923-4620-A8B1-D67ABD0A9C8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BA2CC4D-1923-4620-A8B1-D67ABD0A9C8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal