- Timestamp:
- 01/19/16 12:00:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj
r13538 r13556 29 29 <ErrorReport>prompt</ErrorReport> 30 30 <WarningLevel>4</WarningLevel> 31 </PropertyGroup> 32 <PropertyGroup> 33 <SignAssembly>true</SignAssembly> 34 </PropertyGroup> 35 <PropertyGroup> 36 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 31 37 </PropertyGroup> 32 38 <ItemGroup> … … 61 67 <Compile Include="SolutionInfo.cs" /> 62 68 </ItemGroup> 69 <ItemGroup> 70 <None Include="HeuristicLab.snk" /> 71 </ItemGroup> 63 72 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 64 73 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.