This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DnDRoller.API.sln
49 lines (49 loc) · 3.1 KB
/
DnDRoller.API.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnDRoller.API", "DnDRoller.API\DnDRoller.API.csproj", "{97206B53-18A9-409B-B88C-CA5760F17A5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnDRoller.API.Domain", "DnDRoller.API.Domain\DnDRoller.API.Domain.csproj", "{6C690A6D-3ED7-4649-A2C0-037ED192E2CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnDRoller.API.Infrastructure", "DnDRoller.API.Infrastructure\DnDRoller.API.Infrastructure.csproj", "{6A53014A-6492-4858-9279-6521F95A0DBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnDRoller.API.Tests", "DnDTest.API.Tests\DnDRoller.API.Tests.csproj", "{365B0D5C-277E-4A77-96EF-BD54D9E136EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDRoller.API.Application", "DnDRoller.API.Application\DnDRoller.API.Application.csproj", "{0968791B-9E05-4960-9F93-D5D1FC131EE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97206B53-18A9-409B-B88C-CA5760F17A5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97206B53-18A9-409B-B88C-CA5760F17A5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97206B53-18A9-409B-B88C-CA5760F17A5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97206B53-18A9-409B-B88C-CA5760F17A5C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C690A6D-3ED7-4649-A2C0-037ED192E2CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C690A6D-3ED7-4649-A2C0-037ED192E2CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C690A6D-3ED7-4649-A2C0-037ED192E2CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C690A6D-3ED7-4649-A2C0-037ED192E2CE}.Release|Any CPU.Build.0 = Release|Any CPU
{6A53014A-6492-4858-9279-6521F95A0DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A53014A-6492-4858-9279-6521F95A0DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A53014A-6492-4858-9279-6521F95A0DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A53014A-6492-4858-9279-6521F95A0DBB}.Release|Any CPU.Build.0 = Release|Any CPU
{365B0D5C-277E-4A77-96EF-BD54D9E136EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{365B0D5C-277E-4A77-96EF-BD54D9E136EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{365B0D5C-277E-4A77-96EF-BD54D9E136EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{365B0D5C-277E-4A77-96EF-BD54D9E136EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0968791B-9E05-4960-9F93-D5D1FC131EE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0968791B-9E05-4960-9F93-D5D1FC131EE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0968791B-9E05-4960-9F93-D5D1FC131EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0968791B-9E05-4960-9F93-D5D1FC131EE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83C52CAA-2B56-408B-A576-7FFA7531A559}
EndGlobalSection
EndGlobal