- Timestamp:
- 02/23/15 16:19:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r11623 r12056 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\ 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>..\..\ bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 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"> 94 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 95 </Reference> 96 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 97 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 98 </Reference> 99 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 100 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 101 </Reference> 75 102 <Reference Include="System" /> 76 103 <Reference Include="System.Core" /> … … 124 151 <None Include="HeuristicLab.snk" /> 125 152 </ItemGroup> 126 <ItemGroup>127 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">128 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>129 <Name>HeuristicLab.Analysis-3.3</Name>130 <Private>False</Private>131 </ProjectReference>132 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">133 <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>134 <Name>HeuristicLab.Collections-3.3</Name>135 <Private>False</Private>136 </ProjectReference>137 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">138 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>139 <Name>HeuristicLab.Common.Resources-3.3</Name>140 <Private>False</Private>141 </ProjectReference>142 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">143 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>144 <Name>HeuristicLab.Common-3.3</Name>145 <Private>False</Private>146 </ProjectReference>147 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">148 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>149 <Name>HeuristicLab.Core-3.3</Name>150 <Private>False</Private>151 </ProjectReference>152 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">153 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>154 <Name>HeuristicLab.Data-3.3</Name>155 <Private>False</Private>156 </ProjectReference>157 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">158 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>159 <Name>HeuristicLab.Optimization-3.3</Name>160 <Private>False</Private>161 </ProjectReference>162 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">163 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>164 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>165 <Private>False</Private>166 </ProjectReference>167 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">168 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>169 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>170 <Private>False</Private>171 </ProjectReference>172 </ItemGroup>173 153 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 174 154 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.