This repository was archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotnet-example.sln
More file actions
77 lines (77 loc) · 5.03 KB
/
dotnet-example.sln
File metadata and controls
77 lines (77 loc) · 5.03 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-example.Web", "dotnet-example\dotnet-example.Web.csproj", "{6921578E-D91B-4FA1-BB8E-961B1F9B190B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-example.Tests", "dotnet-example.Tests\dotnet-example.Tests.csproj", "{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A5ACAE92-37C8-4C3F-AC73-3DFD5FE5E03C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-example.Console", "dotnet-example.Console\dotnet-example.Console.csproj", "{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{282F3172-C645-4056-94A5-FB701DA11BC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-example.Core", "dotnet-example.Core\dotnet-example.Core.csproj", "{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Debug|x86.ActiveCfg = Debug|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Release|Any CPU.Build.0 = Release|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6921578E-D91B-4FA1-BB8E-961B1F9B190B}.Release|x86.ActiveCfg = Release|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Debug|x86.ActiveCfg = Debug|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Release|Any CPU.Build.0 = Release|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F3EE7117-58CC-4FBE-9331-7B58F86CE2FE}.Release|x86.ActiveCfg = Release|Any CPU
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Debug|Any CPU.ActiveCfg = Debug|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Debug|x86.ActiveCfg = Debug|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Debug|x86.Build.0 = Debug|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Release|Any CPU.ActiveCfg = Release|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Release|Mixed Platforms.Build.0 = Release|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Release|x86.ActiveCfg = Release|x86
{42F21B71-34DB-4A33-AB4F-0A21DCF25AEE}.Release|x86.Build.0 = Release|x86
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC1F2D47-5C16-4114-A6F8-3A97B051EF0C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal