-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutomatedCodeGeneration.sln
57 lines (57 loc) · 3.61 KB
/
AutomatedCodeGeneration.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
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatedCodeGeneration.CLI", "AutomatedCodeGeneration.CLI\AutomatedCodeGeneration.CLI.csproj", "{D2BC3F35-BE44-48E6-B750-86C3C7A5E23F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84AFBF43-5D50-4C66-88C3-22421D0C2160}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\continuous-integration.yml = .github\workflows\continuous-integration.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatedCodeGeneration", "AutomatedCodeGeneration\AutomatedCodeGeneration.csproj", "{79BC71E2-C17B-4D62-934F-37000F843719}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatedCodeGeneration.Tests", "AutomatedCodeGeneration.Tests\AutomatedCodeGeneration.Tests.csproj", "{F703DB6B-B4A5-41E1-95E9-B9DD3EFA7C52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatedCodeGeneration.DataLayer", "AutomatedCodeGeneration.DataLayer\AutomatedCodeGeneration.DataLayer.csproj", "{84C37D51-1916-4421-85EB-7A47C6009A43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomatedCodeGeneration.DataLayer.Tests", "AutomatedCodeGeneration.DataLayer.Tests\AutomatedCodeGeneration.DataLayer.Tests.csproj", "{570719C3-0C47-4984-A77E-5822E6756D31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2BC3F35-BE44-48E6-B750-86C3C7A5E23F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2BC3F35-BE44-48E6-B750-86C3C7A5E23F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2BC3F35-BE44-48E6-B750-86C3C7A5E23F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2BC3F35-BE44-48E6-B750-86C3C7A5E23F}.Release|Any CPU.Build.0 = Release|Any CPU
{79BC71E2-C17B-4D62-934F-37000F843719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BC71E2-C17B-4D62-934F-37000F843719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BC71E2-C17B-4D62-934F-37000F843719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BC71E2-C17B-4D62-934F-37000F843719}.Release|Any CPU.Build.0 = Release|Any CPU
{F703DB6B-B4A5-41E1-95E9-B9DD3EFA7C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F703DB6B-B4A5-41E1-95E9-B9DD3EFA7C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F703DB6B-B4A5-41E1-95E9-B9DD3EFA7C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F703DB6B-B4A5-41E1-95E9-B9DD3EFA7C52}.Release|Any CPU.Build.0 = Release|Any CPU
{84C37D51-1916-4421-85EB-7A47C6009A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C37D51-1916-4421-85EB-7A47C6009A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C37D51-1916-4421-85EB-7A47C6009A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C37D51-1916-4421-85EB-7A47C6009A43}.Release|Any CPU.Build.0 = Release|Any CPU
{570719C3-0C47-4984-A77E-5822E6756D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{570719C3-0C47-4984-A77E-5822E6756D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{570719C3-0C47-4984-A77E-5822E6756D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{570719C3-0C47-4984-A77E-5822E6756D31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52F627C0-914A-4A8D-980F-42DE86BF3411}
EndGlobalSection
EndGlobal