-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFabric.Web.sln
34 lines (34 loc) · 1.63 KB
/
Fabric.Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1704.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fabric.Web", "Fabric.Web\Fabric.Web.csproj", "{14613031-472F-4F12-A742-705EC54BB37A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAPI", "TestAPI\TestAPI.csproj", "{C684ACD1-5959-47DC-9DFD-527831EC442B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14613031-472F-4F12-A742-705EC54BB37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14613031-472F-4F12-A742-705EC54BB37A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14613031-472F-4F12-A742-705EC54BB37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14613031-472F-4F12-A742-705EC54BB37A}.Release|Any CPU.Build.0 = Release|Any CPU
{C684ACD1-5959-47DC-9DFD-527831EC442B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C684ACD1-5959-47DC-9DFD-527831EC442B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C684ACD1-5959-47DC-9DFD-527831EC442B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C684ACD1-5959-47DC-9DFD-527831EC442B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F746522A-32A1-46EC-AFBD-F55D348224AB}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.0-23m01a
EndGlobalSection
EndGlobal