- Timestamp:
- 04/19/19 16:34:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r16147 r16854 11 11 <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace> 12 12 </PropertyGroup> 13 <ItemGroup>14 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />15 </ItemGroup>16 13 <ItemGroup> 17 14 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj" /> … … 28 25 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj" /> 29 26 </ItemGroup> 30 <ItemGroup>31 <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">32 <HintPath>..\..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>33 </Reference>34 <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">35 <HintPath>..\..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>36 </Reference>37 <Reference Include="WindowsBase" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />38 </ItemGroup>39 27 <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> 40 28 <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" />
Note: See TracChangeset
for help on using the changeset viewer.