forked from AnderssonPeter/CompressedStaticFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CompressedStaticFiles.sln
58 lines (58 loc) · 2.92 KB
/
CompressedStaticFiles.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompressedStaticFiles", "src\CompressedStaticFiles\CompressedStaticFiles.csproj", "{2D397380-505F-498B-851B-A8268282557A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0C8B9649-AF30-470F-BEFF-DC65BC0CD7CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52861BD1-852A-45A9-9B32-2F042501228A}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
global.json = global.json
LICENSE = LICENSE
README.md = README.md
Readme.txt = Readme.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "src\Example\Example.csproj", "{36CB5306-7C5D-4D34-918F-AC8A4A71E912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompressedStaticFiles.Tests", "CompressedStaticFiles.Tests\CompressedStaticFiles.Tests.csproj", "{33A683CD-2594-4A91-B7F6-98C430006106}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D397380-505F-498B-851B-A8268282557A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D397380-505F-498B-851B-A8268282557A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D397380-505F-498B-851B-A8268282557A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D397380-505F-498B-851B-A8268282557A}.Release|Any CPU.Build.0 = Release|Any CPU
{36CB5306-7C5D-4D34-918F-AC8A4A71E912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CB5306-7C5D-4D34-918F-AC8A4A71E912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CB5306-7C5D-4D34-918F-AC8A4A71E912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CB5306-7C5D-4D34-918F-AC8A4A71E912}.Release|Any CPU.Build.0 = Release|Any CPU
{33A683CD-2594-4A91-B7F6-98C430006106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A683CD-2594-4A91-B7F6-98C430006106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A683CD-2594-4A91-B7F6-98C430006106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A683CD-2594-4A91-B7F6-98C430006106}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D397380-505F-498B-851B-A8268282557A} = {0C8B9649-AF30-470F-BEFF-DC65BC0CD7CD}
{36CB5306-7C5D-4D34-918F-AC8A4A71E912} = {0C8B9649-AF30-470F-BEFF-DC65BC0CD7CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8781CF2-14D0-4C67-A2D7-C8AD7BBCF2CE}
EndGlobalSection
EndGlobal