-
Notifications
You must be signed in to change notification settings - Fork 1
/
Marsen.NetCore.Dojo.sln
37 lines (37 loc) · 2.16 KB
/
Marsen.NetCore.Dojo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marsen.NetCore.Dojo", "src\Marsen.NetCore.Dojo\Marsen.NetCore.Dojo.csproj", "{FAC1D502-6D14-42E1-AFDF-26BB516E49C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marsen.NetCore.Dojo.Tests", "test\Marsen.NetCore.Dojo.Tests\Marsen.NetCore.Dojo.Tests.csproj", "{AF335305-DF99-4423-9A05-E809EEE173A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marsen.NetCore.TestingToolkit", "src\Marsen.NetCore.TestingToolkit\Marsen.NetCore.TestingToolkit.csproj", "{19C45786-A7EA-4192-A155-D09395C43E0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAC1D502-6D14-42E1-AFDF-26BB516E49C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAC1D502-6D14-42E1-AFDF-26BB516E49C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAC1D502-6D14-42E1-AFDF-26BB516E49C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAC1D502-6D14-42E1-AFDF-26BB516E49C6}.Release|Any CPU.Build.0 = Release|Any CPU
{AF335305-DF99-4423-9A05-E809EEE173A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF335305-DF99-4423-9A05-E809EEE173A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF335305-DF99-4423-9A05-E809EEE173A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF335305-DF99-4423-9A05-E809EEE173A0}.Release|Any CPU.Build.0 = Release|Any CPU
{19C45786-A7EA-4192-A155-D09395C43E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19C45786-A7EA-4192-A155-D09395C43E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19C45786-A7EA-4192-A155-D09395C43E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19C45786-A7EA-4192-A155-D09395C43E0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9717C022-BC63-46BC-9CDC-2F8BB4954E88}
EndGlobalSection
EndGlobal