forked from AspNetMonsters/pugzor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPugnet.sln
48 lines (48 loc) · 2.4 KB
/
Pugnet.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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35323.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pugnet", "Pugnet\Pugnet.csproj", "{FB070EA3-3576-4AC3-B8F7-31E76A18E4DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DF76A91-E54A-4956-9703-E93D2E2EC6AC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
NOTICE = NOTICE
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pugnet.Web", "Pugnet.Web\Pugnet.Web.csproj", "{9C55C001-32BF-4CD8-A461-6AC33D7ECE5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pugnet.Tests", "Pugnet.Tests\Pugnet.Tests.csproj", "{6992C723-0567-408C-AE89-64BF3FA1B9A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB070EA3-3576-4AC3-B8F7-31E76A18E4DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB070EA3-3576-4AC3-B8F7-31E76A18E4DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB070EA3-3576-4AC3-B8F7-31E76A18E4DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB070EA3-3576-4AC3-B8F7-31E76A18E4DC}.Release|Any CPU.Build.0 = Release|Any CPU
{9C55C001-32BF-4CD8-A461-6AC33D7ECE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C55C001-32BF-4CD8-A461-6AC33D7ECE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C55C001-32BF-4CD8-A461-6AC33D7ECE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C55C001-32BF-4CD8-A461-6AC33D7ECE5F}.Release|Any CPU.Build.0 = Release|Any CPU
{6992C723-0567-408C-AE89-64BF3FA1B9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6992C723-0567-408C-AE89-64BF3FA1B9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6992C723-0567-408C-AE89-64BF3FA1B9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6992C723-0567-408C-AE89-64BF3FA1B9A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8AC8DF6-5E7C-4CCC-ACD3-2D5E86FDBE3C}
EndGlobalSection
EndGlobal