-
Notifications
You must be signed in to change notification settings - Fork 0
/
PoweredSoft.CodeGenerator.sln
43 lines (43 loc) · 2.41 KB
/
PoweredSoft.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoweredSoft.CodeGenerator", "PoweredSoft.CodeGenerator\PoweredSoft.CodeGenerator.csproj", "{0B45DE69-D368-4E5D-A7B0-314D1FB22305}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoweredSoft.CodeGenerator.Test", "PoweredSoft.CodeGenerator.Test\PoweredSoft.CodeGenerator.Test.csproj", "{9CD7EDDC-2146-4385-911E-8458B9817EBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoweredSoft.CodeGenerator.Cli", "PoweredSoft.CodeGenerator.Cli\PoweredSoft.CodeGenerator.Cli.csproj", "{D81C2931-0622-41EE-AECA-716530896396}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81F61D8A-2795-43B4-B16A-69BA2AC63501}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B45DE69-D368-4E5D-A7B0-314D1FB22305}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B45DE69-D368-4E5D-A7B0-314D1FB22305}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B45DE69-D368-4E5D-A7B0-314D1FB22305}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B45DE69-D368-4E5D-A7B0-314D1FB22305}.Release|Any CPU.Build.0 = Release|Any CPU
{9CD7EDDC-2146-4385-911E-8458B9817EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CD7EDDC-2146-4385-911E-8458B9817EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CD7EDDC-2146-4385-911E-8458B9817EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CD7EDDC-2146-4385-911E-8458B9817EBD}.Release|Any CPU.Build.0 = Release|Any CPU
{D81C2931-0622-41EE-AECA-716530896396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81C2931-0622-41EE-AECA-716530896396}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81C2931-0622-41EE-AECA-716530896396}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81C2931-0622-41EE-AECA-716530896396}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3706E4B5-6A99-41C1-B336-96F0A261CBF3}
EndGlobalSection
EndGlobal