-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathCodeGenerator.sln
50 lines (50 loc) · 2.95 KB
/
CodeGenerator.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3BDD828-16AF-494D-9746-706822F12BB7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator.UI", "CodeGenerator.UI\CodeGenerator.UI.csproj", "{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator.Shared", "CodeGenerator.Shared\CodeGenerator.Shared.csproj", "{06E6629D-ECB3-4DF9-96E0-9C15305769D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.Tests", "CodeGenerator.Tests\CodeGenerator.Tests.csproj", "{3DE3891B-8697-43AE-A1DE-DD4A471DF869}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AutomatedDebug|Any CPU = AutomatedDebug|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.AutomatedDebug|Any CPU.ActiveCfg = AutomatedDebug|Any CPU
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.AutomatedDebug|Any CPU.Build.0 = AutomatedDebug|Any CPU
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BA9AB83-7E8B-4E80-8A79-6F450AFD5336}.Release|Any CPU.Build.0 = Release|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.AutomatedDebug|Any CPU.ActiveCfg = Debug|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.AutomatedDebug|Any CPU.Build.0 = Debug|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06E6629D-ECB3-4DF9-96E0-9C15305769D9}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.AutomatedDebug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.AutomatedDebug|Any CPU.Build.0 = Debug|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE3891B-8697-43AE-A1DE-DD4A471DF869}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D651BE83-BDCC-4A4D-9D9F-4F0CB7CA1258}
EndGlobalSection
EndGlobal