<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
<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>{50A0264A-17C1-4132-BF90-91E4BA593C88}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>CloudWaterNetwork</RootNamespace>
|
<AssemblyName>modelBase</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<TargetFrameworkProfile />
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\..\..\out2\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>0</WarningLevel>
|
<NoWarn>MSB3277</NoWarn>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>..\..\..\out2\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationIcon>blur_paintsoftselection.ico</ApplicationIcon>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject />
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug1|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\Debug1\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_new|AnyCPU'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\Debug_new\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<WarningLevel>0</WarningLevel>
|
<DebugType>full</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Compile Include="ChartPump.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="ChartPump.Designer.cs">
|
<DependentUpon>ChartPump.cs</DependentUpon>
|
</Compile>
|
<Compile Include="WindowsForm\InputBox.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\InputBox.designer.cs">
|
<DependentUpon>InputBox.cs</DependentUpon>
|
</Compile>
|
<Compile Include="WindowsForm\Progress.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\Progress.designer.cs">
|
<DependentUpon>Progress.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Map\MapViewer.Model.cs" />
|
<Compile Include="Map\MapContainer.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="Map\MapContainer.Designer.cs">
|
<DependentUpon>MapContainer.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Map\MapViewer.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="Map\MapViewer.Designer.cs">
|
<DependentUpon>MapViewer.cs</DependentUpon>
|
</Compile>
|
<Compile Include="WindowsForm\Form_EditFloors.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\Form_EditFloors.designer.cs">
|
<DependentUpon>Form_EditFloors.cs</DependentUpon>
|
</Compile>
|
<Compile Include="WindowsForm\Form_importObjs.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\Form_importObjs.Designer.cs">
|
<DependentUpon>Form_importObjs.cs</DependentUpon>
|
</Compile>
|
<Compile Include="WindowsForm\propertyform.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\propertyform.designer.cs">
|
<DependentUpon>propertyform.cs</DependentUpon>
|
</Compile>
|
<Compile Include="GlobalObject.cs" />
|
<Compile Include="WindowsForm\Form_Magnifier.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\Form_Magnifier.Designer.cs">
|
<DependentUpon>Form_Magnifier.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Map\map_old.Model.cs" />
|
<Compile Include="Map\map_old.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="WindowsForm\模板管理.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WindowsForm\模板管理.Designer.cs">
|
<DependentUpon>模板管理.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="ChartPump.resx">
|
<DependentUpon>ChartPump.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\InputBox.resx">
|
<DependentUpon>InputBox.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\Progress.resx">
|
<DependentUpon>Progress.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Map\MapContainer.resx">
|
<DependentUpon>MapContainer.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Map\MapViewer.resx">
|
<DependentUpon>MapViewer.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\Form_EditFloors.resx">
|
<DependentUpon>Form_EditFloors.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\Form_importObjs.resx">
|
<DependentUpon>Form_importObjs.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\propertyform.resx">
|
<DependentUpon>propertyform.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="WindowsForm\Form_Magnifier.resx">
|
<DependentUpon>Form_Magnifier.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Map\map_old.resx">
|
<DependentUpon>map_old.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>
|
<Compile Include="Map\map_old.Designer.cs" />
|
<EmbeddedResource Include="WindowsForm\模板管理.resx">
|
<DependentUpon>模板管理.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="packages.config" />
|
<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>
|
<None Include="App.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="add12_storedselections.ico" />
|
<Content Include="blur_paintsoftselection.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Hydro.CommonBase\Hydro.CommonBase.csproj">
|
<Project>{84e17ba3-ba03-43c1-9d19-8ce64508f2b5}</Project>
|
<Name>Hydro.CommonBase</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Hydro.Core\Hydro.Core.csproj">
|
<Project>{ca211620-16a7-4953-929d-723a5f9d3239}</Project>
|
<Name>Hydro.Core</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Hydro.Inp\Hydro.Inp2.2.csproj">
|
<Project>{fffbe974-ba86-420d-aa27-6db215017c8c}</Project>
|
<Name>Hydro.Inp2.2</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Hydro.MapView\Hydro.MapView.csproj">
|
<Project>{18e2e3d7-508e-4781-a760-ba852564e409}</Project>
|
<Name>Hydro.MapView</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Reference Include="MathNet.Numerics, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\MathNet.Numerics.4.1.0\lib\net40\MathNet.Numerics.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Numerics" />
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
<Import Project="..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
|
</Project>
|