Changeset 10555
- Timestamp:
- 03/05/14 17:33:10 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj
r10542 r10555 10 10 <RootNamespace>HeuristicLab.DataPreprocessing.Views_3._3</RootNamespace> 11 11 <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 <TargetFrameworkProfile /> 14 15 </PropertyGroup> 15 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 30 31 <WarningLevel>4</WarningLevel> 31 32 </PropertyGroup> 33 <PropertyGroup> 34 <SignAssembly>true</SignAssembly> 35 </PropertyGroup> 36 <PropertyGroup> 37 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 38 </PropertyGroup> 32 39 <ItemGroup> 33 40 <Reference Include="System" /> … … 39 46 </ItemGroup> 40 47 <ItemGroup> 48 <None Include="HeuristicLab.snk" /> 41 49 <None Include="Plugin.cs.frame" /> 42 50 <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset
for help on using the changeset viewer.