|
@@ -14,9 +14,24 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
@@ -34,7 +49,47 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetZone>LocalIntranet</TargetZone>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <GenerateManifests>false</GenerateManifests>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <SignManifests>false</SignManifests>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="accoremgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\accoremgd.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="AcCui, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\AcCui.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="acdbmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\acdbmgd.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="acmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\acmgd.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="AcWindows, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\AcWindows.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="AdWindows, Version=2017.11.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\2019\AdWindows.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="CADNETCommon2019, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>SystemLibrary\CAD\CADNETCommon2019.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\HandyControl.3.5.1\lib\net48\HandyControl.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -47,6 +102,7 @@
|
|
|
<Reference Include="System.Data">
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\System.Drawing.Common.8.0.3\lib\net462\System.Drawing.Common.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -87,6 +143,8 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
|
+ <Compile Include="CADStartUtil\SendToCAD.cs" />
|
|
|
+ <Compile Include="CADStartUtil\StartCADUtil.cs" />
|
|
|
<Compile Include="DFEntity\FloorLayerData.cs" />
|
|
|
<Compile Include="DFEntity\MessageSubUtil\ContactsUtil.cs" />
|
|
|
<Compile Include="DFEntity\MessageSubUtil\LegendEntity.cs" />
|
|
@@ -308,6 +366,7 @@
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
</EmbeddedResource>
|
|
|
<None Include="packages.config" />
|
|
|
+ <None Include="Properties\app.manifest" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
@@ -324,5 +383,41 @@
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</Resource>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\accoremgd.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\AcCui.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\acdbmgd.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\acmgd.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\AcWindows.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\2019\AdWindows.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="SystemLibrary\CAD\CADNETCommon2019.dll">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|