generated from petabridge/Petabridge.App
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPetabridge.App.Web.sln
41 lines (41 loc) · 2.18 KB
/
Petabridge.App.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
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.App.Web", "src\Petabridge.App.Web\Petabridge.App.Web.csproj", "{6186C854-8B2C-4102-8D7A-4B74A61CC91F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.App.Web.Tests", "src\Petabridge.App.Web.Tests\Petabridge.App.Web.Tests.csproj", "{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{957AA980-76E5-4F68-9A13-9DC8764610C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D141B6BA-4D68-4BD5-8047-280D20D17328}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6186C854-8B2C-4102-8D7A-4B74A61CC91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6186C854-8B2C-4102-8D7A-4B74A61CC91F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6186C854-8B2C-4102-8D7A-4B74A61CC91F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6186C854-8B2C-4102-8D7A-4B74A61CC91F}.Release|Any CPU.Build.0 = Release|Any CPU
{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}.Release|Any CPU.Build.0 = Release|Any CPU
{957AA980-76E5-4F68-9A13-9DC8764610C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{957AA980-76E5-4F68-9A13-9DC8764610C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B99E6BB8-642A-4A68-86DF-69567CBA700A}
EndGlobalSection
EndGlobal