- Timestamp:
- 07/18/17 10:27:37 (7 years ago)
- Location:
- branches/DataPreprocessing Cleanup
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r15110 r15268 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> $(SolutionDir)\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> $(SolutionDir)\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 36 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 37 37 <PlatformTarget>x64</PlatformTarget> 38 <OutputPath> $(SolutionDir)\bin\</OutputPath>38 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 39 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 40 <Prefer32Bit>false</Prefer32Bit> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 43 43 <PlatformTarget>x64</PlatformTarget> 44 <OutputPath> $(SolutionDir)\bin\</OutputPath>44 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 45 45 <Optimize>true</Optimize> 46 46 <Prefer32Bit>false</Prefer32Bit> … … 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 49 49 <DebugSymbols>true</DebugSymbols> 50 <OutputPath> $(SolutionDir)\bin\</OutputPath>50 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 51 51 <DefineConstants>DEBUG;TRACE</DefineConstants> 52 52 <DebugType>full</DebugType> … … 57 57 </PropertyGroup> 58 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 59 <OutputPath> $(SolutionDir)\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <Optimize>true</Optimize> … … 73 73 </PropertyGroup> 74 74 <ItemGroup> 75 <Reference Include="HeuristicLab.Analysis-3.3"> 76 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 77 </Reference> 78 <Reference Include="HeuristicLab.Collections-3.3"> 79 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 80 </Reference> 81 <Reference Include="HeuristicLab.Common-3.3"> 82 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 </Reference> 84 <Reference Include="HeuristicLab.Common.Resources-3.3"> 85 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 86 </Reference> 87 <Reference Include="HeuristicLab.Core-3.3"> 88 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 89 </Reference> 90 <Reference Include="HeuristicLab.Data-3.3"> 91 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 92 </Reference> 93 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 94 <SpecificVersion>False</SpecificVersion> 95 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 96 </Reference> 97 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 98 <SpecificVersion>False</SpecificVersion> 99 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 100 </Reference> 101 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 102 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 <SpecificVersion>False</SpecificVersion> 109 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 110 </Reference> 111 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 112 <SpecificVersion>False</SpecificVersion> 113 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 114 </Reference> 75 115 <Reference Include="System" /> 76 116 <Reference Include="System.Core" /> … … 116 156 <None Include="HeuristicLab.snk" /> 117 157 </ItemGroup> 118 <ItemGroup>119 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">120 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>121 <Name>HeuristicLab.Analysis-3.3</Name>122 <Private>False</Private>123 </ProjectReference>124 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">125 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>126 <Name>HeuristicLab.Collections-3.3</Name>127 <Private>False</Private>128 </ProjectReference>129 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">130 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>131 <Name>HeuristicLab.Common.Resources-3.3</Name>132 <Private>False</Private>133 </ProjectReference>134 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">135 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>136 <Name>HeuristicLab.Common-3.3</Name>137 <Private>False</Private>138 </ProjectReference>139 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">140 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>141 <Name>HeuristicLab.Core-3.3</Name>142 <Private>False</Private>143 </ProjectReference>144 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">145 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>146 <Name>HeuristicLab.Data-3.3</Name>147 <Private>False</Private>148 </ProjectReference>149 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">150 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>151 <Name>HeuristicLab.Optimization-3.3</Name>152 <Private>False</Private>153 </ProjectReference>154 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">155 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>156 <Name>HeuristicLab.Persistence-3.3</Name>157 <Private>False</Private>158 </ProjectReference>159 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">160 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>161 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>162 <Private>False</Private>163 </ProjectReference>164 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">165 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>166 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>167 <Private>False</Private>168 </ProjectReference>169 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">170 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>171 <Name>HeuristicLab.Random-3.3</Name>172 <Private>False</Private>173 </ProjectReference>174 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">175 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>176 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>177 <Private>False</Private>178 </ProjectReference>179 </ItemGroup>180 158 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 159 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.