1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{DAAD557E-DA1A-47F7-B45D-7CE63BF77A44}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >EVerse.Navisworks.ViewpointByLevel</RootNamespace >
11
+ <AssemblyName >Veronica.ViewpointByLevel</AssemblyName >
12
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" AdWindows, Version=5.0.3.1, Culture=neutral, processorArchitecture=MSIL" >
35
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\AdWindows.dll</HintPath >
36
+ <Private >False</Private >
37
+ </Reference >
38
+ <Reference Include =" Autodesk.Navisworks.Api, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64" >
39
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\Autodesk.Navisworks.Api.dll</HintPath >
40
+ <Private >False</Private >
41
+ </Reference >
42
+ <Reference Include =" Autodesk.Navisworks.ComApi, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64" >
43
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\Autodesk.Navisworks.ComApi.dll</HintPath >
44
+ <Private >False</Private >
45
+ </Reference >
46
+ <Reference Include =" Autodesk.Navisworks.Controls, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64" >
47
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\Autodesk.Navisworks.Controls.dll</HintPath >
48
+ <Private >False</Private >
49
+ </Reference >
50
+ <Reference Include =" Autodesk.Navisworks.Interop.ComApi, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64" >
51
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\Autodesk.Navisworks.Interop.ComApi.dll</HintPath >
52
+ <EmbedInteropTypes >True</EmbedInteropTypes >
53
+ </Reference >
54
+ <Reference Include =" navisworks.gui.common, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
55
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\navisworks.gui.common.dll</HintPath >
56
+ <Private >False</Private >
57
+ </Reference >
58
+ <Reference Include =" navisworks.gui.interface, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
59
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\navisworks.gui.interface.dll</HintPath >
60
+ <Private >False</Private >
61
+ </Reference >
62
+ <Reference Include =" navisworks.gui.roamer, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64" >
63
+ <HintPath >..\packages\Speckle.Navisworks.API.2024.0.0\lib\net48\navisworks.gui.roamer.dll</HintPath >
64
+ <Private >False</Private >
65
+ </Reference >
66
+ <Reference Include =" PresentationCore" />
67
+ <Reference Include =" PresentationFramework" />
68
+ <Reference Include =" System" />
69
+ <Reference Include =" System.Configuration.Install" />
70
+ <Reference Include =" System.Core" />
71
+ <Reference Include =" System.Drawing" />
72
+ <Reference Include =" System.Management" />
73
+ <Reference Include =" System.Windows" />
74
+ <Reference Include =" System.Xaml" />
75
+ <Reference Include =" System.Xml.Linq" />
76
+ <Reference Include =" System.Data.DataSetExtensions" />
77
+ <Reference Include =" Microsoft.CSharp" />
78
+ <Reference Include =" System.Data" />
79
+ <Reference Include =" System.Net.Http" />
80
+ <Reference Include =" System.Xml" />
81
+ <Reference Include =" WindowsBase" />
82
+ <Reference Include =" WindowsFormsIntegration" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <Compile Include =" Properties\AssemblyInfo.cs" />
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <None Include =" packages.config" />
89
+ </ItemGroup >
90
+ <Import Project =" ..\e-verse.Navisworks.ViewpointByLevel.Common\e-verse.Navisworks.ViewpointByLevel.Common.projitems" Label =" Shared" />
91
+ <Import Project =" ..\e-verse.Navisworks.ViewpointByLevel.Plugin\e-verse.Navisworks.ViewpointByLevel.Plugin.projitems" Label =" Shared" />
92
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
+ <PropertyGroup >
94
+ <PostBuildEvent >mkdir "$(SolutionDir)\$(SolutionName).bundle\Contents\dlls\2024\en-US"
95
+ mkdir "$(SolutionDir)\$(SolutionName).bundle\Contents\dlls\2024\Images"
96
+
97
+ copy "$(TargetDir)\*.dll" "$(SolutionDir)$(SolutionName).bundle\Contents\dlls\2024"
98
+ copy "$(SolutionDir)\e-verse.Navisworks.ViewpointByLevel.Common\Images\*" "$(SolutionDir)$(SolutionName).bundle\Contents\dlls\2024\Images"
99
+ copy "$(SolutionDir)\e-verse.Navisworks.ViewpointByLevel.Common\*.addin" "$(SolutionDir)$(SolutionName).bundle\Contents\dlls\2024"
100
+ copy "$(SolutionDir)\e-verse.Navisworks.ViewpointByLevel.Common\en-US\PluginRibbon.xaml" "$(SolutionDir)$(SolutionName).bundle\Contents\dlls\2024\en-US"
101
+ copy "$(SolutionDir)\e-verse.Navisworks.ViewpointByLevel.Plugin\clipPlaneTemplate.json" "$(SolutionDir)$(SolutionName).bundle\Contents\dlls\2024"
102
+
103
+ copy "$(SolutionDir)\e-verse.Navisworks.ViewpointByLevel.Common\PackageContents.xml" "$(SolutionDir)$(SolutionName).bundle"
104
+
105
+ if EXIST "%25APPDATA%25\Autodesk\ApplicationPlugins\$(SolutionName).bundle" rmdir /s /q "%25AppData%25\Autodesk\ApplicationPlugins\$(SolutionName).bundle"
106
+ if $(ConfigurationName) == Debug mkdir "%25APPDATA%25\Autodesk\ApplicationPlugins\$(SolutionName).bundle"
107
+
108
+ if $(ConfigurationName) == Debug xcopy /e /s /h "$(SolutionDir)\$(SolutionName).bundle" "%25APPDATA%25\Autodesk\ApplicationPlugins\$(SolutionName).bundle"</PostBuildEvent >
109
+ </PropertyGroup >
110
+ </Project >
0 commit comments