<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{97F1B9B2-7E24-47A3-B0F5-494C25F31F5F}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<RootNamespace>IStation.Desktop.Ch2</RootNamespace>
|
<AssemblyName>IStation.Desktop.Ch2</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<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>x86</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Data.Desktop.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Data.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Drawing.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Printing.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Utils.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.XtraBars.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraEditors.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Func\FuncCreater.cs" />
|
<Compile Include="Func\FuncElement.cs" />
|
<Compile Include="frmMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmMain.Designer.cs">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="frmMain.resx">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<None Include="app.config" />
|
<None Include="app.manifest" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\IStation.BLL.Basic\IStation.BLL.Basic.csproj">
|
<Project>{3b7b39da-835b-4975-bd88-977e1870fe32}</Project>
|
<Name>IStation.BLL.Basic</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Calculation\IStation.Epanet\IStation.Epanet.csproj">
|
<Project>{b2106586-1b41-4f94-a25d-e31da9408efc}</Project>
|
<Name>IStation.Epanet</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj">
|
<Project>{7cb8c9a8-a6de-4742-b7c7-1f8bcc6c3eea}</Project>
|
<Name>IStation.SnowflakeId</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Model\IStation.Model.Basic\IStation.Model.Basic.csproj">
|
<Project>{768DFBA7-383A-4780-BB29-D3F73997EE6B}</Project>
|
<Name>IStation.Model.Basic</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj">
|
<Project>{BA30A79A-7D4E-4063-A2A3-D7C30DD4A752}</Project>
|
<Name>IStation.Model.Core</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj">
|
<Project>{37082337-850e-4dc9-9df5-da0218da6db8}</Project>
|
<Name>IStation.Settings</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Utils\IStation.Untity\IStation.Untity.csproj">
|
<Project>{a8c1bb64-0119-48b3-aa8e-0bd346f9467d}</Project>
|
<Name>IStation.Untity</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Analy\IStation.WinFrmUI.Analy.csproj">
|
<Project>{c79733bb-7fa3-43a8-aacf-097ea697973c}</Project>
|
<Name>IStation.WinFrmUI.Analy</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Basic\IStation.WinFrmUI.Basic.csproj">
|
<Project>{3810ADB6-0D50-4E85-AA92-DF639B48871A}</Project>
|
<Name>IStation.WinFrmUI.Basic</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Core\IStation.WinFrmUI.Core.csproj">
|
<Project>{ae19abb8-6f6a-4598-b3eb-5ef40d11dc46}</Project>
|
<Name>IStation.WinFrmUI.Core</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Hydro\IStation.WinFrmUI.Hydro.csproj">
|
<Project>{e7d9741f-c312-473c-a84b-f905eba7eb0c}</Project>
|
<Name>IStation.WinFrmUI.Hydro</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Monitor\IStation.WinFrmUI.Monitor.csproj">
|
<Project>{e36da053-8441-442d-b482-c2c4e021fb49}</Project>
|
<Name>IStation.WinFrmUI.Monitor</Name>
|
</ProjectReference>
|
</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>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|