Changeset 8788
- Timestamp:
- 10/11/12 11:26:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj
r8769 r8788 94 94 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 95 95 </PropertyGroup> 96 <PropertyGroup> 97 <SignAssembly>true</SignAssembly> 98 </PropertyGroup> 99 <PropertyGroup> 100 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 101 </PropertyGroup> 96 102 <ItemGroup> 97 103 <Reference Include="HeuristicLab.Collections-3.3"> … … 180 186 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 187 <PropertyGroup> 182 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)188 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 183 189 set ProjectDir=$(ProjectDir) 184 190 set SolutionDir=$(SolutionDir) … … 187 193 call PreBuildEvent.cmd 188 194 </PreBuildEvent> 189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">195 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 190 196 export ProjectDir=$(ProjectDir) 191 197 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.