-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileProviders.Zip.sln
60 lines (60 loc) · 3.1 KB
/
FileProviders.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D5330DF1-F162-4DF7-B6AA-9389F3CA2840}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{97A41B62-8B8E-4BF9-8100-A77F56597C04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FS.Zip", "src\FS.Zip\FS.Zip.csproj", "{86152253-95C5-4EC0-AC73-2D903F01FE73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FS.Zip.UnitTests", "test\FS.Zip.UnitTests\FS.Zip.UnitTests.csproj", "{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{ED4748DF-14D6-4C5B-BADE-F15FD03E5A58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "others", "others", "{363742AA-1CA9-46E1-A916-A86AC973EC49}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
external\icon.png = external\icon.png
LICENSE = LICENSE
external\notes.md = external\notes.md
README.md = README.md
Build.cmd = Build.cmd
Directory.Build.props = Directory.Build.props
Build.sh = Build.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "sample\WebApp\WebApp.csproj", "{8F25EF31-0631-4CDF-A84F-194A3E12AECA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86152253-95C5-4EC0-AC73-2D903F01FE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86152253-95C5-4EC0-AC73-2D903F01FE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86152253-95C5-4EC0-AC73-2D903F01FE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86152253-95C5-4EC0-AC73-2D903F01FE73}.Release|Any CPU.Build.0 = Release|Any CPU
{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08}.Release|Any CPU.Build.0 = Release|Any CPU
{8F25EF31-0631-4CDF-A84F-194A3E12AECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F25EF31-0631-4CDF-A84F-194A3E12AECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F25EF31-0631-4CDF-A84F-194A3E12AECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F25EF31-0631-4CDF-A84F-194A3E12AECA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{86152253-95C5-4EC0-AC73-2D903F01FE73} = {D5330DF1-F162-4DF7-B6AA-9389F3CA2840}
{8060ECE7-A595-40D5-8EFC-90B2AF4E0C08} = {97A41B62-8B8E-4BF9-8100-A77F56597C04}
{8F25EF31-0631-4CDF-A84F-194A3E12AECA} = {ED4748DF-14D6-4C5B-BADE-F15FD03E5A58}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FD01612-BAA8-4FEA-8430-8BA98A46B67E}
EndGlobalSection
EndGlobal