-
Notifications
You must be signed in to change notification settings - Fork 1
/
UaTypeGenerator.sln
52 lines (52 loc) · 3.1 KB
/
UaTypeGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UaTypeGenerator", "UaTypeGenerator\UaTypeGenerator.csproj", "{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ua.DI", "Ua.DI\Ua.DI.csproj", "{286C45C0-95E3-4554-9B6B-2A827729E756}"
ProjectSection(ProjectDependencies) = postProject
{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7} = {7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ua.AutoID", "Ua.AutoID\Ua.AutoID.csproj", "{C513E4C3-D5B1-418C-AA20-326B2D76A727}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ua.MachineVision", "Ua.MachineVision\Ua.MachineVision.csproj", "{DCC15914-AF2E-4E15-99A0-CDD97BE2A1AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ua.CNC", "Ua.CNC\Ua.CNC.csproj", "{6F158323-3BE7-4EBA-90D8-71C3C6F87DBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FCC6E9F-2B5B-4963-8545-E7446D29B6E7}.Release|Any CPU.Build.0 = Release|Any CPU
{286C45C0-95E3-4554-9B6B-2A827729E756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{286C45C0-95E3-4554-9B6B-2A827729E756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{286C45C0-95E3-4554-9B6B-2A827729E756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{286C45C0-95E3-4554-9B6B-2A827729E756}.Release|Any CPU.Build.0 = Release|Any CPU
{C513E4C3-D5B1-418C-AA20-326B2D76A727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C513E4C3-D5B1-418C-AA20-326B2D76A727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C513E4C3-D5B1-418C-AA20-326B2D76A727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C513E4C3-D5B1-418C-AA20-326B2D76A727}.Release|Any CPU.Build.0 = Release|Any CPU
{DCC15914-AF2E-4E15-99A0-CDD97BE2A1AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCC15914-AF2E-4E15-99A0-CDD97BE2A1AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCC15914-AF2E-4E15-99A0-CDD97BE2A1AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC15914-AF2E-4E15-99A0-CDD97BE2A1AF}.Release|Any CPU.Build.0 = Release|Any CPU
{6F158323-3BE7-4EBA-90D8-71C3C6F87DBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F158323-3BE7-4EBA-90D8-71C3C6F87DBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F158323-3BE7-4EBA-90D8-71C3C6F87DBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F158323-3BE7-4EBA-90D8-71C3C6F87DBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F53E33F-5826-4AE6-9346-3F3D39F863FF}
EndGlobalSection
EndGlobal