Changeset 11610 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 12/01/14 22:01:37 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r9288 r11610 153 153 <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" /> 154 154 <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" /> 155 <Compile Include="Statistics\NormalDistribution.cs" /> 155 156 <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" /> 156 157 <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" /> … … 236 237 </BootstrapperPackage> 237 238 </ItemGroup> 239 <ItemGroup /> 238 240 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 239 241 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 245 247 --> 246 248 <PropertyGroup> 247 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)249 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 248 250 set ProjectDir=$(ProjectDir) 249 251 set SolutionDir=$(SolutionDir) … … 252 254 call PreBuildEvent.cmd 253 255 </PreBuildEvent> 254 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">256 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 255 257 export ProjectDir=$(ProjectDir) 256 258 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.