-
Notifications
You must be signed in to change notification settings - Fork 4
/
Tools.sln
45 lines (45 loc) · 2.22 KB
/
Tools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodegenTools", "tools\CodegenTools\CodegenTools.csproj", "{F56234CB-2B94-4050-B396-19F2D3F32AE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "POTools", "tools\POTools\POTools.csproj", "{70D47413-A5FA-4895-858F-837467658A69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{16E6E8B4-C446-4AE8-B3A2-1647E6E37204}"
ProjectSection(SolutionItems) = preProject
tools\Directory.Build.props = tools\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{990A3DBC-4CCB-4AA3-BBD9-5430391498F0}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F56234CB-2B94-4050-B396-19F2D3F32AE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F56234CB-2B94-4050-B396-19F2D3F32AE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F56234CB-2B94-4050-B396-19F2D3F32AE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F56234CB-2B94-4050-B396-19F2D3F32AE2}.Release|Any CPU.Build.0 = Release|Any CPU
{70D47413-A5FA-4895-858F-837467658A69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70D47413-A5FA-4895-858F-837467658A69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70D47413-A5FA-4895-858F-837467658A69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70D47413-A5FA-4895-858F-837467658A69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{990A3DBC-4CCB-4AA3-BBD9-5430391498F0} = {16E6E8B4-C446-4AE8-B3A2-1647E6E37204}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F313D4C3-7772-4EAC-A2E2-31F1DC7EFD9F}
EndGlobalSection
EndGlobal