-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathStevenVolckaert.InventorPowerTools.sln
63 lines (63 loc) · 3.34 KB
/
StevenVolckaert.InventorPowerTools.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{74B32F39-BA24-4F4D-8BBC-68A4DA7BCB5F}"
ProjectSection(SolutionItems) = preProject
Documentation\admapi_16_0.chm = Documentation\admapi_16_0.chm
Documentation\CustomCommand.zip = Documentation\CustomCommand.zip
Documentation\DocCLSIDs.h = Documentation\DocCLSIDs.h
Documentation\InventorRibbons.txt = Documentation\InventorRibbons.txt
Documentation\SimpleAddIn.zip = Documentation\SimpleAddIn.zip
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{0145AC46-8795-4218-8EB1-2B370FA0041E}"
ProjectSection(SolutionItems) = preProject
Libraries\Autodesk.Inventor.Interop.dll = Libraries\Autodesk.Inventor.Interop.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{C71165E8-8FFB-420E-B47F-73FBEC175E02}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
AutodeskDictionary.xml = AutodeskDictionary.xml
CustomDictionary.xml = CustomDictionary.xml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3331B5FC-C938-40B5-AC18-893AB7DAF900}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2AEDDFEE-5ADC-4429-9932-1FB84F4D3F98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StevenVolckaert.InventorPowerTools", "src\StevenVolckaert.InventorPowerTools\StevenVolckaert.InventorPowerTools.csproj", "{E304487D-6AA6-425C-9962-ED4423242196}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StevenVolckaert.InventorPowerTools.Tests", "test\StevenVolckaert.InventorPowerTools.Tests\StevenVolckaert.InventorPowerTools.Tests.csproj", "{E38C90B4-3394-46A1-A26F-E78FD54368B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E304487D-6AA6-425C-9962-ED4423242196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E304487D-6AA6-425C-9962-ED4423242196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E304487D-6AA6-425C-9962-ED4423242196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E304487D-6AA6-425C-9962-ED4423242196}.Release|Any CPU.Build.0 = Release|Any CPU
{E38C90B4-3394-46A1-A26F-E78FD54368B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E38C90B4-3394-46A1-A26F-E78FD54368B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E38C90B4-3394-46A1-A26F-E78FD54368B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E38C90B4-3394-46A1-A26F-E78FD54368B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E304487D-6AA6-425C-9962-ED4423242196} = {3331B5FC-C938-40B5-AC18-893AB7DAF900}
{E38C90B4-3394-46A1-A26F-E78FD54368B0} = {2AEDDFEE-5ADC-4429-9932-1FB84F4D3F98}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4637C769-B085-4FEE-AFCA-E31EDB39F3A5}
EndGlobalSection
EndGlobal