-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMicroElements.FileStorage.sln
More file actions
45 lines (45 loc) · 2.53 KB
/
MicroElements.FileStorage.sln
File metadata and controls
45 lines (45 loc) · 2.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.FileStorage", "src\MicroElements.FileStorage\MicroElements.FileStorage.csproj", "{E002F3EB-E78D-4D13-BDEE-486927092992}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.FileStorage.Tests", "src\MicroElements.FileStorage.Tests\MicroElements.FileStorage.Tests.csproj", "{ED62983E-4219-41CA-9630-A9233DC9A618}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C95FBC7-7115-489D-B1B1-4A08D0BC61D7}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
cake.config = cake.config
MicroElements.ruleset = MicroElements.ruleset
version.props = version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.FileStorage.ZipEngine", "src\MicroElements.FileStorage.ZipEngine\MicroElements.FileStorage.ZipEngine.csproj", "{99AD2FAF-33E3-40E7-BC4B-3833CC0EA4A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E002F3EB-E78D-4D13-BDEE-486927092992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E002F3EB-E78D-4D13-BDEE-486927092992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E002F3EB-E78D-4D13-BDEE-486927092992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E002F3EB-E78D-4D13-BDEE-486927092992}.Release|Any CPU.Build.0 = Release|Any CPU
{ED62983E-4219-41CA-9630-A9233DC9A618}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED62983E-4219-41CA-9630-A9233DC9A618}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED62983E-4219-41CA-9630-A9233DC9A618}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED62983E-4219-41CA-9630-A9233DC9A618}.Release|Any CPU.Build.0 = Release|Any CPU
{99AD2FAF-33E3-40E7-BC4B-3833CC0EA4A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99AD2FAF-33E3-40E7-BC4B-3833CC0EA4A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99AD2FAF-33E3-40E7-BC4B-3833CC0EA4A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99AD2FAF-33E3-40E7-BC4B-3833CC0EA4A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82F59608-8957-491F-A9EB-462A413160EA}
EndGlobalSection
EndGlobal