32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio Version 16
|
|||
|
VisualStudioVersion = 16.0.31410.357
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlsAndRoutes", "UrlsAndRoutes\UrlsAndRoutes.csproj", "{3C9B0E22-1398-4D90-9CD7-2018A85E43DE}"
|
|||
|
EndProject
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlsAndRoutes.Tests", "UrlsAndRoutes.Tests\UrlsAndRoutes.Tests.csproj", "{54611822-8537-4CEF-9810-706155C619C9}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{3C9B0E22-1398-4D90-9CD7-2018A85E43DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{3C9B0E22-1398-4D90-9CD7-2018A85E43DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{3C9B0E22-1398-4D90-9CD7-2018A85E43DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{3C9B0E22-1398-4D90-9CD7-2018A85E43DE}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
{54611822-8537-4CEF-9810-706155C619C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{54611822-8537-4CEF-9810-706155C619C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{54611822-8537-4CEF-9810-706155C619C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{54611822-8537-4CEF-9810-706155C619C9}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|||
|
SolutionGuid = {441746F9-9382-4671-B800-A1041DC0DB9E}
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|