-
Notifications
You must be signed in to change notification settings - Fork 2
/
CompressedStaticFiles.AspNet.sln
51 lines (51 loc) · 2.83 KB
/
CompressedStaticFiles.AspNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32708.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52861BD1-852A-45A9-9B32-2F042501228A}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
.github\workflows\GithubActionsRelease.yml = .github\workflows\GithubActionsRelease.yml
.github\workflows\GithubActionsWIP.yml = .github\workflows\GithubActionsWIP.yml
LICENSE = LICENSE
LocalBuild.cmd = LocalBuild.cmd
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompressedStaticFiles.AspNet.Tests", "CompressedStaticFiles.AspNet.Tests\CompressedStaticFiles.AspNet.Tests.csproj", "{3D5A45B2-A15B-49B2-BB4F-47FDC1B5A5ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompressedStaticFiles.AspNet", "CompressedStaticFiles.AspNet\CompressedStaticFiles.AspNet.csproj", "{0839E928-AD6E-493A-A7C0-311B8C8905E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompressedStaticFiles.Example", "CompressedStaticFiles.Example\CompressedStaticFiles.Example.csproj", "{07CB7CC2-D52F-4834-BA41-D962113551F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D5A45B2-A15B-49B2-BB4F-47FDC1B5A5ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D5A45B2-A15B-49B2-BB4F-47FDC1B5A5ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D5A45B2-A15B-49B2-BB4F-47FDC1B5A5ED}.Release|Any CPU.Build.0 = Release|Any CPU
{0839E928-AD6E-493A-A7C0-311B8C8905E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0839E928-AD6E-493A-A7C0-311B8C8905E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0839E928-AD6E-493A-A7C0-311B8C8905E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0839E928-AD6E-493A-A7C0-311B8C8905E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07CB7CC2-D52F-4834-BA41-D962113551F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CB7CC2-D52F-4834-BA41-D962113551F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CB7CC2-D52F-4834-BA41-D962113551F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CB7CC2-D52F-4834-BA41-D962113551F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8781CF2-14D0-4C67-A2D7-C8AD7BBCF2CE}
EndGlobalSection
EndGlobal