-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLengthTools.sln
More file actions
executable file
·37 lines (37 loc) · 2.13 KB
/
LengthTools.sln
File metadata and controls
executable file
·37 lines (37 loc) · 2.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LengthTools.Compiler", "LengthTools.Compiler\LengthTools.Compiler.csproj", "{0BEA42F1-34C5-4A0C-9DC5-7E53848052DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LengthTools.Common", "LengthTools.Common\LengthTools.Common.csproj", "{E0A5CC6F-4643-41BA-B7AD-E76AB2D36CDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LengthTools.Runtime", "LengthTools.Runtime\LengthTools.Runtime.csproj", "{F7F4D00D-64B8-47C7-98A7-C5F450734EA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BEA42F1-34C5-4A0C-9DC5-7E53848052DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BEA42F1-34C5-4A0C-9DC5-7E53848052DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BEA42F1-34C5-4A0C-9DC5-7E53848052DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BEA42F1-34C5-4A0C-9DC5-7E53848052DC}.Release|Any CPU.Build.0 = Release|Any CPU
{E0A5CC6F-4643-41BA-B7AD-E76AB2D36CDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0A5CC6F-4643-41BA-B7AD-E76AB2D36CDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0A5CC6F-4643-41BA-B7AD-E76AB2D36CDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0A5CC6F-4643-41BA-B7AD-E76AB2D36CDC}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F4D00D-64B8-47C7-98A7-C5F450734EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F4D00D-64B8-47C7-98A7-C5F450734EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F4D00D-64B8-47C7-98A7-C5F450734EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F4D00D-64B8-47C7-98A7-C5F450734EA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0691365-64ED-4C9E-8298-06A75EDDE18D}
EndGlobalSection
EndGlobal