<Project Sdk="Microsoft.NET.Sdk">
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<OutputType>WinExe</OutputType>
|
<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>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\IStation.BLL.Basic\IStation.BLL.Basic.csproj" />
|
<ProjectReference Include="..\..\Calculation\IStation.Epanet\IStation.Epanet.csproj" />
|
<ProjectReference Include="..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj" />
|
<ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj" />
|
<ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj" />
|
<ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj" />
|
<ProjectReference Include="..\..\Utils\IStation.Untity\IStation.Untity.csproj" />
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Analy\IStation.WinFrmUI.Analy.csproj" />
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Basic\IStation.WinFrmUI.Basic.csproj" />
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Core\IStation.WinFrmUI.Core.csproj" />
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Hydro\IStation.WinFrmUI.Hydro.csproj" />
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Monitor\IStation.WinFrmUI.Monitor.csproj" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="App.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
|
<Visible>False</Visible>
|
<ProductName>Microsoft .NET Framework 4.6.2 %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>
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
</ItemGroup>
|
</Project>
|