Changeset 12732 for stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/HeuristicLab.SimSharp-3.0.7.csproj
- Timestamp:
- 07/11/15 19:29:32 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12657,12671
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12657,12671
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7
- Property svn:ignore
-
old new 2 2 bin 3 3 *.user 4 Plugin.cs
-
- Property svn:ignore
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/HeuristicLab.SimSharp-3.0.7.csproj
r12657 r12732 78 78 </ItemGroup> 79 79 <ItemGroup> 80 <None Include="Plugin.cs.frame" /> 80 81 <Compile Include="Plugin.cs" /> 82 <None Include="Properties\AssemblyInfo.cs.frame" /> 81 83 <Compile Include="Properties\AssemblyInfo.cs" /> 82 84 </ItemGroup> … … 101 103 </ItemGroup> 102 104 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 105 <PropertyGroup> 106 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 107 set ProjectDir=$(ProjectDir) 108 set SolutionDir=$(SolutionDir) 109 set Outdir=$(Outdir) 110 111 call PreBuildEvent.cmd 112 </PreBuildEvent> 113 </PropertyGroup> 103 114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 104 115 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.