forked from squid-box/SevenZipSharp
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSevenZip.sln
55 lines (55 loc) · 2.84 KB
/
SevenZip.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.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SevenZip", "SevenZip\SevenZip.csproj", "{4960DD14-3431-47EC-B9D9-9D2730A98DC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SevenZip.Tests", "SevenZip.Tests\SevenZip.Tests.csproj", "{67192E62-C7FE-485F-BEC4-05734A943FAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{043464C6-413E-4D0F-8A43-B23F674B1804}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
changelog.md = changelog.md
license = license
nuget.config = nuget.config
package.lite.nuspec = package.lite.nuspec
package.regular.nuspec = package.regular.nuspec
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Desktop|x86 = Desktop|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Debug|x86.ActiveCfg = Debug|Any CPU
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Debug|x86.Build.0 = Debug|Any CPU
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Desktop|x86.ActiveCfg = Desktop|Any CPU
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Desktop|x86.Build.0 = Desktop|Any CPU
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Release|x86.ActiveCfg = Release|Any CPU
{4960DD14-3431-47EC-B9D9-9D2730A98DC3}.Release|x86.Build.0 = Release|Any CPU
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Debug|x86.ActiveCfg = Debug|x86
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Debug|x86.Build.0 = Debug|x86
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Desktop|x86.ActiveCfg = Debug|x86
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Desktop|x86.Build.0 = Debug|x86
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Release|x86.ActiveCfg = Release|x86
{67192E62-C7FE-485F-BEC4-05734A943FAA}.Release|x86.Build.0 = Release|x86
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Debug|x86.ActiveCfg = Debug|Any CPU
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Debug|x86.Build.0 = Debug|Any CPU
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Desktop|x86.ActiveCfg = Debug|Any CPU
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Desktop|x86.Build.0 = Debug|Any CPU
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Release|x86.ActiveCfg = Release|Any CPU
{E9F8B694-4AB0-42C4-BAE8-F4880D0F6D90}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19073074-52EC-4B1E-921D-3DCD50092504}
EndGlobalSection
EndGlobal