Changeset 8645 for trunk/sources/HeuristicLab.Clients.Hive.Administrator
- Timestamp:
- 09/13/12 15:05:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj
r8600 r8645 74 74 <ErrorReport>prompt</ErrorReport> 75 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 </PropertyGroup> 77 <PropertyGroup> 78 <SignAssembly>true</SignAssembly> 79 </PropertyGroup> 80 <PropertyGroup> 81 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 76 82 </PropertyGroup> 77 83 <ItemGroup> … … 228 234 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 229 235 <PropertyGroup> 230 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)236 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 231 237 set ProjectDir=$(ProjectDir) 232 238 set SolutionDir=$(SolutionDir) … … 234 240 235 241 call PreBuildEvent.cmd</PreBuildEvent> 236 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 237 243 export ProjectDir=$(ProjectDir) 238 244 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.