- Timestamp:
- 05/14/12 13:49:34 (13 years ago)
- Location:
- branches/DataAnalysisService
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj
r7803 r7804 30 30 <ErrorReport>prompt</ErrorReport> 31 31 <WarningLevel>4</WarningLevel> 32 </PropertyGroup> 33 <PropertyGroup> 34 <SignAssembly>true</SignAssembly> 35 </PropertyGroup> 36 <PropertyGroup> 37 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 32 38 </PropertyGroup> 33 39 <ItemGroup> … … 81 87 </EmbeddedResource> 82 88 </ItemGroup> 89 <ItemGroup> 90 <None Include="HeuristicLab.snk" /> 91 </ItemGroup> 83 92 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 93 <PropertyGroup> 94 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 95 set ProjectDir=$(ProjectDir) 96 set SolutionDir=$(SolutionDir) 97 set Outdir=$(Outdir) 98 99 call PreBuildEvent.cmd 100 </PreBuildEvent> 101 </PropertyGroup> 84 102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 85 103 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.