-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeGenerator.NET.sln
43 lines (43 loc) · 2.6 KB
/
CodeGenerator.NET.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.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.Core", "CodeGenerator.Core\CodeGenerator.Core.csproj", "{2F133A79-AC59-43B9-AA3C-173708F48DCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.Content", "CodeGenerator.Content\CodeGenerator.Content.csproj", "{A9E13BB6-6DCC-45FB-8A93-5529AAFBB7B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.CLI", "CodeGenerator.CLI\CodeGenerator.CLI.csproj", "{BDC8E289-2204-4837-B9B9-D833462943FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator.Settings", "CodeGenerator.Settings\CodeGenerator.Settings.csproj", "{AC7B0175-F600-4E7D-9628-D8E088AC2D02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F133A79-AC59-43B9-AA3C-173708F48DCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F133A79-AC59-43B9-AA3C-173708F48DCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F133A79-AC59-43B9-AA3C-173708F48DCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F133A79-AC59-43B9-AA3C-173708F48DCD}.Release|Any CPU.Build.0 = Release|Any CPU
{A9E13BB6-6DCC-45FB-8A93-5529AAFBB7B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E13BB6-6DCC-45FB-8A93-5529AAFBB7B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E13BB6-6DCC-45FB-8A93-5529AAFBB7B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E13BB6-6DCC-45FB-8A93-5529AAFBB7B1}.Release|Any CPU.Build.0 = Release|Any CPU
{BDC8E289-2204-4837-B9B9-D833462943FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDC8E289-2204-4837-B9B9-D833462943FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDC8E289-2204-4837-B9B9-D833462943FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC8E289-2204-4837-B9B9-D833462943FE}.Release|Any CPU.Build.0 = Release|Any CPU
{AC7B0175-F600-4E7D-9628-D8E088AC2D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC7B0175-F600-4E7D-9628-D8E088AC2D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC7B0175-F600-4E7D-9628-D8E088AC2D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC7B0175-F600-4E7D-9628-D8E088AC2D02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A720522E-8335-4FE9-BC34-65A4F9603532}
EndGlobalSection
EndGlobal