<?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>{5E09BD4F-1890-4A26-AB8C-7B8852451EEE}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.Model</RootNamespace>
|
<AssemblyName>IStation.Model.Hydro</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<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' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<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.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="HydraulicModel\HydraulicModel.cs" />
|
<Compile Include="HydraulicModel\Partial\MonitorMapping.cs" />
|
<Compile Include="HydraulicModel\Partial\PumpMapping.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\Calculation\IStation.Epanet\IStation.Epanet.csproj">
|
<Project>{B2106586-1B41-4F94-A25D-E31DA9408EFC}</Project>
|
<Name>IStation.Epanet</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj">
|
<Project>{699a5283-8009-45d8-912e-8fcf3f950157}</Project>
|
<Name>IStation.Newtonsoft</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Utils\IStation.Unit\IStation.Unit.csproj">
|
<Project>{4f1a6fa1-9087-4236-a80b-67d9c072746a}</Project>
|
<Name>IStation.Unit</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\IStation.Model.Core\IStation.Model.Core.csproj">
|
<Project>{ba30a79a-7d4e-4063-a2a3-d7c30dd4a752}</Project>
|
<Name>IStation.Model.Core</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\IStation.Model.Curve\IStation.Model.Curve.csproj">
|
<Project>{6c80672c-16f5-4b59-83bb-f1c2be2e4c63}</Project>
|
<Name>IStation.Model.Curve</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|