Changeset 6866 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Operators/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabOperatorsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r5753 r6866 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> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> bin\Release\</OutputPath>54 <OutputPath>$(SolutionDir)\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> 57 57 <WarningLevel>4</WarningLevel> 58 <DocumentationFile>bin\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 59 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 60 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 62 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 64 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</OutputPath> 65 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 67 <DebugType>full</DebugType> … … 70 71 </PropertyGroup> 71 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath> bin\x86\Release\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 74 <DefineConstants>TRACE</DefineConstants> 74 <DocumentationFile>bin\x86\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile> 75 <DocumentationFile> 76 </DocumentationFile> 75 77 <Optimize>true</Optimize> 76 78 <DebugType>pdbonly</DebugType> … … 81 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 82 84 <DebugSymbols>true</DebugSymbols> 83 <OutputPath> bin\x64\Debug\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 84 86 <DefineConstants>DEBUG;TRACE</DefineConstants> 85 87 <DebugType>full</DebugType> … … 89 91 </PropertyGroup> 90 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 91 <OutputPath> bin\x64\Release\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 92 94 <DefineConstants>TRACE</DefineConstants> 93 <DocumentationFile>bin\x64\Release\HeuristicLab.Operators-3.3.xml</DocumentationFile> 95 <DocumentationFile> 96 </DocumentationFile> 94 97 <Optimize>true</Optimize> 95 98 <DebugType>pdbonly</DebugType> … … 110 113 <Compile Include="CheckedMultiOperator.cs" /> 111 114 <Compile Include="CombinedOperator.cs" /> 112 <None Include=" HeuristicLabOperatorsPlugin.cs.frame" />115 <None Include="Plugin.cs.frame" /> 113 116 <Compile Include="ConditionalBranch.cs" /> 114 117 <Compile Include="Comparator.cs" /> … … 119 122 <Compile Include="Placeholder.cs" /> 120 123 <Compile Include="IntCounter.cs" /> 124 <Compile Include="Plugin.cs" /> 121 125 <Compile Include="ScopeCleaner.cs" /> 122 126 <Compile Include="StochasticBranch.cs" /> … … 135 139 <SubType>Code</SubType> 136 140 </Compile> 137 <Compile Include="HeuristicLabOperatorsPlugin.cs" />138 141 <Compile Include="Properties\AssemblyInfo.cs" /> 139 142 <Compile Include="SingleSuccessorOperator.cs" /> … … 146 149 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 147 150 <Name>HeuristicLab.Collections-3.3</Name> 151 <Private>False</Private> 148 152 </ProjectReference> 149 153 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 150 154 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 151 155 <Name>HeuristicLab.Common.Resources-3.3</Name> 156 <Private>False</Private> 152 157 </ProjectReference> 153 158 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 154 159 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 155 160 <Name>HeuristicLab.Common-3.3</Name> 161 <Private>False</Private> 156 162 </ProjectReference> 157 163 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 158 164 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 159 165 <Name>HeuristicLab.Core-3.3</Name> 166 <Private>False</Private> 160 167 </ProjectReference> 161 168 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 162 169 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 163 170 <Name>HeuristicLab.Data-3.3</Name> 171 <Private>False</Private> 164 172 </ProjectReference> 165 173 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 166 174 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 167 175 <Name>HeuristicLab.Parameters-3.3</Name> 176 <Private>False</Private> 168 177 </ProjectReference> 169 178 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 170 179 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 171 180 <Name>HeuristicLab.Persistence-3.3</Name> 181 <Private>False</Private> 172 182 </ProjectReference> 173 183 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 174 184 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 175 185 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 186 <Private>False</Private> 176 187 </ProjectReference> 177 188 </ItemGroup> 178 189 <ItemGroup> 179 190 <None Include="HeuristicLab.snk" /> 180 <None Include="Properties\AssemblyInfo. frame" />191 <None Include="Properties\AssemblyInfo.cs.frame" /> 181 192 </ItemGroup> 182 193 <ItemGroup> … … 212 223 213 224 call PreBuildEvent.cmd 214 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs"</PreBuildEvent>225 </PreBuildEvent> 215 226 </PropertyGroup> 216 227 </Project>
Note: See TracChangeset
for help on using the changeset viewer.