|
|
<?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>{4FD11110-5C50-4069-B3DA-A5FE1D2417C5}</ProjectGuid> |
|
|
<OutputType>Exe</OutputType> |
|
|
<RootNamespace>DWSIM.Automation.Tests.CSharp</RootNamespace> |
|
|
<AssemblyName>DWSIM.Automation.Tests.CSharp</AssemblyName> |
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
<Deterministic>true</Deterministic> |
|
|
<TargetFrameworkProfile /> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>..\DWSIM\bin\x64\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</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> |
|
|
<StartupObject>LoopTest</StartupObject> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>..\DWSIM.UI.Desktop\bin\x86\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="CapeOpen"> |
|
|
<HintPath>..\DWSIM\References\CapeOpen.dll</HintPath> |
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
<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.Core" /> |
|
|
<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.Net.Http" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
<Reference Include="unvell.ReoGrid, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\DistPackages\Windows\unvell.ReoGrid.dll</HintPath> |
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="looptest.cs" /> |
|
|
<Compile Include="oldAPI.cs" /> |
|
|
<Compile Include="createFile_oldAPI.cs" /> |
|
|
<Compile Include="pfrReactor.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="newAPI.cs" /> |
|
|
<Compile Include="eqReactor.cs" /> |
|
|
<Compile Include="convReactor.cs" /> |
|
|
<Compile Include="distColumn.cs" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="App.config" /> |
|
|
<None Include="packages.config" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\DWSIM.Automation\DWSIM.Automation.csproj"> |
|
|
<Project>{4bb36089-89f6-4bbf-a39c-1d0a3f232f07}</Project> |
|
|
<Name>DWSIM.Automation</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.GlobalSettings\DWSIM.GlobalSettings.vbproj"> |
|
|
<Project>{725c8134-9fe3-43aa-9b33-d9046657fb2a}</Project> |
|
|
<Name>DWSIM.GlobalSettings</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.Interfaces\DWSIM.Interfaces.vbproj"> |
|
|
<Project>{50bfd69a-487e-4b38-86ea-48acd85a0eb1}</Project> |
|
|
<Name>DWSIM.Interfaces</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.Math\DWSIM.MathOps.vbproj"> |
|
|
<Project>{fdfb92de-d189-49dc-91cc-60ee78d1356c}</Project> |
|
|
<Name>DWSIM.MathOps</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.SharedClasses\DWSIM.SharedClasses.vbproj"> |
|
|
<Project>{30e167d2-5b5a-453a-a92c-18ff3bbb6691}</Project> |
|
|
<Name>DWSIM.SharedClasses</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.Thermodynamics\DWSIM.Thermodynamics.vbproj"> |
|
|
<Project>{369bc7af-836b-4de1-93e3-b051bc148b23}</Project> |
|
|
<Name>DWSIM.Thermodynamics</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.UnitOperations\DWSIM.UnitOperations.vbproj"> |
|
|
<Project>{9d7733e4-9b6f-437f-aaec-ca3106aca688}</Project> |
|
|
<Name>DWSIM.UnitOperations</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<PropertyGroup> |
|
|
<PostBuildEvent> |
|
|
</PostBuildEvent> |
|
|
</PropertyGroup> |
|
|
</Project> |