-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSprutCAM-API-Examples.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
SprutCAM-API-Examples.sln
File metadata and controls
37 lines (37 loc) · 2.05 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 Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "STMachiningToolsImportApi", "STMachiningToolsImportApi", "{ACFD6D2B-70FD-4A91-A9F3-494EAE28A4DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DIN4000ImportPlugin", "STMachiningToolsImportApi\DIN4000ImportPlugin\DIN4000ImportPlugin.csproj", "{01D21392-5C6F-4331-8B20-2CDBC6B45880}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachiningToolsCreateExample", "STMachiningToolsImportApi\MachiningToolsCreateExample\MachiningToolsCreateExample.csproj", "{F2800868-E7C7-4E64-8348-2C0F990141D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01D21392-5C6F-4331-8B20-2CDBC6B45880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D21392-5C6F-4331-8B20-2CDBC6B45880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D21392-5C6F-4331-8B20-2CDBC6B45880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D21392-5C6F-4331-8B20-2CDBC6B45880}.Release|Any CPU.Build.0 = Release|Any CPU
{F2800868-E7C7-4E64-8348-2C0F990141D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2800868-E7C7-4E64-8348-2C0F990141D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2800868-E7C7-4E64-8348-2C0F990141D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2800868-E7C7-4E64-8348-2C0F990141D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01D21392-5C6F-4331-8B20-2CDBC6B45880} = {ACFD6D2B-70FD-4A91-A9F3-494EAE28A4DC}
{F2800868-E7C7-4E64-8348-2C0F990141D0} = {ACFD6D2B-70FD-4A91-A9F3-494EAE28A4DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE4A4BD3-8226-419D-B33F-BC1291C39830}
EndGlobalSection
EndGlobal