forked from iamandycohen/UrlRewrite
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Hi.UrlRewrite.sln
46 lines (46 loc) · 2.29 KB
/
Hi.UrlRewrite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi.UrlRewrite", "Hi.UrlRewrite\Hi.UrlRewrite.csproj", "{6AF4A433-0D10-4B1F-8517-7A1F05EF5AB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{E5865C46-58B9-4B41-9762-579DBE7F0008}"
ProjectSection(SolutionItems) = preProject
Package\URL Rewrite-1.8.2.xml = Package\URL Rewrite-1.8.2.xml
Package\URL Rewrite-1.8.2.zip = Package\URL Rewrite-1.8.2.zip
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84322D18-15B2-4D58-8937-1E0698644EB1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi.UrlRewrite.Tests", "Hi.UrlRewrite.Tests\Hi.UrlRewrite.Tests.csproj", "{0CCFFC58-E62F-470F-BF47-E6DD0DEF59CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5686FF85-C7C2-41E1-92F0-3CDC9DB9AE2D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AF4A433-0D10-4B1F-8517-7A1F05EF5AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF4A433-0D10-4B1F-8517-7A1F05EF5AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF4A433-0D10-4B1F-8517-7A1F05EF5AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF4A433-0D10-4B1F-8517-7A1F05EF5AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{0CCFFC58-E62F-470F-BF47-E6DD0DEF59CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CCFFC58-E62F-470F-BF47-E6DD0DEF59CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CCFFC58-E62F-470F-BF47-E6DD0DEF59CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CCFFC58-E62F-470F-BF47-E6DD0DEF59CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal