200 lines
9.1 KiB
XML
200 lines
9.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{0F79CA69-9DBC-41F3-A6FC-5A2937365343}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SchematicDrawing</RootNamespace>
|
|
<AssemblyName>SchematicDrawing</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</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.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GEdge.cs" />
|
|
<Compile Include="GNode.cs" />
|
|
<Compile Include="Graph.cs" />
|
|
<Compile Include="IDrawingItCmpntWithCustomBmp.cs" />
|
|
<Compile Include="IDrawingItemWithCustomBmp.cs" />
|
|
<Compile Include="ItemElementRect.cs" />
|
|
<Compile Include="DrawingShape.cs" />
|
|
<Compile Include="Edge.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="IDrawingItCmpnt.cs" />
|
|
<Compile Include="IDrawingItCmpntWithMeasuredVal.cs" />
|
|
<Compile Include="IDrawingItCmpntWithSetpoint.cs" />
|
|
<Compile Include="IDrawingItem.cs" />
|
|
<Compile Include="IDrawingItemWithMeasuredVal.cs" />
|
|
<Compile Include="IRouteBasedDrawingItem.cs" />
|
|
<Compile Include="IDrawingItemWithSetpoint.cs" />
|
|
<Compile Include="MinHeap.cs" />
|
|
<Compile Include="Pipe.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SchematicDrawingCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="SchematicDrawingCtrl.Designer.cs">
|
|
<DependentUpon>SchematicDrawingCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Node.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SchematicDrawingCtrl.resx">
|
|
<DependentUpon>SchematicDrawingCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.csproj">
|
|
<Project>{c8939821-ba5c-4988-a3d0-bf53b74865c7}</Project>
|
|
<Name>Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Dirichlet.Numerics\Dirichlet.Numerics.csproj">
|
|
<Project>{439d0878-c76e-452b-b17d-209a89e91d36}</Project>
|
|
<Name>Dirichlet.Numerics</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Pictures\Clamping-XL-off.png" />
|
|
<Content Include="Pictures\Clamping-XL-on.png" />
|
|
<None Include="Pictures\Cover-XL-off.png" />
|
|
<None Include="Pictures\Cover-XL-on.png" />
|
|
<Content Include="Pictures\Div-L-sink-dry.png" />
|
|
<Content Include="Pictures\Div-L-sink-wet.png" />
|
|
<Content Include="Pictures\Div-L-tank-dry.png" />
|
|
<Content Include="Pictures\Div-L-tank-wet.png" />
|
|
<Content Include="Pictures\Div-M-sink-dry.png" />
|
|
<Content Include="Pictures\Div-M-sink-wet.png" />
|
|
<Content Include="Pictures\Div-M-tank-dry.png" />
|
|
<Content Include="Pictures\Div-M-tank-wet.png" />
|
|
<Content Include="Pictures\Div-S-sink-dry.png" />
|
|
<Content Include="Pictures\Div-S-sink-wet.png" />
|
|
<Content Include="Pictures\Div-S-tank-dry.png" />
|
|
<Content Include="Pictures\Div-S-tank-wet.png" />
|
|
<Content Include="Pictures\Div-XL-sink-dry.png" />
|
|
<Content Include="Pictures\Div-XL-sink-wet.png" />
|
|
<Content Include="Pictures\Div-XL-tank-dry.png" />
|
|
<Content Include="Pictures\Div-XL-tank-wet.png" />
|
|
<Content Include="Pictures\EmergencyStop-XL-off.png" />
|
|
<Content Include="Pictures\EmergencyStop-XL-on.png" />
|
|
<Content Include="Pictures\UniCB-M-error.png" />
|
|
<Content Include="Pictures\UniCB-M-off.png" />
|
|
<Content Include="Pictures\UniCB-M-on.png" />
|
|
<Content Include="Pictures\Valve-XL-vacuum.png" />
|
|
<None Include="Pictures\FlowM-L.png" />
|
|
<None Include="Pictures\FlowM-M.png" />
|
|
<None Include="Pictures\FlowM-S.png" />
|
|
<Content Include="Pictures\FlowM-XL.png" />
|
|
<None Include="Pictures\Knee-L-closed.png" />
|
|
<None Include="Pictures\Knee-L-open.png" />
|
|
<None Include="Pictures\Knee-M-closed.png" />
|
|
<None Include="Pictures\Knee-M-open.png" />
|
|
<None Include="Pictures\Knee-S-closed.png" />
|
|
<None Include="Pictures\Knee-S-open.png" />
|
|
<None Include="Pictures\Knee-XL-closed.png" />
|
|
<None Include="Pictures\Knee-XL-open.png" />
|
|
<None Include="Pictures\Pump-L-closed.png" />
|
|
<None Include="Pictures\Pump-L-open.png" />
|
|
<None Include="Pictures\Pump-M-closed.png" />
|
|
<None Include="Pictures\Pump-M-open.png" />
|
|
<None Include="Pictures\Pump-S-closed.png" />
|
|
<None Include="Pictures\Pump-S-open.png" />
|
|
<Content Include="Pictures\Junction-L-closed.png" />
|
|
<None Include="Pictures\Junction-L-vacuum.png" />
|
|
<Content Include="Pictures\Junction-L.png" />
|
|
<Content Include="Pictures\Junction-M-closed.png" />
|
|
<None Include="Pictures\Junction-M-vacuum.png" />
|
|
<Content Include="Pictures\Junction-M.png" />
|
|
<Content Include="Pictures\Junction-S-closed.png" />
|
|
<None Include="Pictures\Junction-S-vacuum.png" />
|
|
<Content Include="Pictures\Junction-S.png" />
|
|
<Content Include="Pictures\Junction-XL-closed.png" />
|
|
<None Include="Pictures\Junction-XL-vacuum.png" />
|
|
<Content Include="Pictures\Junction-XL.png" />
|
|
<None Include="Pictures\Knee-S-vacuum.png" />
|
|
<None Include="Pictures\Knee-M-vacuum.png" />
|
|
<None Include="Pictures\Knee-L-vacuum.png" />
|
|
<None Include="Pictures\Knee-XL-vacuum.png" />
|
|
<Content Include="Pictures\Pump-XL-closed.png" />
|
|
<Content Include="Pictures\Pump-XL-open.png" />
|
|
<None Include="Pictures\RegV-L.png" />
|
|
<None Include="Pictures\RegV-M.png" />
|
|
<None Include="Pictures\RegV-S.png" />
|
|
<Content Include="Pictures\RegV-XL.png" />
|
|
<None Include="Pictures\Valve-L-closed.png" />
|
|
<None Include="Pictures\Valve-L-open.png" />
|
|
<None Include="Pictures\Valve-M-closed.png" />
|
|
<None Include="Pictures\Valve-M-open.png" />
|
|
<None Include="Pictures\Valve-S-closed.png" />
|
|
<None Include="Pictures\Valve-S-open.png" />
|
|
<Content Include="Pictures\Scale-L.png" />
|
|
<Content Include="Pictures\Scale-M.png" />
|
|
<Content Include="Pictures\Scale-S.png" />
|
|
<Content Include="Pictures\Scale-XL.png" />
|
|
<Content Include="Pictures\Tank-L.png" />
|
|
<Content Include="Pictures\Tank-M.png" />
|
|
<Content Include="Pictures\Tank-S.png" />
|
|
<Content Include="Pictures\Tank-XL.png" />
|
|
<None Include="Pictures\Vacuum-L-dry.png" />
|
|
<None Include="Pictures\Vacuum-L-wet.png" />
|
|
<Content Include="Pictures\Valve-L-open-dry.png" />
|
|
<Content Include="Pictures\Valve-L-vacuum.png" />
|
|
<Content Include="Pictures\Valve-M-open-dry.png" />
|
|
<Content Include="Pictures\Valve-M-vacuum.png" />
|
|
<Content Include="Pictures\Valve-S-open-dry.png" />
|
|
<Content Include="Pictures\Valve-S-vacuum.png" />
|
|
<Content Include="Pictures\Valve-XL-closed.png" />
|
|
<Content Include="Pictures\Valve-XL-open-dry.png" />
|
|
<Content Include="Pictures\Valve-XL-open.png" />
|
|
<None Include="Pictures\WaterM-L.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |