|
|
<?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>{68632CB5-E993-0ECA-38AA-C59E21E17519}</ProjectGuid> |
|
|
<OutputType>Library</OutputType> |
|
|
<RootNamespace>DWSIM.ProFeatures</RootNamespace> |
|
|
<AssemblyName>DWSIM.ProFeatures</AssemblyName> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<MyType>Windows</MyType> |
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
|
|
<Deterministic>true</Deterministic> |
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes> |
|
|
<LangVersion>latest</LangVersion> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DocumentationFile> |
|
|
</DocumentationFile> |
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DocumentationFile>bin\Release\DWSIM.ProFeatures.xml</DocumentationFile> |
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OptionExplicit>On</OptionExplicit> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OptionCompare>Binary</OptionCompare> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OptionStrict>Off</OptionStrict> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OptionInfer>On</OptionInfer> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="Microsoft.VisualBasic" /> |
|
|
<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> |
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Design" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
<Reference Include="System.Net.Http" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Import Include="Microsoft.VisualBasic" /> |
|
|
<Import Include="System" /> |
|
|
<Import Include="System.Collections" /> |
|
|
<Import Include="System.Collections.Generic" /> |
|
|
<Import Include="System.Data" /> |
|
|
<Import Include="System.Diagnostics" /> |
|
|
<Import Include="System.Linq" /> |
|
|
<Import Include="System.Xml.Linq" /> |
|
|
<Import Include="System.Threading.Tasks" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="My Project\MyNamespace.Static.1.Designer.cs" /> |
|
|
<Compile Include="My Project\MyNamespace.Static.2.Designer.cs" /> |
|
|
<Compile Include="My Project\MyNamespace.Static.3.Designer.cs" /> |
|
|
<Compile Include="FormBridgeToPro.Designer.cs"> |
|
|
<DependentUpon>FormBridgeToPro.cs</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="FormBridgeToPro.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="FormCosting.Designer.cs"> |
|
|
<DependentUpon>FormCosting.cs</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="FormCosting.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="FormGHG.Designer.cs"> |
|
|
<DependentUpon>FormGHG.cs</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="FormGHG.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="FormPortal.Designer.cs"> |
|
|
<DependentUpon>FormPortal.cs</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="FormPortal.cs"> |
|
|
<SubType>UserControl</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Functions.cs" /> |
|
|
<Compile Include="ListItem.designer.cs"> |
|
|
<DependentUpon>ListItem.cs</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="ListItem.cs"> |
|
|
<SubType>UserControl</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Models\CreateStartupActionPostModel.cs" /> |
|
|
<Compile Include="Models\DWSIMProStartupAction.cs" /> |
|
|
<Compile Include="Models\LicenseResponseModel.cs" /> |
|
|
<Compile Include="My Project\AssemblyInfo.cs" /> |
|
|
<Compile Include="My Project\Application.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DependentUpon>Application.myapp</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="Resources.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="My Project\Settings.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DependentUpon>Settings.settings</DependentUpon> |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
|
</Compile> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<EmbeddedResource Include="FormBridgeToPro.resx"> |
|
|
<DependentUpon>FormBridgeToPro.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="FormCosting.resx"> |
|
|
<DependentUpon>FormCosting.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="FormGHG.resx"> |
|
|
<DependentUpon>FormGHG.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="FormPortal.resx"> |
|
|
<DependentUpon>FormPortal.cs</DependentUpon> |
|
|
<SubType>Designer</SubType> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="ListItem.resx"> |
|
|
<DependentUpon>ListItem.cs</DependentUpon> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="Resources.resx"> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
<CustomToolNamespace>DWSIM.ProFeatures.My.Resources</CustomToolNamespace> |
|
|
<SubType>Designer</SubType> |
|
|
</EmbeddedResource> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="app.config" /> |
|
|
<None Include="My Project\Application.myapp"> |
|
|
<Generator>MyApplicationCodeGenerator</Generator> |
|
|
<LastGenOutput>Application.Designer.cs</LastGenOutput> |
|
|
</None> |
|
|
<None Include="My Project\Settings.settings"> |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
<CustomToolNamespace>DWSIM.ProFeatures.My</CustomToolNamespace> |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
</None> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="packages.config" /> |
|
|
<None Include="Resources\Icon16.ico" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\Icon128.ico" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\Icon512.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\Icon128.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\icons8-synchronize.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\pipe-network-icon.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\fallingfilm-icon.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\switch_energy.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\switch_material.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\uo_mixer_32.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\uo_split_32.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\ventilation-icon.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\icons8-artificial_intelligence.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\ppbdesigner.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\col_dc_32.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\bullet_lightning.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\cursor.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\DWSIM.Controls.DockPanel\WinFormsUI\DWSIM.Controls.DockPanel.csproj"> |
|
|
<Project>{c75532c4-765b-418e-b09b-46d36b2abdb1}</Project> |
|
|
<Name>DWSIM.Controls.DockPanel</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.Controls.TabStrip\DWSIM.Controls.TabStrip.csproj"> |
|
|
<Project>{F929CA6A-87BD-42C8-8D0A-6455DB6F55DC}</Project> |
|
|
<Name>DWSIM.Controls.TabStrip</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.ExtensionMethods\DWSIM.ExtensionMethods.vbproj"> |
|
|
<Project>{1e12c010-2661-4896-9c00-90f8b41ed10a}</Project> |
|
|
<Name>DWSIM.ExtensionMethods</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
<ProjectReference Include="..\DWSIM.FlowsheetBase\DWSIM.FlowsheetBase.vbproj"> |
|
|
<Project>{aea79e29-5dff-4aa8-b431-087a67a1467b}</Project> |
|
|
<Name>DWSIM.FlowsheetBase</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.SharedClassesCSharp\DWSIM.SharedClassesCSharp.csproj"> |
|
|
<Project>{67f90157-b522-487c-b108-864984637e33}</Project> |
|
|
<Name>DWSIM.SharedClassesCSharp</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.Simulate365\DWSIM.Simulate365.csproj"> |
|
|
<Project>{1CC0851C-F6C2-477C-A725-A2E1C5E96802}</Project> |
|
|
<Name>DWSIM.Simulate365</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.UI.Web\DWSIM.UI.Web.csproj"> |
|
|
<Project>{4a48830e-c861-422a-b3e9-44311914c694}</Project> |
|
|
<Name>DWSIM.UI.Web</Name> |
|
|
<Private>False</Private> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\jacketedreactor_icon.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\DWSIM Icon Vector Transp.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\right_60px.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\2149675041.jpg" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\7.jpg" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Resources\2149311493.jpg" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
</Project> |