forked from madslundt/NetCoreMediatrSample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.sln
43 lines (43 loc) · 2.43 KB
/
App.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{6DB209B0-9A08-49F4-8C09-50CF57E8E912}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{D33B7420-3F18-4D7E-AF60-4DFECC48E791}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataModel", "DataModel\DataModel.csproj", "{53DACDCE-6F4F-472B-ADF8-C52328E35009}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IDP", "IDP\IDP.csproj", "{2EEC7991-D39C-4695-B15D-0FC7F63B61F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DB209B0-9A08-49F4-8C09-50CF57E8E912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DB209B0-9A08-49F4-8C09-50CF57E8E912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DB209B0-9A08-49F4-8C09-50CF57E8E912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DB209B0-9A08-49F4-8C09-50CF57E8E912}.Release|Any CPU.Build.0 = Release|Any CPU
{D33B7420-3F18-4D7E-AF60-4DFECC48E791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D33B7420-3F18-4D7E-AF60-4DFECC48E791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D33B7420-3F18-4D7E-AF60-4DFECC48E791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D33B7420-3F18-4D7E-AF60-4DFECC48E791}.Release|Any CPU.Build.0 = Release|Any CPU
{53DACDCE-6F4F-472B-ADF8-C52328E35009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53DACDCE-6F4F-472B-ADF8-C52328E35009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53DACDCE-6F4F-472B-ADF8-C52328E35009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DACDCE-6F4F-472B-ADF8-C52328E35009}.Release|Any CPU.Build.0 = Release|Any CPU
{2EEC7991-D39C-4695-B15D-0FC7F63B61F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EEC7991-D39C-4695-B15D-0FC7F63B61F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EEC7991-D39C-4695-B15D-0FC7F63B61F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EEC7991-D39C-4695-B15D-0FC7F63B61F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3481CCE-A741-424A-8D9E-99B03D766E8B}
EndGlobalSection
EndGlobal