forked from the-paid-actor/dcs-dtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dcs-dtc.sln
41 lines (41 loc) · 2.15 KB
/
dcs-dtc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTC", "dcs-dtc\DTC.csproj", "{3A7C24C7-CF79-41DA-87E0-9DB8087F8886}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "installer", "installer\installer.vdproj", "{BD137F4A-B823-4BC5-BB73-AE13F414BD02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D42779A-7AC8-4188-A70E-270786C6058B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTCCodeGenerator", "DTCCodeGenerator\DTCCodeGenerator.csproj", "{43B09D44-917F-48F6-86C2-CDC91F8A8C04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A7C24C7-CF79-41DA-87E0-9DB8087F8886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A7C24C7-CF79-41DA-87E0-9DB8087F8886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A7C24C7-CF79-41DA-87E0-9DB8087F8886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A7C24C7-CF79-41DA-87E0-9DB8087F8886}.Release|Any CPU.Build.0 = Release|Any CPU
{BD137F4A-B823-4BC5-BB73-AE13F414BD02}.Debug|Any CPU.ActiveCfg = Debug
{BD137F4A-B823-4BC5-BB73-AE13F414BD02}.Release|Any CPU.ActiveCfg = Release
{BD137F4A-B823-4BC5-BB73-AE13F414BD02}.Release|Any CPU.Build.0 = Release
{43B09D44-917F-48F6-86C2-CDC91F8A8C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43B09D44-917F-48F6-86C2-CDC91F8A8C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43B09D44-917F-48F6-86C2-CDC91F8A8C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43B09D44-917F-48F6-86C2-CDC91F8A8C04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {639BE5D1-3DC7-4B1F-947D-B951DD7F8F0C}
EndGlobalSection
EndGlobal