-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbrotli.sln
22 lines (22 loc) · 956 Bytes
/
brotli.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{78C9907C-C22D-4F8D-B13A-49F213FF1631}") = "brotli", "brotli.rsproj", "{5661B0BE-3228-4738-8848-72BB53060EF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|default = Debug|default
Release|default = Release|default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5661B0BE-3228-4738-8848-72BB53060EF2}.Debug|default.ActiveCfg = Debug|default
{5661B0BE-3228-4738-8848-72BB53060EF2}.Debug|default.Build.0 = Debug|default
{5661B0BE-3228-4738-8848-72BB53060EF2}.Release|default.ActiveCfg = Release|default
{5661B0BE-3228-4738-8848-72BB53060EF2}.Release|default.Build.0 = Release|default
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal