-
Notifications
You must be signed in to change notification settings - Fork 8
/
GrammarNazi.sln
43 lines (43 loc) · 2.56 KB
/
GrammarNazi.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 Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrammarNazi.App", "GrammarNazi.App\GrammarNazi.App.csproj", "{0D954A9F-10E2-4B9C-8669-1D667E184022}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrammarNazi.Domain", "GrammarNazi.Domain\GrammarNazi.Domain.csproj", "{3F578744-037C-45D7-8005-64539EC26989}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrammarNazi.Core", "GrammarNazi.Core\GrammarNazi.Core.csproj", "{3769FF17-73B5-40A8-8960-87B42DFE5F2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrammarNazi.Tests", "GrammarNazi.Tests\GrammarNazi.Tests.csproj", "{8FD110E2-89C5-45AD-BCE8-0465A220C18D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D954A9F-10E2-4B9C-8669-1D667E184022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D954A9F-10E2-4B9C-8669-1D667E184022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D954A9F-10E2-4B9C-8669-1D667E184022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D954A9F-10E2-4B9C-8669-1D667E184022}.Release|Any CPU.Build.0 = Release|Any CPU
{3F578744-037C-45D7-8005-64539EC26989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F578744-037C-45D7-8005-64539EC26989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F578744-037C-45D7-8005-64539EC26989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F578744-037C-45D7-8005-64539EC26989}.Release|Any CPU.Build.0 = Release|Any CPU
{3769FF17-73B5-40A8-8960-87B42DFE5F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3769FF17-73B5-40A8-8960-87B42DFE5F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3769FF17-73B5-40A8-8960-87B42DFE5F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3769FF17-73B5-40A8-8960-87B42DFE5F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD110E2-89C5-45AD-BCE8-0465A220C18D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD110E2-89C5-45AD-BCE8-0465A220C18D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD110E2-89C5-45AD-BCE8-0465A220C18D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD110E2-89C5-45AD-BCE8-0465A220C18D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FF845A4-E942-4BA6-8824-167998928080}
EndGlobalSection
EndGlobal