-
Notifications
You must be signed in to change notification settings - Fork 1
/
inventor-addin-templates.sln
56 lines (56 loc) · 3.36 KB
/
inventor-addin-templates.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
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "empty-addin-sdk", "templates\empty-addin-sdk\empty-addin-sdk.csproj", "{FFAF333D-1803-433E-84D9-095D6998BA58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nifty-addin-sdk", "templates\nifty-addin-sdk\nifty-addin-sdk.csproj", "{EA0563A3-9787-4DD0-9240-BF0B19364129}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "wpf-window-addin", "templates\wpf-window-addin\wpf-window-addin.csproj", "{6ACE9F63-7424-47C8-9724-C5DB14489DFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5CDC7AC7-72AF-4459-B221-316BC2ED3401}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
InventorAddinSdk.nuspec = InventorAddinSdk.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "inv-plugin", "templates\inv-plugin\inv-plugin.csproj", "{1C0D6291-4855-456C-BAE5-55BD16E19B14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "inv-plugin-host", "templates\inv-plugin-host\inv-plugin-host.csproj", "{A3831727-1FC0-47E5-B8E0-3DA383AC066D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFAF333D-1803-433E-84D9-095D6998BA58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFAF333D-1803-433E-84D9-095D6998BA58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFAF333D-1803-433E-84D9-095D6998BA58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFAF333D-1803-433E-84D9-095D6998BA58}.Release|Any CPU.Build.0 = Release|Any CPU
{EA0563A3-9787-4DD0-9240-BF0B19364129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA0563A3-9787-4DD0-9240-BF0B19364129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA0563A3-9787-4DD0-9240-BF0B19364129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA0563A3-9787-4DD0-9240-BF0B19364129}.Release|Any CPU.Build.0 = Release|Any CPU
{6ACE9F63-7424-47C8-9724-C5DB14489DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ACE9F63-7424-47C8-9724-C5DB14489DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ACE9F63-7424-47C8-9724-C5DB14489DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ACE9F63-7424-47C8-9724-C5DB14489DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{1C0D6291-4855-456C-BAE5-55BD16E19B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C0D6291-4855-456C-BAE5-55BD16E19B14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C0D6291-4855-456C-BAE5-55BD16E19B14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C0D6291-4855-456C-BAE5-55BD16E19B14}.Release|Any CPU.Build.0 = Release|Any CPU
{A3831727-1FC0-47E5-B8E0-3DA383AC066D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3831727-1FC0-47E5-B8E0-3DA383AC066D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3831727-1FC0-47E5-B8E0-3DA383AC066D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3831727-1FC0-47E5-B8E0-3DA383AC066D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0FCDDAF-7930-432C-9B05-7E2F92A81F08}
EndGlobalSection
EndGlobal