Changeset 12322
- Timestamp:
- 04/17/15 15:54:40 (10 years ago)
- Location:
- branches/PTSP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj
r12269 r12322 60 60 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 61 61 </Reference> 62 <Reference Include="HeuristicLab.Problems.PTSP-3.3">63 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>64 </Reference>65 62 <Reference Include="HeuristicLab.Random-3.3"> 66 63 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> … … 86 83 <ItemGroup> 87 84 <None Include="HeuristicLab.snk" /> 85 </ItemGroup> 86 <ItemGroup> 87 <ProjectReference Include="..\HeuristicLab.Problems.PTSP.Views\3.3\HeuristicLab.Problems.PTSP.Views-3.3.csproj"> 88 <Project>{90b6ca12-9791-4430-b2d7-cd3ed7f75e2b}</Project> 89 <Name>HeuristicLab.Problems.PTSP.Views-3.3</Name> 90 </ProjectReference> 91 <ProjectReference Include="..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj"> 92 <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project> 93 <Name>HeuristicLab.Problems.PTSP-3.3</Name> 94 </ProjectReference> 88 95 </ItemGroup> 89 96 <Choose> -
branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj
r12269 r12322 129 129 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 130 130 set ProjectDir=$(ProjectDir) 131 set SolutionDir=$(SolutionDir)</PreBuildEvent> 131 set SolutionDir=$(SolutionDir) 132 set Outdir=$(Outdir) 133 134 call PreBuildEvent.cmd</PreBuildEvent> 132 135 </PropertyGroup> 133 136 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.