-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTools.sln
More file actions
42 lines (42 loc) · 2.48 KB
/
Tools.sln
File metadata and controls
42 lines (42 loc) · 2.48 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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormatConverter", "FormatConverter\FormatConverter.csproj", "{16FF6E49-E1E8-47BB-B339-74C87438DDA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{020CD68B-998A-47B0-9113-BD805F29577A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scanner", "Scanner\Scanner.csproj", "{D903152E-3FDD-4869-A0A1-4FB39BFF508D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PointsFixer", "PointsFixer\PointsFixer.csproj", "{ED3946B4-B829-41B6-AE08-C550A8A1418C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16FF6E49-E1E8-47BB-B339-74C87438DDA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16FF6E49-E1E8-47BB-B339-74C87438DDA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16FF6E49-E1E8-47BB-B339-74C87438DDA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FF6E49-E1E8-47BB-B339-74C87438DDA3}.Release|Any CPU.Build.0 = Release|Any CPU
{020CD68B-998A-47B0-9113-BD805F29577A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020CD68B-998A-47B0-9113-BD805F29577A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020CD68B-998A-47B0-9113-BD805F29577A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020CD68B-998A-47B0-9113-BD805F29577A}.Release|Any CPU.Build.0 = Release|Any CPU
{D903152E-3FDD-4869-A0A1-4FB39BFF508D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D903152E-3FDD-4869-A0A1-4FB39BFF508D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D903152E-3FDD-4869-A0A1-4FB39BFF508D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D903152E-3FDD-4869-A0A1-4FB39BFF508D}.Release|Any CPU.Build.0 = Release|Any CPU
{ED3946B4-B829-41B6-AE08-C550A8A1418C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED3946B4-B829-41B6-AE08-C550A8A1418C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED3946B4-B829-41B6-AE08-C550A8A1418C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED3946B4-B829-41B6-AE08-C550A8A1418C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59350610-4A72-435A-A768-EC064065E907}
EndGlobalSection
EndGlobal