Changeset 16854 for branches/2924_DotNetCoreMigration/HeuristicLab.Tracing
- Timestamp:
- 04/19/19 16:34:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r16147 r16854 12 12 </PropertyGroup> 13 13 <ItemGroup> 14 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" /> 15 <PackageReference Include="System.Drawing.Common" Version="4.5.0" /> 14 <PackageReference Include="System.Drawing.Common" Version="4.5.1" /> 16 15 </ItemGroup> 17 16 <ItemGroup> 18 17 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" /> 19 18 </ItemGroup> 20 <Target Name="PreBuild" BeforeTargets="PreBuildEvent" >19 <Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition="'$(OS)'=='Windows_NT'"> 21 20 <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" /> 22 21 </Target>
Note: See TracChangeset
for help on using the changeset viewer.