-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathUnderAutomation.UniversalRobots_VS2022.sln
43 lines (43 loc) · 2.93 KB
/
UnderAutomation.UniversalRobots_VS2022.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnderAutomation.UniversalRobots.Showcase.Console", "UnderAutomation.UniversalRobots.Showcase.Console\UnderAutomation.UniversalRobots.Showcase.Console.csproj", "{CC2F1301-DFC6-4EDE-9DAE-F2781E599C62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnderAutomation.UniversalRobots.Showcase.Forms", "UnderAutomation.UniversalRobots.Showcase.Forms\UnderAutomation.UniversalRobots.Showcase.Forms.csproj", "{BDC76B58-F5CA-41FB-BEDB-E63403590363}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UnderAutomation.UniversalRobots.Showcase.Forms.vb", "UnderAutomation.UniversalRobots.Showcase.Forms.vb\UnderAutomation.UniversalRobots.Showcase.Forms.vb.vbproj", "{CCD34115-EA06-096C-3E9E-EC740EE24810}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnderAutomation.UniversalRobots.ObfuscatedSources", "UnderAutomation.UniversalRobots.ObfuscatedSources\UnderAutomation.UniversalRobots.ObfuscatedSources.csproj", "{DB38716D-3D4A-4D9C-AA88-5748FA7226C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC2F1301-DFC6-4EDE-9DAE-F2781E599C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC2F1301-DFC6-4EDE-9DAE-F2781E599C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC2F1301-DFC6-4EDE-9DAE-F2781E599C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC2F1301-DFC6-4EDE-9DAE-F2781E599C62}.Release|Any CPU.Build.0 = Release|Any CPU
{BDC76B58-F5CA-41FB-BEDB-E63403590363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDC76B58-F5CA-41FB-BEDB-E63403590363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDC76B58-F5CA-41FB-BEDB-E63403590363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC76B58-F5CA-41FB-BEDB-E63403590363}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD34115-EA06-096C-3E9E-EC740EE24810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD34115-EA06-096C-3E9E-EC740EE24810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD34115-EA06-096C-3E9E-EC740EE24810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD34115-EA06-096C-3E9E-EC740EE24810}.Release|Any CPU.Build.0 = Release|Any CPU
{DB38716D-3D4A-4D9C-AA88-5748FA7226C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB38716D-3D4A-4D9C-AA88-5748FA7226C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB38716D-3D4A-4D9C-AA88-5748FA7226C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB38716D-3D4A-4D9C-AA88-5748FA7226C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39121D88-458A-43C8-8D25-5DCD44FF288C}
EndGlobalSection
EndGlobal