Changeset 6842 for branches/Trunk/HeuristicLab.Problems.ExternalEvaluation
- Timestamp:
- 09/27/11 23:24:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj
r6833 r6842 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>$(SolutionDir)\bin\ Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>$(SolutionDir)\bin\ Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>$(SolutionDir)\bin\ x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath>$(SolutionDir)\bin\ x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 78 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 79 <DebugSymbols>true</DebugSymbols> 80 <OutputPath>$(SolutionDir)\bin\ x64\Debug\</OutputPath>80 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 82 <DebugType>full</DebugType> … … 86 86 </PropertyGroup> 87 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath>$(SolutionDir)\bin\ x64\Release\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 89 <DefineConstants>TRACE</DefineConstants> 90 90 <Optimize>true</Optimize> … … 95 95 </PropertyGroup> 96 96 <ItemGroup> 97 <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL"> 98 <HintPath>..\..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath> 99 </Reference> 97 100 <Reference Include="System" /> 98 101 <Reference Include="System.Core"> … … 174 177 <Private>False</Private> 175 178 </ProjectReference> 176 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj">177 <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project>178 <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name>179 <Private>False</Private>180 </ProjectReference>181 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj">182 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>183 <Name>ProtocolBuffers</Name>184 <Private>False</Private>185 </ProjectReference>186 179 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 187 180 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
Note: See TracChangeset
for help on using the changeset viewer.