CollaborativePlatformMain.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>SystemLibrary\Other\System.Windows.Forms.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Xml">
  114. <Private>True</Private>
  115. </Reference>
  116. <Reference Include="Microsoft.CSharp">
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="System.Core">
  120. <Private>True</Private>
  121. </Reference>
  122. <Reference Include="System.Xml.Linq">
  123. <Private>True</Private>
  124. </Reference>
  125. <Reference Include="System.Data.DataSetExtensions">
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="System.Net.Http">
  129. <Private>True</Private>
  130. </Reference>
  131. <Reference Include="System.Xaml">
  132. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  133. <Private>True</Private>
  134. </Reference>
  135. <Reference Include="WindowsBase">
  136. <Private>True</Private>
  137. </Reference>
  138. <Reference Include="PresentationCore">
  139. <Private>True</Private>
  140. </Reference>
  141. <Reference Include="PresentationFramework">
  142. <Private>True</Private>
  143. </Reference>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ApplicationDefinition Include="App.xaml">
  147. <Generator>MSBuild:Compile</Generator>
  148. <SubType>Designer</SubType>
  149. </ApplicationDefinition>
  150. <Compile Include="CADStartUtil\FloorDataConfigUtil.cs" />
  151. <Compile Include="CADStartUtil\OpenDrawPathData.cs" />
  152. <Compile Include="CADStartUtil\SendToCAD.cs" />
  153. <Compile Include="CADStartUtil\StartCADUtil.cs" />
  154. <Compile Include="DFEntity\FloorLayerData.cs" />
  155. <Compile Include="DFEntity\MessageSubUtil\ContactsUtil.cs" />
  156. <Compile Include="DFEntity\MessageSubUtil\LegendEntity.cs" />
  157. <Compile Include="DFEntity\MessageSubUtil\LevelTableEntity.cs" />
  158. <Compile Include="DFEntity\MessageSubUtil\MessageData.cs" />
  159. <Compile Include="DFEntity\MessageSubUtil\OperatEntity.cs" />
  160. <Compile Include="DFEntity\MessageSubUtil\OperatingFloorData.cs" />
  161. <Compile Include="DFEntity\MessageSubUtil\ProjectEntity.cs" />
  162. <Compile Include="DFEntity\MessageSubUtil\ThreeModelEntity.cs" />
  163. <Compile Include="DFEntity\MessageSubUtil\ToolFunctionEntity.cs" />
  164. <Compile Include="DFEntity\StandardizedEntity.cs" />
  165. <Compile Include="Form\BigFullProfessiongForm.xaml.cs">
  166. <DependentUpon>BigFullProfessiongForm.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Form\FloorDrawingForm.xaml.cs">
  169. <DependentUpon>FloorDrawingForm.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Form\Legend\DetailedLegendPage.xaml.cs">
  172. <DependentUpon>DetailedLegendPage.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Form\MessageSubPage\AddImage\AddImageForm.xaml.cs">
  175. <DependentUpon>AddImageForm.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml.cs">
  178. <DependentUpon>CreatLevelForm.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml.cs">
  181. <DependentUpon>SetLevelTablecreationForm.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Form\MessageSubPage\FullProfessionPage.xaml.cs">
  184. <DependentUpon>FullProfessionPage.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Form\MessageSubPage\Project\NewProjrctPage.xaml.cs">
  187. <DependentUpon>NewProjrctPage.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml.cs">
  190. <DependentUpon>OperatingFloorPage.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml.cs">
  193. <DependentUpon>ProjectInfoPage.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Form\MessageSubPage\Project\TempPage.xaml.cs">
  196. <DependentUpon>TempPage.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Form\MessageSubPage\SeconContactsPage.xaml.cs">
  199. <DependentUpon>SeconContactsPage.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Form\MessageSubPage\SeconLegendPage.xaml.cs">
  202. <DependentUpon>SeconLegendPage.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Form\MessageSubPage\SeconMessagePage.xaml.cs">
  205. <DependentUpon>SeconMessagePage.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Form\MessageSubPage\SeconProjectPage.xaml.cs">
  208. <DependentUpon>SeconProjectPage.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml.cs">
  211. <DependentUpon>SeconThreeDimensionalPage.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Form\MessageSubPage\SeconToolLibraryPage.xaml.cs">
  214. <DependentUpon>SeconToolLibraryPage.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="Form\MessageSubPage\SuspensionForm.xaml.cs">
  217. <DependentUpon>SuspensionForm.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="Form\StandardizedAssistantForm.xaml.cs">
  220. <DependentUpon>StandardizedAssistantForm.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Form\UserControlForm\CBButtonControls.xaml.cs">
  223. <DependentUpon>CBButtonControls.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Form\UserControlForm\NativeCombox.xaml.cs">
  226. <DependentUpon>NativeCombox.xaml</DependentUpon>
  227. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  228. </Compile>
  229. <Compile Include="Form\UserControlForm\ProjectControls.xaml.cs">
  230. <DependentUpon>ProjectControls.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Util\CollaborationUtil.cs" />
  233. <Compile Include="Util\CreatLevelUtil.cs" />
  234. <Compile Include="Util\LoginUtil.cs" />
  235. <Page Include="Form\BigFullProfessiongForm.xaml">
  236. <SubType>Designer</SubType>
  237. <Generator>MSBuild:Compile</Generator>
  238. </Page>
  239. <Page Include="Form\FloorDrawingForm.xaml">
  240. <SubType>Designer</SubType>
  241. <Generator>MSBuild:Compile</Generator>
  242. </Page>
  243. <Page Include="Form\Legend\DetailedLegendPage.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="Form\MessageSubPage\AddImage\AddImageForm.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. <Page Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml">
  252. <SubType>Designer</SubType>
  253. <Generator>MSBuild:Compile</Generator>
  254. </Page>
  255. <Page Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml">
  256. <SubType>Designer</SubType>
  257. <Generator>MSBuild:Compile</Generator>
  258. </Page>
  259. <Page Include="Form\MessageSubPage\FullProfessionPage.xaml">
  260. <SubType>Designer</SubType>
  261. <Generator>MSBuild:Compile</Generator>
  262. </Page>
  263. <Page Include="Form\MessageSubPage\Project\NewProjrctPage.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml">
  268. <SubType>Designer</SubType>
  269. <Generator>MSBuild:Compile</Generator>
  270. </Page>
  271. <Page Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml">
  272. <SubType>Designer</SubType>
  273. <Generator>MSBuild:Compile</Generator>
  274. </Page>
  275. <Page Include="Form\MessageSubPage\Project\TempPage.xaml">
  276. <SubType>Designer</SubType>
  277. <Generator>MSBuild:Compile</Generator>
  278. </Page>
  279. <Page Include="Form\MessageSubPage\SeconContactsPage.xaml">
  280. <SubType>Designer</SubType>
  281. <Generator>MSBuild:Compile</Generator>
  282. </Page>
  283. <Page Include="Form\MessageSubPage\SeconLegendPage.xaml">
  284. <SubType>Designer</SubType>
  285. <Generator>MSBuild:Compile</Generator>
  286. </Page>
  287. <Page Include="Form\MessageSubPage\SeconMessagePage.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="Form\MessageSubPage\SeconProjectPage.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. <Page Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml">
  296. <SubType>Designer</SubType>
  297. <Generator>MSBuild:Compile</Generator>
  298. </Page>
  299. <Page Include="Form\MessageSubPage\SeconToolLibraryPage.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="Form\MessageSubPage\SuspensionForm.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="Form\StandardizedAssistantForm.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Form\UserControlForm\CBButtonControls.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="Form\HomepageForm.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. </Page>
  319. <Page Include="Form\UserControlForm\NativeCombox.xaml">
  320. <SubType>Designer</SubType>
  321. <Generator>MSBuild:Compile</Generator>
  322. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  323. </Page>
  324. <Page Include="Form\UserControlForm\ProjectControls.xaml">
  325. <SubType>Designer</SubType>
  326. <Generator>MSBuild:Compile</Generator>
  327. </Page>
  328. <Page Include="Form\ProjectForm.xaml">
  329. <SubType>Designer</SubType>
  330. <Generator>MSBuild:Compile</Generator>
  331. </Page>
  332. <Page Include="Form\UploadDrawingForm.xaml">
  333. <SubType>Designer</SubType>
  334. <Generator>MSBuild:Compile</Generator>
  335. </Page>
  336. <Page Include="MainWindow.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Compile Include="App.xaml.cs">
  341. <DependentUpon>App.xaml</DependentUpon>
  342. <SubType>Code</SubType>
  343. </Compile>
  344. <Compile Include="DFEntity\LVProjectInfoEntity.cs" />
  345. <Compile Include="DFEntity\LVTeamMembersEntity.cs" />
  346. <Compile Include="DFEntity\NotificationAnnouncement.cs" />
  347. <Compile Include="DFEntity\TreeViewBind.cs" />
  348. <Compile Include="DFEntity\UserInformationEntity.cs" />
  349. <Compile Include="Form\HomepageForm.xaml.cs">
  350. <DependentUpon>HomepageForm.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Form\ProjectForm.xaml.cs">
  353. <DependentUpon>ProjectForm.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Form\UploadDrawingForm.xaml.cs">
  356. <DependentUpon>UploadDrawingForm.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="MainWindow.xaml.cs">
  359. <DependentUpon>MainWindow.xaml</DependentUpon>
  360. <SubType>Code</SubType>
  361. </Compile>
  362. </ItemGroup>
  363. <ItemGroup>
  364. <Compile Include="Properties\AssemblyInfo.cs">
  365. <SubType>Code</SubType>
  366. </Compile>
  367. <Compile Include="Properties\Resources.Designer.cs">
  368. <AutoGen>True</AutoGen>
  369. <DesignTime>True</DesignTime>
  370. <DependentUpon>Resources.resx</DependentUpon>
  371. </Compile>
  372. <Compile Include="Properties\Settings.Designer.cs">
  373. <AutoGen>True</AutoGen>
  374. <DependentUpon>Settings.settings</DependentUpon>
  375. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  376. </Compile>
  377. <EmbeddedResource Include="Properties\Resources.resx">
  378. <Generator>ResXFileCodeGenerator</Generator>
  379. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  380. </EmbeddedResource>
  381. <None Include="packages.config" />
  382. <None Include="Properties\app.manifest" />
  383. <None Include="Properties\Settings.settings">
  384. <Generator>SettingsSingleFileGenerator</Generator>
  385. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  386. </None>
  387. </ItemGroup>
  388. <ItemGroup>
  389. <None Include="App.config" />
  390. </ItemGroup>
  391. <ItemGroup>
  392. <Resource Include="Image\folderImage.png" />
  393. </ItemGroup>
  394. <ItemGroup>
  395. <Resource Include="Image\add.png">
  396. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  397. </Resource>
  398. </ItemGroup>
  399. <ItemGroup>
  400. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  401. <Visible>False</Visible>
  402. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  403. <Install>true</Install>
  404. </BootstrapperPackage>
  405. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  406. <Visible>False</Visible>
  407. <ProductName>.NET Framework 3.5 SP1</ProductName>
  408. <Install>false</Install>
  409. </BootstrapperPackage>
  410. </ItemGroup>
  411. <ItemGroup />
  412. <ItemGroup>
  413. <Content Include="SystemLibrary\CAD\2019\accoremgd.dll">
  414. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  415. </Content>
  416. <Content Include="SystemLibrary\CAD\2019\AcCui.dll">
  417. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  418. </Content>
  419. <Content Include="SystemLibrary\CAD\2019\acdbmgd.dll">
  420. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  421. </Content>
  422. <Content Include="SystemLibrary\CAD\2019\acmgd.dll">
  423. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  424. </Content>
  425. <Content Include="SystemLibrary\CAD\2019\AcWindows.dll">
  426. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  427. </Content>
  428. <Content Include="SystemLibrary\CAD\2019\AdWindows.dll">
  429. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  430. </Content>
  431. <Content Include="SystemLibrary\CAD\CADNETCommon2019.dll">
  432. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  433. </Content>
  434. <Content Include="SystemLibrary\Other\System.Windows.Forms.dll">
  435. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  436. </Content>
  437. </ItemGroup>
  438. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  439. </Project>