Changeset 12968 for branches/gteufl/HeuristicLab.Optimization.Operators
- Timestamp:
- 09/25/15 14:24:22 (9 years ago)
- Location:
- branches/gteufl/HeuristicLab.Optimization.Operators/3.3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gteufl/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r8642 r12968 109 109 </ItemGroup> 110 110 <ItemGroup> 111 <Compile Include="ChildrenCopyCreator.cs" /> 111 112 <Compile Include="ExpressionCalculator.cs" /> 112 113 <Compile Include="NoSimilarityCalculator.cs" /> … … 233 234 --> 234 235 <PropertyGroup> 235 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)236 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 236 237 set ProjectDir=$(ProjectDir) 237 238 set SolutionDir=$(SolutionDir) … … 240 241 call PreBuildEvent.cmd 241 242 </PreBuildEvent> 242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">243 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 243 244 export ProjectDir=$(ProjectDir) 244 245 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.