-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetCoreMediatr.sln
41 lines (41 loc) · 2.1 KB
/
NetCoreMediatr.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7FD774C3-E810-4A58-A72A-054E15436F4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EAB662F-F9BD-4AAB-BA9B-5B596C550786}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetCoreMediatr", "src\NetCoreMediatr\NetCoreMediatr.xproj", "{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BE594327-5A8D-4B35-B6A8-E2361D767419}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Tests", "test\Tests\Tests.xproj", "{D617BF38-F522-44F7-9E70-3637B33F8744}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA}.Release|Any CPU.Build.0 = Release|Any CPU
{D617BF38-F522-44F7-9E70-3637B33F8744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D617BF38-F522-44F7-9E70-3637B33F8744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D617BF38-F522-44F7-9E70-3637B33F8744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D617BF38-F522-44F7-9E70-3637B33F8744}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8EFA1A20-8377-4095-9DB7-F8D24F0BF4DA} = {7FD774C3-E810-4A58-A72A-054E15436F4C}
{D617BF38-F522-44F7-9E70-3637B33F8744} = {BE594327-5A8D-4B35-B6A8-E2361D767419}
EndGlobalSection
EndGlobal