-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPCTTools.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
PCTTools.sln
File metadata and controls
43 lines (43 loc) · 2.51 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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCTToolsApp", "PCTToolsApp\PCTToolsApp.csproj", "{CB6D0C7A-86A4-47CB-B26B-217EE8417196}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCTTools", "PCTTools\PCTTools.csproj", "{9331A602-C165-4028-B511-F528C8DA1EE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCTTools.Sample", "PCTTools.Sample\PCTTools.Sample.csproj", "{FB22E924-C5F6-4382-BF45-1B90D97DB4DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCTTools.Tests", "PCTTools.Tests\PCTTools.Tests.csproj", "{AF4BCCE1-B189-4638-A046-C2FFDCBB2EE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB6D0C7A-86A4-47CB-B26B-217EE8417196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB6D0C7A-86A4-47CB-B26B-217EE8417196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB6D0C7A-86A4-47CB-B26B-217EE8417196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB6D0C7A-86A4-47CB-B26B-217EE8417196}.Release|Any CPU.Build.0 = Release|Any CPU
{9331A602-C165-4028-B511-F528C8DA1EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9331A602-C165-4028-B511-F528C8DA1EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9331A602-C165-4028-B511-F528C8DA1EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9331A602-C165-4028-B511-F528C8DA1EE0}.Release|Any CPU.Build.0 = Release|Any CPU
{FB22E924-C5F6-4382-BF45-1B90D97DB4DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB22E924-C5F6-4382-BF45-1B90D97DB4DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB22E924-C5F6-4382-BF45-1B90D97DB4DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB22E924-C5F6-4382-BF45-1B90D97DB4DF}.Release|Any CPU.Build.0 = Release|Any CPU
{AF4BCCE1-B189-4638-A046-C2FFDCBB2EE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF4BCCE1-B189-4638-A046-C2FFDCBB2EE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF4BCCE1-B189-4638-A046-C2FFDCBB2EE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF4BCCE1-B189-4638-A046-C2FFDCBB2EE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7614F570-3917-4D30-8ED3-C869CF096243}
EndGlobalSection
EndGlobal