|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.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>{AE695E9D-CFDF-4C8F-83CC-F5264DE69FC4}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<RootNamespace>DWSIM.DrawingTools</RootNamespace>
|
|
|
<AssemblyName>DWSIM.DrawingTools</AssemblyName>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<MyType>Windows</MyType>
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
<TargetFrameworkProfile />
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
<RestorePackages>true</RestorePackages>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
<DefineDebug>false</DefineDebug>
|
|
|
<DefineTrace>false</DefineTrace>
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
<DocumentationFile>DWSIM.DrawingTools.xml</DocumentationFile>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>Full</DebugType>
|
|
|
<DefineDebug>false</DefineDebug>
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
<DocumentationFile>DWSIM.DrawingTools.xml</DocumentationFile>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<OptionExplicit>On</OptionExplicit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<OptionCompare>Binary</OptionCompare>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<OptionStrict>Off</OptionStrict>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<OptionInfer>On</OptionInfer>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
<DocumentationFile>DWSIM.DrawingTools.xml</DocumentationFile>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<DebugType>full</DebugType>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
<DocumentationFile>DWSIM.DrawingTools.xml</DocumentationFile>
|
|
|
<Optimize>true</Optimize>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<DebugType>Full</DebugType>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="OxyPlot, Version=2.0.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\OxyPlot.Core.2.0.0-unstable0956\lib\net45\OxyPlot.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="OxyPlot.WindowsForms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=245eacd6b5d2d338, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\OxyPlot.WindowsForms.2.0.0-unstable0956\lib\net45\OxyPlot.WindowsForms.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.XML" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
|
<Import Include="System" />
|
|
|
<Import Include="System.Collections" />
|
|
|
<Import Include="System.Collections.Generic" />
|
|
|
<Import Include="System.Diagnostics" />
|
|
|
<Import Include="System.Linq" />
|
|
|
<Import Include="System.Threading.Tasks" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="GraphicObjects\ConnectorClass.vb" />
|
|
|
<Compile Include="GraphicObjects\GraphicObjectExtension.vb" />
|
|
|
<Compile Include="GraphicObjects\OxyPlotGraphic.vb" />
|
|
|
<Compile Include="GraphicObjects\RectangleGraphic.vb" />
|
|
|
<Compile Include="GraphicsSurface\DesignSurface.vb">
|
|
|
<SubType>UserControl</SubType>
|
|
|
</Compile>
|
|
|
<Compile Include="GraphicsSurface\EventSupportClasses.vb" />
|
|
|
<Compile Include="GraphicObjects\GraphicObject.vb" />
|
|
|
<Compile Include="GraphicObjects\GraphicObjects.vb" />
|
|
|
<Compile Include="GraphicObjects\ImageGraphics.vb" />
|
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DesignTime>True</DesignTime>
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
|
<Compile Include="GraphicObjects\ShapeGraphics.vb" />
|
|
|
<Compile Include="GraphicObjects\TextGraphic.vb" />
|
|
|
<Compile Include="Point.vb" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
|
<SubType>Designer</SubType>
|
|
|
</EmbeddedResource>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="My Project\Application.myapp">
|
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
|
</None>
|
|
|
<None Include="My Project\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
|
</None>
|
|
|
<None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\DWSIM.Serializers.XML\DWSIM.XMLSerializer.vbproj">
|
|
|
<Project>{6c232866-a87b-409a-8a02-39f2ff218561}</Project>
|
|
|
<Name>DWSIM.XMLSerializer</Name>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\DWSIM.Interfaces\DWSIM.Interfaces.vbproj">
|
|
|
<Project>{50bfd69a-487e-4b38-86ea-48acd85a0eb1}</Project>
|
|
|
<Name>DWSIM.Interfaces</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
<PropertyGroup>
|
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
</PropertyGroup>
|
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |