weld.sln
2.01 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 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeldControl", "WeldControl.csproj", "{44265461-19B3-4333-BA89-0B18284FF658}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyClassLib", "..\MyClassLib\MyClassLib.csproj", "{1B0D6D5F-5E15-4E57-B6A3-54A16F5A0F24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyControlLib", "..\MyControlLib\MyControlLib.csproj", "{9B2B04B8-4AA1-4D2E-903B-C9FDC7DD665D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44265461-19B3-4333-BA89-0B18284FF658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44265461-19B3-4333-BA89-0B18284FF658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44265461-19B3-4333-BA89-0B18284FF658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44265461-19B3-4333-BA89-0B18284FF658}.Release|Any CPU.Build.0 = Release|Any CPU
{1B0D6D5F-5E15-4E57-B6A3-54A16F5A0F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B0D6D5F-5E15-4E57-B6A3-54A16F5A0F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B0D6D5F-5E15-4E57-B6A3-54A16F5A0F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B0D6D5F-5E15-4E57-B6A3-54A16F5A0F24}.Release|Any CPU.Build.0 = Release|Any CPU
{9B2B04B8-4AA1-4D2E-903B-C9FDC7DD665D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B2B04B8-4AA1-4D2E-903B-C9FDC7DD665D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B2B04B8-4AA1-4D2E-903B-C9FDC7DD665D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B2B04B8-4AA1-4D2E-903B-C9FDC7DD665D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B78C7EBC-1D0A-45A5-8A6E-7C757262CB2B}
EndGlobalSection
EndGlobal