Changeset 11623 for trunk/sources/HeuristicLab.DataPreprocessing.Views
- Timestamp:
- 12/02/14 21:22:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r11116 r11623 10 10 <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace> 11 11 <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 23 23 <WarningLevel>4</WarningLevel> 24 24 <UseVSHostingProcess>false</UseVSHostingProcess> 25 <Prefer32Bit>false</Prefer32Bit> 25 26 </PropertyGroup> 26 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 32 <ErrorReport>prompt</ErrorReport> 32 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 33 35 </PropertyGroup> 34 36 <PropertyGroup> … … 272 274 </ItemGroup> 273 275 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 274 <PropertyGroup>276 <PropertyGroup> 275 277 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 276 278 set ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.