Dwsim / data /DWSIM.Automation /DWSIM.Automation.csproj
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{4BB36089-89F6-4BBF-A39C-1D0A3F232F07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DWSIM.Automation</RootNamespace>
<AssemblyName>DWSIM.Automation</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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>
<RegisterForComInterop>false</RegisterForComInterop>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
</PropertyGroup>
<ItemGroup>
<Reference Include="CapeOpen">
<HintPath>..\DWSIM\References\CapeOpen.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Eto, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Eto.Forms.2.8.3\lib\netstandard2.0\Eto.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DistPackages\Windows\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="iTextSharp, Version=4.1.6.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca">
<HintPath>..\packages\iTextSharp-LGPL.4.1.6\lib\iTextSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
<Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DistPackages\Windows\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<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.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="Flowsheet2.cs" />
<Compile Include="Automation.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DWSIM.Controls.PropertyGridEx\DWSIM.Controls.PropertyGridEx.vbproj">
<Project>{b0bb47f2-21c4-41fc-b6e6-40757adfc4a1}</Project>
<Name>DWSIM.Controls.PropertyGridEx</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.Logging\DWSIM.Logging.csproj">
<Project>{b176a143-2822-4e7c-9280-cf4a615e1c35}</Project>
<Name>DWSIM.Logging</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.Serializers.XML\DWSIM.XMLSerializer.vbproj">
<Project>{6c232866-a87b-409a-8a02-39f2ff218561}</Project>
<Name>DWSIM.XMLSerializer</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.FlowsheetSolver\DWSIM.FlowsheetSolver.vbproj">
<Project>{1d223714-d3c8-463a-b4dc-fefa1323ec87}</Project>
<Name>DWSIM.FlowsheetSolver</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.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.AdvancedEOS.GERG2008\DWSIM.Thermodynamics.AdvancedEOS.GERG2008.vbproj">
<Project>{adc9fe07-d255-4512-8a64-2aebb3f5068c}</Project>
<Name>DWSIM.Thermodynamics.AdvancedEOS.GERG2008</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.Thermodynamics.AdvancedEOS.PCSAFT\DWSIM.Thermodynamics.AdvancedEOS.PCSAFT2.vbproj">
<Project>{b749cabb-63e9-4d0b-b775-58d86e55d41b}</Project>
<Name>DWSIM.Thermodynamics.AdvancedEOS.PCSAFT2</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.Thermodynamics.AdvancedEOS.PRSRKTDep\DWSIM.Thermodynamics.AdvancedEOS.PRSRKTDep.vbproj">
<Project>{46fd1720-09ce-4edb-b2c5-378be32859fb}</Project>
<Name>DWSIM.Thermodynamics.AdvancedEOS.PRSRKTDep</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.Thermodynamics.ReaktoroPropertyPackage\DWSIM.Thermodynamics.ReaktoroPropertyPackage.vbproj">
<Project>{d670c3b0-1ee1-47d4-99c6-8820cfb072f7}</Project>
<Name>DWSIM.Thermodynamics.ReaktoroPropertyPackage</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.Desktop.Forms\DWSIM.UI.Desktop.Forms.csproj">
<Project>{766c669b-91bd-4c62-a2af-d3fb9c939715}</Project>
<Name>DWSIM.UI.Desktop.Forms</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.UI.Desktop.Shared\DWSIM.UI.Desktop.Shared.csproj">
<Project>{2ffd2514-e4f9-4c19-b38e-b77560585d61}</Project>
<Name>DWSIM.UI.Desktop.Shared</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.UI.Desktop\DWSIM.UI.Desktop.csproj">
<Project>{7e6fb1e7-1450-42fc-ada4-a724fe43047b}</Project>
<Name>DWSIM.UI.Desktop</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>
<ProjectReference Include="..\DWSIM\DWSIM.vbproj">
<Project>{34be2d2d-9b3c-4c12-8c90-732e21cd7cb1}</Project>
<Name>DWSIM</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if "$(ConfigurationName)"=="Release" (
xcopy "$(SolutionDir)DWSIM.Automation\bin\Release\*" "$(SolutionDir)DistPackages\Windows\" /E /Y /F /D 2&gt;nul 1&gt;nul 4&gt;nul
xcopy "$(SolutionDir)DWSIM.Automation\bin\Release\*" "$(SolutionDir)DistPackages\macOS\" /E /Y /F /D 2&gt;nul 1&gt;nul 4&gt;nul
xcopy "$(SolutionDir)DWSIM.Automation\bin\Release\*" "$(SolutionDir)DistPackages\Linux\" /E /Y /F /D 2&gt;nul 1&gt;nul 4&gt;nul
xcopy "$(SolutionDir)DWSIM.Automation\bin\Release\*" "$(SolutionDir)DistPackages\Windows_32\" /E /Y /F /D 2&gt;nul 1&gt;nul 4&gt;nul
)</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\Eto.Forms.2.8.3\build\Eto.Forms.targets" Condition="Exists('..\packages\Eto.Forms.2.8.3\build\Eto.Forms.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use 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('..\packages\Eto.Forms.2.8.3\build\Eto.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Eto.Forms.2.8.3\build\Eto.Forms.targets'))" />
</Target>
<!-- 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>