|
|
<?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>{A7FB4DBF-4EBF-4004-9819-F26E791AAA60}</ProjectGuid>
|
|
|
<OutputType>Exe</OutputType>
|
|
|
<StartupObject>AzureServer.AzureServer</StartupObject>
|
|
|
<RootNamespace>AzureServer</RootNamespace>
|
|
|
<AssemblyName>AzureServer</AssemblyName>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<MyType>Console</MyType>
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
|
<TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
<DefineDebug>true</DefineDebug>
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
<DocumentationFile>AzureServer.xml</DocumentationFile>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<DefineDebug>false</DefineDebug>
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
<DocumentationFile>AzureServer.xml</DocumentationFile>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<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>
|
|
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DefineDebug>true</DefineDebug>
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
<DocumentationFile>AzureServer.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'">
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
<DocumentationFile>AzureServer.xml</DocumentationFile>
|
|
|
<Optimize>true</Optimize>
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="CapeOpen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=90d5303f0e924b64, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\DWSIM\References\CapeOpen.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="Microsoft.ServiceBus">
|
|
|
<HintPath>References\Microsoft.ServiceBus.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<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.Xml.Linq" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="AzureServer.vb" />
|
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
|
<DesignTime>True</DesignTime>
|
|
|
</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>
|
|
|
</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="app.config" />
|
|
|
<None Include="My Project\app.manifest" />
|
|
|
<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>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<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.FlowsheetSolver\DWSIM.FlowsheetSolver.vbproj">
|
|
|
<Project>{1d223714-d3c8-463a-b4dc-fefa1323ec87}</Project>
|
|
|
<Name>DWSIM.FlowsheetSolver</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.SharedClasses\DWSIM.SharedClasses.vbproj">
|
|
|
<Project>{30e167d2-5b5a-453a-a92c-18ff3bbb6691}</Project>
|
|
|
<Name>DWSIM.SharedClasses</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>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PostBuildEvent>if "$(ConfigurationName)"=="Release" (
|
|
|
|
|
|
xcopy "$(SolutionDir)$(ProjectName)\bin\Release\*" "$(SolutionDir)DistPackages\Windows\" /E /Y /F /D
|
|
|
xcopy "$(SolutionDir)$(ProjectName)\bin\Release\*" "$(SolutionDir)DistPackages\Windows_32\" /E /Y /F /D
|
|
|
xcopy "$(SolutionDir)$(ProjectName)\bin\Release\*" "$(SolutionDir)DistPackages\Linux\" /E /Y /F /D
|
|
|
|
|
|
del "$(SolutionDir)DistPackages\Windows\DWSIM.vshost.*"
|
|
|
del "$(SolutionDir)DistPackages\Windows\*.tmp"
|
|
|
del "$(SolutionDir)DistPackages\Windows_32\DWSIM.vshost.*"
|
|
|
del "$(SolutionDir)DistPackages\Windows_32\*.tmp"
|
|
|
del "$(SolutionDir)DistPackages\Linux\DWSIM.vshost.*"
|
|
|
del "$(SolutionDir)DistPackages\Linux\*.tmp"
|
|
|
del "$(SolutionDir)DistPackages\macOS\DWSIM.vshost.*"
|
|
|
del "$(SolutionDir)DistPackages\macOS\*.tmp"
|
|
|
|
|
|
)</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |