Changeset 8882 for trunk/sources/HeuristicLab.Problems.Instances
- Timestamp:
- 11/08/12 13:31:18 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj ¶
r8600 r8882 115 115 <Compile Include="IProblemInstanceExporter.cs" /> 116 116 <Compile Include="Types\ATSPData.cs" /> 117 <Compile Include="Types\JSSPData.cs" /> 117 118 <Compile Include="Types\CTAPData.cs" /> 118 119 <Compile Include="IDataDescriptor.cs" /> … … 152 153 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 153 154 <PropertyGroup> 154 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)155 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 155 156 set ProjectDir=$(ProjectDir) 156 157 set SolutionDir=$(SolutionDir) … … 158 159 159 160 call PreBuildEvent.cmd</PreBuildEvent> 160 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">161 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 161 162 export ProjectDir=$(ProjectDir) 162 163 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.