Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16217 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
Line 
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>{0C2917C8-7AA8-4E18-800A-C4D064F992ED}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Scripting.Python.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Scripting.Python.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
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>
20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
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>
44    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
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>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
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>
80    <Prefer32Bit>false</Prefer32Bit>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
84      <SpecificVersion>False</SpecificVersion>
85      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Drawing" />
91    <Reference Include="System.Windows.Forms" />
92    <Reference Include="System.Xml.Linq" />
93    <Reference Include="System.Data.DataSetExtensions" />
94    <Reference Include="System.Data" />
95    <Reference Include="System.Xml" />
96    <Reference Include="HeuristicLab.Collections-3.3">
97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Common.Resources-3.3">
101      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.Common-3.3">
105      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Core.Views-3.3">
109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Core-3.3">
113      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Scripting-3.3">
117      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.MainForm-3.3">
125      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Persistence-3.3">
129      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
133      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136  </ItemGroup>
137  <ItemGroup>
138    <None Include="Plugin.cs.frame" />
139    <Compile Include="PytonScriptView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="PytonScriptView.Designer.cs">
143      <DependentUpon>PytonScriptView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Plugin.cs" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="Properties\AssemblyInfo.cs.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <ProjectReference Include="..\..\HeuristicLab.Scripting.Python\3.3\HeuristicLab.Scripting.Python-3.3.csproj">
154      <Project>{61977CC3-1757-4B3B-87BD-FF819AAA900F}</Project>
155      <Name>HeuristicLab.Scripting.Python-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158  </ItemGroup>
159  <ItemGroup>
160    <EmbeddedResource Include="PytonScriptView.resx">
161      <DependentUpon>PytonScriptView.cs</DependentUpon>
162    </EmbeddedResource>
163  </ItemGroup>
164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165  <PropertyGroup>
166    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
167set ProjectDir=$(ProjectDir)
168set SolutionDir=$(SolutionDir)
169set Outdir=$(Outdir)
170
171call PreBuildEvent.cmd</PreBuildEvent>
172  </PropertyGroup>
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180</Project>
Note: See TracBrowser for help on using the repository browser.