- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.ExternalEvaluation.GP/3.4
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsExternalEvaluationGPPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj
r5809 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> 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> 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> 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> bin\x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> bin\x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL"> 96 <HintPath>..\..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath> 97 </Reference> 95 98 <Reference Include="System" /> 96 99 <Reference Include="System.Core"> … … 107 110 </ItemGroup> 108 111 <ItemGroup> 109 <None Include=" HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" />112 <None Include="Plugin.cs.frame" /> 110 113 <Compile Include="ExternalEvaluationExpressionGrammar.cs" /> 111 114 <Compile Include="ExternalEvaluationSymbolicExpressionTreeBinaryConverter.cs" /> … … 113 116 <Compile Include="ExternalEvaluationSymbolicExpressionTreeStringConverter.cs" /> 114 117 <Compile Include="ExternalEvaluationSymbolicExpressionTreeStringFormatter.cs" /> 115 <Compile Include=" HeuristicLabProblemsExternalEvaluationGPPlugin.cs" />118 <Compile Include="Plugin.cs" /> 116 119 <Compile Include="Properties\AssemblyInfo.cs" /> 117 <None Include="Properties\AssemblyInfo. frame" />120 <None Include="Properties\AssemblyInfo.cs.frame" /> 118 121 </ItemGroup> 119 122 <ItemGroup> … … 121 124 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 122 125 <Name>HeuristicLab.Common-3.3</Name> 126 <Private>False</Private> 123 127 </ProjectReference> 124 128 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 125 129 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 126 130 <Name>HeuristicLab.Core-3.3</Name> 131 <Private>False</Private> 127 132 </ProjectReference> 128 133 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 129 134 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 130 135 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 131 </ProjectReference> 132 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj"> 133 <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project> 134 <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name> 135 </ProjectReference> 136 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj"> 137 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 138 <Name>ProtocolBuffers</Name> 136 <Private>False</Private> 139 137 </ProjectReference> 140 138 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 141 139 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 142 140 <Name>HeuristicLab.Persistence-3.3</Name> 141 <Private>False</Private> 143 142 </ProjectReference> 144 143 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 145 144 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 146 145 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 146 <Private>False</Private> 147 147 </ProjectReference> 148 148 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 149 149 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project> 150 150 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 151 <Private>False</Private> 151 152 </ProjectReference> 152 153 <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation\3.3\HeuristicLab.Problems.ExternalEvaluation-3.3.csproj"> 153 154 <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project> 154 155 <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name> 156 <Private>False</Private> 155 157 </ProjectReference> 156 158 </ItemGroup> … … 190 192 set ProjectDir=$(ProjectDir) 191 193 set SolutionDir=$(SolutionDir) 192 call "$(ProjectDir)Protos\ProcessProtos.cmd"193 194 194 195 call PreBuildEvent.cmd 195 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPPlugin.cs"</PreBuildEvent>196 </PreBuildEvent> 196 197 </PropertyGroup> 197 198 </Project>
Note: See TracChangeset
for help on using the changeset viewer.