-
Notifications
You must be signed in to change notification settings - Fork 10
/
SevenZipSharp.Interop.sln
36 lines (36 loc) · 1.61 KB
/
SevenZipSharp.Interop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "tests\PerformanceTests\PerformanceTests.csproj", "{109E9D5B-ED94-4800-AF1E-5C3D3E131FAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{0F2B96FB-53B1-4AE1-92F7-A587680B23CB}"
ProjectSection(SolutionItems) = preProject
buildpackage.bat = buildpackage.bat
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{106DC87D-A5C3-4B6B-8620-EA580026FF2A}"
ProjectSection(SolutionItems) = preProject
src\SevenZipSharp.Interop.nuspec = src\SevenZipSharp.Interop.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{109E9D5B-ED94-4800-AF1E-5C3D3E131FAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{109E9D5B-ED94-4800-AF1E-5C3D3E131FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{109E9D5B-ED94-4800-AF1E-5C3D3E131FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{109E9D5B-ED94-4800-AF1E-5C3D3E131FAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F684BAB2-305D-47A8-A9DB-B237E2A269DA}
EndGlobalSection
EndGlobal