CollaborativePlatformMain.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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>{AA8E5385-14E6-4DC6-AE24-6B1C127A7A9C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CollaborativePlatformMain</RootNamespace>
  10. <AssemblyName>CollaborativePlatformMain</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>x64</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <TargetZone>LocalIntranet</TargetZone>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <GenerateManifests>false</GenerateManifests>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>false</SignManifests>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="accoremgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>SystemLibrary\CAD\2019\accoremgd.dll</HintPath>
  68. </Reference>
  69. <Reference Include="AcCui, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>SystemLibrary\CAD\2019\AcCui.dll</HintPath>
  72. </Reference>
  73. <Reference Include="acdbmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>SystemLibrary\CAD\2019\acdbmgd.dll</HintPath>
  76. </Reference>
  77. <Reference Include="acmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>SystemLibrary\CAD\2019\acmgd.dll</HintPath>
  80. </Reference>
  81. <Reference Include="AcWindows, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>SystemLibrary\CAD\2019\AcWindows.dll</HintPath>
  84. </Reference>
  85. <Reference Include="AdWindows, Version=2017.11.2.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>SystemLibrary\CAD\2019\AdWindows.dll</HintPath>
  88. </Reference>
  89. <Reference Include="CADNETCommon2019, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>SystemLibrary\CAD\CADNETCommon2019.dll</HintPath>
  92. </Reference>
  93. <Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  94. <HintPath>..\packages\HandyControl.3.5.1\lib\net48\HandyControl.dll</HintPath>
  95. </Reference>
  96. <Reference Include="LayUI.Wpf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  97. <HintPath>..\packages\LayUI.Wpf.1.0.2.240407\lib\net48\LayUI.Wpf.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System">
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Data">
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="System.Drawing" />
  106. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Drawing.Common.8.0.3\lib\net462\System.Drawing.Common.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Xml">
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="Microsoft.CSharp">
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.Core">
  116. <Private>True</Private>
  117. </Reference>
  118. <Reference Include="System.Xml.Linq">
  119. <Private>True</Private>
  120. </Reference>
  121. <Reference Include="System.Data.DataSetExtensions">
  122. <Private>True</Private>
  123. </Reference>
  124. <Reference Include="System.Net.Http">
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="System.Xaml">
  128. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  129. <Private>True</Private>
  130. </Reference>
  131. <Reference Include="WindowsBase">
  132. <Private>True</Private>
  133. </Reference>
  134. <Reference Include="PresentationCore">
  135. <Private>True</Private>
  136. </Reference>
  137. <Reference Include="PresentationFramework">
  138. <Private>True</Private>
  139. </Reference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ApplicationDefinition Include="App.xaml">
  143. <Generator>MSBuild:Compile</Generator>
  144. <SubType>Designer</SubType>
  145. </ApplicationDefinition>
  146. <Compile Include="CADStartUtil\FloorDataConfigUtil.cs" />
  147. <Compile Include="CADStartUtil\OpenDrawPathData.cs" />
  148. <Compile Include="CADStartUtil\SendToCAD.cs" />
  149. <Compile Include="CADStartUtil\StartCADUtil.cs" />
  150. <Compile Include="DFEntity\FloorLayerData.cs" />
  151. <Compile Include="DFEntity\MessageSubUtil\ContactsUtil.cs" />
  152. <Compile Include="DFEntity\MessageSubUtil\LegendEntity.cs" />
  153. <Compile Include="DFEntity\MessageSubUtil\LevelTableEntity.cs" />
  154. <Compile Include="DFEntity\MessageSubUtil\MessageData.cs" />
  155. <Compile Include="DFEntity\MessageSubUtil\OperatEntity.cs" />
  156. <Compile Include="DFEntity\MessageSubUtil\OperatingFloorData.cs" />
  157. <Compile Include="DFEntity\MessageSubUtil\ProjectEntity.cs" />
  158. <Compile Include="DFEntity\MessageSubUtil\ThreeModelEntity.cs" />
  159. <Compile Include="DFEntity\MessageSubUtil\ToolFunctionEntity.cs" />
  160. <Compile Include="DFEntity\StandardizedEntity.cs" />
  161. <Compile Include="Form\BigFullProfessiongForm.xaml.cs">
  162. <DependentUpon>BigFullProfessiongForm.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Form\FloorDrawingForm.xaml.cs">
  165. <DependentUpon>FloorDrawingForm.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Form\Legend\DetailedLegendPage.xaml.cs">
  168. <DependentUpon>DetailedLegendPage.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Form\MessageSubPage\AddImage\AddImageForm.xaml.cs">
  171. <DependentUpon>AddImageForm.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml.cs">
  174. <DependentUpon>CreatLevelForm.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml.cs">
  177. <DependentUpon>SetLevelTablecreationForm.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Form\MessageSubPage\FullProfessionPage.xaml.cs">
  180. <DependentUpon>FullProfessionPage.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Form\MessageSubPage\Project\NewProjrctPage.xaml.cs">
  183. <DependentUpon>NewProjrctPage.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml.cs">
  186. <DependentUpon>OperatingFloorPage.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml.cs">
  189. <DependentUpon>ProjectInfoPage.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Form\MessageSubPage\Project\TempPage.xaml.cs">
  192. <DependentUpon>TempPage.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Form\MessageSubPage\SeconContactsPage.xaml.cs">
  195. <DependentUpon>SeconContactsPage.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Form\MessageSubPage\SeconLegendPage.xaml.cs">
  198. <DependentUpon>SeconLegendPage.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Form\MessageSubPage\SeconMessagePage.xaml.cs">
  201. <DependentUpon>SeconMessagePage.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Form\MessageSubPage\SeconProjectPage.xaml.cs">
  204. <DependentUpon>SeconProjectPage.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml.cs">
  207. <DependentUpon>SeconThreeDimensionalPage.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Form\MessageSubPage\SeconToolLibraryPage.xaml.cs">
  210. <DependentUpon>SeconToolLibraryPage.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Form\MessageSubPage\SuspensionForm.xaml.cs">
  213. <DependentUpon>SuspensionForm.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Form\StandardizedAssistantForm.xaml.cs">
  216. <DependentUpon>StandardizedAssistantForm.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Form\UserControlForm\CBButtonControls.xaml.cs">
  219. <DependentUpon>CBButtonControls.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Form\UserControlForm\NativeCombox.xaml.cs">
  222. <DependentUpon>NativeCombox.xaml</DependentUpon>
  223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  224. </Compile>
  225. <Compile Include="Form\UserControlForm\ProjectControls.xaml.cs">
  226. <DependentUpon>ProjectControls.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Util\CollaborationUtil.cs" />
  229. <Compile Include="Util\CreatLevelUtil.cs" />
  230. <Compile Include="Util\LoginUtil.cs" />
  231. <Page Include="Form\BigFullProfessiongForm.xaml">
  232. <SubType>Designer</SubType>
  233. <Generator>MSBuild:Compile</Generator>
  234. </Page>
  235. <Page Include="Form\FloorDrawingForm.xaml">
  236. <SubType>Designer</SubType>
  237. <Generator>MSBuild:Compile</Generator>
  238. </Page>
  239. <Page Include="Form\Legend\DetailedLegendPage.xaml">
  240. <SubType>Designer</SubType>
  241. <Generator>MSBuild:Compile</Generator>
  242. </Page>
  243. <Page Include="Form\MessageSubPage\AddImage\AddImageForm.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. <Page Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml">
  252. <SubType>Designer</SubType>
  253. <Generator>MSBuild:Compile</Generator>
  254. </Page>
  255. <Page Include="Form\MessageSubPage\FullProfessionPage.xaml">
  256. <SubType>Designer</SubType>
  257. <Generator>MSBuild:Compile</Generator>
  258. </Page>
  259. <Page Include="Form\MessageSubPage\Project\NewProjrctPage.xaml">
  260. <SubType>Designer</SubType>
  261. <Generator>MSBuild:Compile</Generator>
  262. </Page>
  263. <Page Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml">
  268. <SubType>Designer</SubType>
  269. <Generator>MSBuild:Compile</Generator>
  270. </Page>
  271. <Page Include="Form\MessageSubPage\Project\TempPage.xaml">
  272. <SubType>Designer</SubType>
  273. <Generator>MSBuild:Compile</Generator>
  274. </Page>
  275. <Page Include="Form\MessageSubPage\SeconContactsPage.xaml">
  276. <SubType>Designer</SubType>
  277. <Generator>MSBuild:Compile</Generator>
  278. </Page>
  279. <Page Include="Form\MessageSubPage\SeconLegendPage.xaml">
  280. <SubType>Designer</SubType>
  281. <Generator>MSBuild:Compile</Generator>
  282. </Page>
  283. <Page Include="Form\MessageSubPage\SeconMessagePage.xaml">
  284. <SubType>Designer</SubType>
  285. <Generator>MSBuild:Compile</Generator>
  286. </Page>
  287. <Page Include="Form\MessageSubPage\SeconProjectPage.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. <Page Include="Form\MessageSubPage\SeconToolLibraryPage.xaml">
  296. <SubType>Designer</SubType>
  297. <Generator>MSBuild:Compile</Generator>
  298. </Page>
  299. <Page Include="Form\MessageSubPage\SuspensionForm.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="Form\StandardizedAssistantForm.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="Form\UserControlForm\CBButtonControls.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Form\HomepageForm.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="Form\UserControlForm\NativeCombox.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  319. </Page>
  320. <Page Include="Form\UserControlForm\ProjectControls.xaml">
  321. <SubType>Designer</SubType>
  322. <Generator>MSBuild:Compile</Generator>
  323. </Page>
  324. <Page Include="Form\ProjectForm.xaml">
  325. <SubType>Designer</SubType>
  326. <Generator>MSBuild:Compile</Generator>
  327. </Page>
  328. <Page Include="Form\UploadDrawingForm.xaml">
  329. <SubType>Designer</SubType>
  330. <Generator>MSBuild:Compile</Generator>
  331. </Page>
  332. <Page Include="MainWindow.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Compile Include="App.xaml.cs">
  337. <DependentUpon>App.xaml</DependentUpon>
  338. <SubType>Code</SubType>
  339. </Compile>
  340. <Compile Include="DFEntity\LVProjectInfoEntity.cs" />
  341. <Compile Include="DFEntity\LVTeamMembersEntity.cs" />
  342. <Compile Include="DFEntity\NotificationAnnouncement.cs" />
  343. <Compile Include="DFEntity\TreeViewBind.cs" />
  344. <Compile Include="DFEntity\UserInformationEntity.cs" />
  345. <Compile Include="Form\HomepageForm.xaml.cs">
  346. <DependentUpon>HomepageForm.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Form\ProjectForm.xaml.cs">
  349. <DependentUpon>ProjectForm.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="Form\UploadDrawingForm.xaml.cs">
  352. <DependentUpon>UploadDrawingForm.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="MainWindow.xaml.cs">
  355. <DependentUpon>MainWindow.xaml</DependentUpon>
  356. <SubType>Code</SubType>
  357. </Compile>
  358. </ItemGroup>
  359. <ItemGroup>
  360. <Compile Include="Properties\AssemblyInfo.cs">
  361. <SubType>Code</SubType>
  362. </Compile>
  363. <Compile Include="Properties\Resources.Designer.cs">
  364. <AutoGen>True</AutoGen>
  365. <DesignTime>True</DesignTime>
  366. <DependentUpon>Resources.resx</DependentUpon>
  367. </Compile>
  368. <Compile Include="Properties\Settings.Designer.cs">
  369. <AutoGen>True</AutoGen>
  370. <DependentUpon>Settings.settings</DependentUpon>
  371. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  372. </Compile>
  373. <EmbeddedResource Include="Properties\Resources.resx">
  374. <Generator>ResXFileCodeGenerator</Generator>
  375. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  376. </EmbeddedResource>
  377. <None Include="packages.config" />
  378. <None Include="Properties\app.manifest" />
  379. <None Include="Properties\Settings.settings">
  380. <Generator>SettingsSingleFileGenerator</Generator>
  381. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  382. </None>
  383. </ItemGroup>
  384. <ItemGroup>
  385. <None Include="App.config" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Resource Include="Image\folderImage.png" />
  389. </ItemGroup>
  390. <ItemGroup>
  391. <Resource Include="Image\add.png">
  392. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  393. </Resource>
  394. </ItemGroup>
  395. <ItemGroup>
  396. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  397. <Visible>False</Visible>
  398. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  399. <Install>true</Install>
  400. </BootstrapperPackage>
  401. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  402. <Visible>False</Visible>
  403. <ProductName>.NET Framework 3.5 SP1</ProductName>
  404. <Install>false</Install>
  405. </BootstrapperPackage>
  406. </ItemGroup>
  407. <ItemGroup />
  408. <ItemGroup>
  409. <Content Include="SystemLibrary\CAD\2019\accoremgd.dll">
  410. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  411. </Content>
  412. <Content Include="SystemLibrary\CAD\2019\AcCui.dll">
  413. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  414. </Content>
  415. <Content Include="SystemLibrary\CAD\2019\acdbmgd.dll">
  416. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  417. </Content>
  418. <Content Include="SystemLibrary\CAD\2019\acmgd.dll">
  419. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  420. </Content>
  421. <Content Include="SystemLibrary\CAD\2019\AcWindows.dll">
  422. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="SystemLibrary\CAD\2019\AdWindows.dll">
  425. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  426. </Content>
  427. <Content Include="SystemLibrary\CAD\CADNETCommon2019.dll">
  428. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  429. </Content>
  430. </ItemGroup>
  431. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  432. </Project>