Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.3.2/HeuristicLab.SimSharp-3.3.2/HeuristicLab.SimSharp-3.3.2.csproj @ 18210

Last change on this file since 18210 was 18210, checked in by gkronber, 2 years ago

#3017: upgraded all projects to use .NET Framework 4.7.2 and the default language version C# 7.3

File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{4C958A30-DB8A-47C7-9D70-6042C44C2502}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.SimSharp</RootNamespace>
11    <AssemblyName>HeuristicLab.SimSharp-3.3.2</AssemblyName>
12    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>$(SolutionDir)\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <LangVersion>7.3</LangVersion>
40    <ErrorReport>prompt</ErrorReport>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>TRACE</DefineConstants>
45    <Optimize>true</Optimize>
46    <DebugType>pdbonly</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <LangVersion>7.3</LangVersion>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <LangVersion>7.3</LangVersion>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <LangVersion>7.3</LangVersion>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <PropertyGroup>
70    <SignAssembly>true</SignAssembly>
71  </PropertyGroup>
72  <PropertyGroup>
73    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Xml.Linq" />
79    <Reference Include="System.Data.DataSetExtensions" />
80    <Reference Include="Microsoft.CSharp" />
81    <Reference Include="System.Data" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <None Include="HeuristicLab.snk" />
86    <None Include="Plugin.cs.frame" />
87    <None Include="Properties\AssemblyInfo.cs.frame" />
88    <Compile Include="Plugin.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
90  </ItemGroup>
91  <ItemGroup>
92    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
93      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
94      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
95      <Private>False</Private>
96    </ProjectReference>
97    <ProjectReference Include="..\SimSharp-3.3.2\SimSharp-3.3.2.csproj">
98      <Project>{4656ea72-9fdc-4d57-9491-d67089c260d0}</Project>
99      <Name>SimSharp-3.3.2</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <ItemGroup>
103    <Content Include="SimSharp-3.3.2 License.txt">
104      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105    </Content>
106  </ItemGroup>
107  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108    <PropertyGroup>
109    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
110      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
111      set ProjectDir=$(ProjectDir)
112      set SolutionDir=$(SolutionDir)
113      set Outdir=$(Outdir)
114
115      call PreBuildEvent.cmd
116    </PreBuildEvent>
117    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
118      export ProjectDir=$(ProjectDir)
119      export SolutionDir=$(SolutionDir)
120
121      $SolutionDir/PreBuildEvent.sh
122    </PreBuildEvent>
123  </PropertyGroup>
124</Project>
Note: See TracBrowser for help on using the repository browser.