-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinerals.AutoCQRS.sln
49 lines (49 loc) · 3.18 KB
/
Minerals.AutoCQRS.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 Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCQRS", "Minerals.AutoCQRS\Minerals.AutoCQRS.csproj", "{2F54CC5D-3E84-4064-B8F0-23DF55D709F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCQRS.Benchmarks", "Minerals.AutoCQRS.Benchmarks\Minerals.AutoCQRS.Benchmarks.csproj", "{32B67DC1-B1B5-472B-A888-6238D74E404C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCQRS.Generators", "Minerals.AutoCQRS.Generators\Minerals.AutoCQRS.Generators.csproj", "{219F5D36-BD54-4A0C-B981-653E2ED7EAE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCQRS.GeneratorsTests", "Minerals.AutoCQRS.GeneratorsTests\Minerals.AutoCQRS.GeneratorsTests.csproj", "{47626607-0990-408F-A889-9296FAE263FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCQRS.Tests", "Minerals.AutoCQRS.Tests\Minerals.AutoCQRS.Tests.csproj", "{ABDDEFB6-97F2-49DB-87AF-EE35150C91E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F54CC5D-3E84-4064-B8F0-23DF55D709F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F54CC5D-3E84-4064-B8F0-23DF55D709F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F54CC5D-3E84-4064-B8F0-23DF55D709F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F54CC5D-3E84-4064-B8F0-23DF55D709F9}.Release|Any CPU.Build.0 = Release|Any CPU
{32B67DC1-B1B5-472B-A888-6238D74E404C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B67DC1-B1B5-472B-A888-6238D74E404C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B67DC1-B1B5-472B-A888-6238D74E404C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B67DC1-B1B5-472B-A888-6238D74E404C}.Release|Any CPU.Build.0 = Release|Any CPU
{219F5D36-BD54-4A0C-B981-653E2ED7EAE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219F5D36-BD54-4A0C-B981-653E2ED7EAE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219F5D36-BD54-4A0C-B981-653E2ED7EAE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219F5D36-BD54-4A0C-B981-653E2ED7EAE6}.Release|Any CPU.Build.0 = Release|Any CPU
{47626607-0990-408F-A889-9296FAE263FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47626607-0990-408F-A889-9296FAE263FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47626607-0990-408F-A889-9296FAE263FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47626607-0990-408F-A889-9296FAE263FD}.Release|Any CPU.Build.0 = Release|Any CPU
{ABDDEFB6-97F2-49DB-87AF-EE35150C91E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABDDEFB6-97F2-49DB-87AF-EE35150C91E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABDDEFB6-97F2-49DB-87AF-EE35150C91E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABDDEFB6-97F2-49DB-87AF-EE35150C91E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FD3D47A-874F-47CC-B84B-4925B3529F20}
EndGlobalSection
EndGlobal