-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactWithASP.sln
30 lines (30 loc) · 1.64 KB
/
ReactWithASP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "reactwithasp.client", "reactwithasp.client\reactwithasp.client.esproj", "{78EA21A8-6492-1A36-F5F1-B24DC42943CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactWithASP.Server", "ReactWithASP.Server\ReactWithASP.Server.csproj", "{82E5C1F0-E2B1-494A-9A07-6232FA1694DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Release|Any CPU.Build.0 = Release|Any CPU
{78EA21A8-6492-1A36-F5F1-B24DC42943CE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{82E5C1F0-E2B1-494A-9A07-6232FA1694DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E5C1F0-E2B1-494A-9A07-6232FA1694DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E5C1F0-E2B1-494A-9A07-6232FA1694DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E5C1F0-E2B1-494A-9A07-6232FA1694DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal