This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
NetRevisionTool.sln
38 lines (38 loc) · 2.07 KB
/
NetRevisionTool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetRevisionTool", "NetRevisionTool\NetRevisionTool.csproj", "{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}"
ProjectSection(ProjectDependencies) = postProject
{484BB6B5-0BF3-488E-B404-FDC1C07F73CB} = {484BB6B5-0BF3-488E-B404-FDC1C07F73CB}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackedStarter", "PackedStarter\PackedStarter.csproj", "{8C332466-AC82-4B05-9243-35E274605413}"
ProjectSection(ProjectDependencies) = postProject
{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E} = {F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gzip", "gzip\gzip.csproj", "{484BB6B5-0BF3-488E-B404-FDC1C07F73CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7EBD757-D403-4FDC-ACCA-AF9C70F77F5E}.Release|Any CPU.Build.0 = Release|Any CPU
{8C332466-AC82-4B05-9243-35E274605413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C332466-AC82-4B05-9243-35E274605413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{484BB6B5-0BF3-488E-B404-FDC1C07F73CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{484BB6B5-0BF3-488E-B404-FDC1C07F73CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{484BB6B5-0BF3-488E-B404-FDC1C07F73CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{484BB6B5-0BF3-488E-B404-FDC1C07F73CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal