-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProductiveRage.ReactRouting.sln
46 lines (46 loc) · 2.79 KB
/
ProductiveRage.ReactRouting.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 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductiveRage.ReactRouting", "ProductiveRage.ReactRouting\ProductiveRage.ReactRouting.csproj", "{88CFD726-44A8-4009-881E-3597472312A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductiveRage.ReactRouting.Tests", "ProductiveRage.ReactRouting.Tests\ProductiveRage.ReactRouting.Tests.csproj", "{134CBE84-89D5-44CD-A780-BC0ADAA7A016}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{947265BC-D12F-4CFB-9795-BB0483A1E463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleHost (Set as Startup Project)", "ExampleHost\ExampleHost (Set as Startup Project).csproj", "{2E7975B9-6FEB-4D2F-B761-5DA05CD8C5FD}"
ProjectSection(ProjectDependencies) = postProject
{947265BC-D12F-4CFB-9795-BB0483A1E463} = {947265BC-D12F-4CFB-9795-BB0483A1E463}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88CFD726-44A8-4009-881E-3597472312A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CFD726-44A8-4009-881E-3597472312A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CFD726-44A8-4009-881E-3597472312A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CFD726-44A8-4009-881E-3597472312A8}.Release|Any CPU.Build.0 = Release|Any CPU
{134CBE84-89D5-44CD-A780-BC0ADAA7A016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{134CBE84-89D5-44CD-A780-BC0ADAA7A016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{134CBE84-89D5-44CD-A780-BC0ADAA7A016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{134CBE84-89D5-44CD-A780-BC0ADAA7A016}.Release|Any CPU.Build.0 = Release|Any CPU
{947265BC-D12F-4CFB-9795-BB0483A1E463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947265BC-D12F-4CFB-9795-BB0483A1E463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947265BC-D12F-4CFB-9795-BB0483A1E463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947265BC-D12F-4CFB-9795-BB0483A1E463}.Release|Any CPU.Build.0 = Release|Any CPU
{2E7975B9-6FEB-4D2F-B761-5DA05CD8C5FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E7975B9-6FEB-4D2F-B761-5DA05CD8C5FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E7975B9-6FEB-4D2F-B761-5DA05CD8C5FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E7975B9-6FEB-4D2F-B761-5DA05CD8C5FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57CC977C-B0A5-44FE-A9BB-38EDFAC7D666}
EndGlobalSection
EndGlobal