Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 edited
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.Encodings.IntegerVectorEncoding/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r6658 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|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\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|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\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|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 102 102 <ItemGroup> 103 103 <None Include="HeuristicLab.snk" /> 104 <None Include=" HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs.frame" />105 <None Include="Properties\AssemblyInfo. frame" />104 <None Include="Plugin.cs.frame" /> 105 <None Include="Properties\AssemblyInfo.cs.frame" /> 106 106 </ItemGroup> 107 107 <ItemGroup> … … 114 114 <SubType>Code</SubType> 115 115 </Compile> 116 <Compile Include="HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs" />117 116 <Compile Include="Interfaces\IIntegerVectorCreator.cs" /> 118 117 <Compile Include="Interfaces\IIntegerVectorCrossover.cs" /> … … 126 125 </Compile> 127 126 <Compile Include="IntegerVector.cs" /> 127 <Compile Include="Plugin.cs" /> 128 128 <Compile Include="IntegerVectorEqualityComparer.cs" /> 129 129 <Compile Include="Properties\AssemblyInfo.cs" /> … … 135 135 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 136 136 <Name>HeuristicLab.Collections-3.3</Name> 137 <Private>False</Private> 137 138 </ProjectReference> 138 139 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 139 140 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 140 141 <Name>HeuristicLab.Common-3.3</Name> 142 <Private>False</Private> 141 143 </ProjectReference> 142 144 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 143 145 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 144 146 <Name>HeuristicLab.Core-3.3</Name> 147 <Private>False</Private> 145 148 </ProjectReference> 146 149 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 147 150 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 148 151 <Name>HeuristicLab.Data-3.3</Name> 152 <Private>False</Private> 149 153 </ProjectReference> 150 154 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 151 155 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 152 156 <Name>HeuristicLab.Operators-3.3</Name> 157 <Private>False</Private> 153 158 </ProjectReference> 154 159 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 155 160 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 156 161 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 162 <Private>False</Private> 157 163 </ProjectReference> 158 164 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 159 165 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 160 166 <Name>HeuristicLab.Optimization-3.3</Name> 167 <Private>False</Private> 161 168 </ProjectReference> 162 169 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 163 170 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 164 171 <Name>HeuristicLab.Parameters-3.3</Name> 172 <Private>False</Private> 165 173 </ProjectReference> 166 174 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 167 175 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 168 176 <Name>HeuristicLab.Persistence-3.3</Name> 177 <Private>False</Private> 169 178 </ProjectReference> 170 179 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 171 180 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 172 181 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 182 <Private>False</Private> 173 183 </ProjectReference> 174 184 </ItemGroup> … … 205 215 206 216 call PreBuildEvent.cmd 207 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs"</PreBuildEvent>217 </PreBuildEvent> 208 218 </PropertyGroup> 209 219 </Project>
Note: See TracChangeset
for help on using the changeset viewer.