-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInventorTemplate.sln
30 lines (30 loc) · 1.51 KB
/
InventorTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "TemplateHelpers", "TemplateHelpers\TemplateHelpers.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventorTemplate", "InventorTemplate\InventorTemplate.csproj", "{C43530F3-66E6-403E-AF4D-3381FAAECCA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{C43530F3-66E6-403E-AF4D-3381FAAECCA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C43530F3-66E6-403E-AF4D-3381FAAECCA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C43530F3-66E6-403E-AF4D-3381FAAECCA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C43530F3-66E6-403E-AF4D-3381FAAECCA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AD95A4E-29C7-450D-8B17-F12F62FA5192}
EndGlobalSection
EndGlobal