-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTsIntegratedExamples.sln
56 lines (56 loc) · 3.24 KB
/
TsIntegratedExamples.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
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnchorBoltsSimple", "Source\AnchorBoltsSimple\AnchorBoltsSimple.csproj", "{3C660139-76F9-4F92-B6D7-B8A89EB6FACD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnchorBoltsWinform", "Source\AnchorBoltsWinform\AnchorBoltsWinform.csproj", "{B2FBEAF6-4B87-46B3-BC66-B419A4F4E69B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DrawingRectangle", "Source\DrawingRectangle\DrawingRectangle.csproj", "{43973439-52F0-4563-B4B2-4D7CC4AA862A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Listener", "Source\Launch\Listener.csproj", "{EF65A305-D90C-4458-92E6-482D8E1861F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpreadsheetReinforcement", "Source\SpreadsheetReinforcement\SpreadsheetReinforcement.csproj", "{290A5109-B1ED-4D55-A4B5-80E6A823C43D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53C19C81-4220-4F53-A8AF-22B3EE191E4F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C660139-76F9-4F92-B6D7-B8A89EB6FACD}.Debug|x64.ActiveCfg = Debug|x64
{3C660139-76F9-4F92-B6D7-B8A89EB6FACD}.Debug|x64.Build.0 = Debug|x64
{3C660139-76F9-4F92-B6D7-B8A89EB6FACD}.Release|x64.ActiveCfg = Release|x64
{3C660139-76F9-4F92-B6D7-B8A89EB6FACD}.Release|x64.Build.0 = Release|x64
{B2FBEAF6-4B87-46B3-BC66-B419A4F4E69B}.Debug|x64.ActiveCfg = Debug|x64
{B2FBEAF6-4B87-46B3-BC66-B419A4F4E69B}.Debug|x64.Build.0 = Debug|x64
{B2FBEAF6-4B87-46B3-BC66-B419A4F4E69B}.Release|x64.ActiveCfg = Release|x64
{B2FBEAF6-4B87-46B3-BC66-B419A4F4E69B}.Release|x64.Build.0 = Release|x64
{43973439-52F0-4563-B4B2-4D7CC4AA862A}.Debug|x64.ActiveCfg = Debug|x64
{43973439-52F0-4563-B4B2-4D7CC4AA862A}.Debug|x64.Build.0 = Debug|x64
{43973439-52F0-4563-B4B2-4D7CC4AA862A}.Release|x64.ActiveCfg = Release|x64
{43973439-52F0-4563-B4B2-4D7CC4AA862A}.Release|x64.Build.0 = Release|x64
{EF65A305-D90C-4458-92E6-482D8E1861F4}.Debug|x64.ActiveCfg = Debug|x64
{EF65A305-D90C-4458-92E6-482D8E1861F4}.Debug|x64.Build.0 = Debug|x64
{EF65A305-D90C-4458-92E6-482D8E1861F4}.Release|x64.ActiveCfg = Release|x64
{EF65A305-D90C-4458-92E6-482D8E1861F4}.Release|x64.Build.0 = Release|x64
{290A5109-B1ED-4D55-A4B5-80E6A823C43D}.Debug|x64.ActiveCfg = Debug|x64
{290A5109-B1ED-4D55-A4B5-80E6A823C43D}.Debug|x64.Build.0 = Debug|x64
{290A5109-B1ED-4D55-A4B5-80E6A823C43D}.Release|x64.ActiveCfg = Release|x64
{290A5109-B1ED-4D55-A4B5-80E6A823C43D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71B0764B-EE70-4AE3-947A-C8C84C8990B0}
EndGlobalSection
EndGlobal