Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2165_PythonScript/HeuristicLab.Scripting.Python/3.3/HeuristicLab.Scripting.Python-3.3.csproj @ 16977

Last change on this file since 16977 was 16217, checked in by abeham, 6 years ago

#2165: Changed to .net 4.5 and adapted paths to make it compile again

File size: 7.9 KB
RevLine 
[10567]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{61977CC3-1757-4B3B-87BD-FF819AAA900F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Scripting.Python</RootNamespace>
11    <AssemblyName>HeuristicLab.Scripting.Python-3.3</AssemblyName>
[16217]12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[10567]13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
[16217]20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[16217]25    <Prefer32Bit>false</Prefer32Bit>
[10567]26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
[16217]30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
[16217]34    <Prefer32Bit>false</Prefer32Bit>
[10567]35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
[16217]44    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[16217]50    <Prefer32Bit>false</Prefer32Bit>
[10567]51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
[16217]53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x64</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
[16217]60    <Prefer32Bit>false</Prefer32Bit>
[10567]61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
63    <DebugSymbols>true</DebugSymbols>
[16217]64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[16217]70    <Prefer32Bit>false</Prefer32Bit>
[10567]71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
[16217]73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[10567]74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
[16217]80    <Prefer32Bit>false</Prefer32Bit>
[10567]81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
84      <SpecificVersion>False</SpecificVersion>
[16217]85      <HintPath>..\..\..\..\trunk\bin\IronPython.dll</HintPath>
[10567]86      <Private>False</Private>
87    </Reference>
88    <Reference Include="IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
89      <SpecificVersion>False</SpecificVersion>
[16217]90      <HintPath>..\..\..\..\trunk\bin\IronPython.Modules.dll</HintPath>
[10567]91      <Private>False</Private>
92    </Reference>
93    <Reference Include="Microsoft.CSharp" />
94    <Reference Include="HeuristicLab.Collections-3.3">
[16217]95      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[10567]96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.Common.Resources-3.3">
[16217]99      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[10567]100      <Private>False</Private>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3">
[16217]103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[10567]104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Core-3.3">
[16217]107      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[10567]108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Persistence-3.3">
[16217]111      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[10567]112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[16217]115      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[10567]116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Scripting-3.3">
[16217]119      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
[10567]120      <Private>False</Private>
121    </Reference>
122    <Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
[16217]124      <HintPath>..\..\..\..\trunk\bin\Microsoft.Dynamic.dll</HintPath>
[10567]125      <Private>False</Private>
126    </Reference>
127    <Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
[16217]129      <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.dll</HintPath>
[10567]130      <Private>False</Private>
131    </Reference>
132    <Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
[16217]134      <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.Metadata.dll</HintPath>
[10567]135      <Private>False</Private>
136    </Reference>
137    <Reference Include="System" />
138    <Reference Include="System.Core" />
139    <Reference Include="System.Drawing" />
140    <Reference Include="System.Xml.Linq" />
141    <Reference Include="System.Data.DataSetExtensions" />
142    <Reference Include="System.Data" />
143    <Reference Include="System.Xml" />
144  </ItemGroup>
145  <ItemGroup>
146    <Compile Include="PythonScript.cs" />
147    <None Include="Plugin.cs.frame" />
148    <Compile Include="Plugin.cs" />
149    <Compile Include="Properties\AssemblyInfo.cs" />
150    <None Include="Properties\AssemblyInfo.cs.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="HeuristicLab.snk" />
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <PropertyGroup>
157    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd</PreBuildEvent>
163  </PropertyGroup>
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171</Project>
Note: See TracBrowser for help on using the repository browser.