Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-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.Operators.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabOperatorsViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj
r6045 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> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x64\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 69 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x64\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 78 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x86\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 84 <DebugType>full</DebugType> … … 86 88 </PropertyGroup> 87 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 88 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x86\Release\HeuristicLab.Operators.Views-3.3.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 119 122 <DependentUpon>AlgorithmOperatorView.cs</DependentUpon> 120 123 </Compile> 121 <None Include=" HeuristicLabOperatorsViewsPlugin.cs.frame" />124 <None Include="Plugin.cs.frame" /> 122 125 <Compile Include="CheckedMultiOperatorView.cs"> 123 126 <SubType>UserControl</SubType> … … 138 141 <DependentUpon>OperatorView.cs</DependentUpon> 139 142 </Compile> 143 <Compile Include="Plugin.cs" /> 140 144 <Compile Include="ValuesCollectorView.cs"> 141 145 <SubType>UserControl</SubType> … … 144 148 <DependentUpon>ValuesCollectorView.cs</DependentUpon> 145 149 </Compile> 146 <Compile Include="HeuristicLabOperatorsViewsPlugin.cs" />147 150 <Compile Include="Properties\AssemblyInfo.cs" /> 148 151 </ItemGroup> 149 152 <ItemGroup> 150 153 <None Include="HeuristicLab.snk" /> 151 <None Include="Properties\AssemblyInfo. frame" />154 <None Include="Properties\AssemblyInfo.cs.frame" /> 152 155 </ItemGroup> 153 156 <ItemGroup> … … 155 158 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 156 159 <Name>HeuristicLab.Collections-3.3</Name> 160 <Private>False</Private> 157 161 </ProjectReference> 158 162 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 159 163 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 160 164 <Name>HeuristicLab.Common.Resources-3.3</Name> 165 <Private>False</Private> 161 166 </ProjectReference> 162 167 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 163 168 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 164 169 <Name>HeuristicLab.Common-3.3</Name> 170 <Private>False</Private> 165 171 </ProjectReference> 166 172 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 167 173 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 168 174 <Name>HeuristicLab.Core.Views-3.3</Name> 175 <Private>False</Private> 169 176 </ProjectReference> 170 177 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 171 178 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 172 179 <Name>HeuristicLab.Core-3.3</Name> 180 <Private>False</Private> 173 181 </ProjectReference> 174 182 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 175 183 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 176 184 <Name>HeuristicLab.Data.Views-3.3</Name> 185 <Private>False</Private> 177 186 </ProjectReference> 178 187 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 179 188 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 180 189 <Name>HeuristicLab.Data-3.3</Name> 190 <Private>False</Private> 181 191 </ProjectReference> 182 192 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 183 193 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 184 194 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 195 <Private>False</Private> 185 196 </ProjectReference> 186 197 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 187 198 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 188 199 <Name>HeuristicLab.MainForm-3.3</Name> 200 <Private>False</Private> 189 201 </ProjectReference> 190 202 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 191 203 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 192 204 <Name>HeuristicLab.Operators-3.3</Name> 205 <Private>False</Private> 193 206 </ProjectReference> 194 207 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 195 208 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 196 209 <Name>HeuristicLab.Optimization.Views-3.3</Name> 210 <Private>False</Private> 197 211 </ProjectReference> 198 212 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 199 213 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 200 214 <Name>HeuristicLab.Optimization-3.3</Name> 215 <Private>False</Private> 201 216 </ProjectReference> 202 217 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 203 218 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 204 219 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 220 <Private>False</Private> 205 221 </ProjectReference> 206 222 </ItemGroup> … … 237 253 238 254 call PreBuildEvent.cmd 239 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs"</PreBuildEvent>255 </PreBuildEvent> 240 256 </PropertyGroup> 241 257 </Project>
Note: See TracChangeset
for help on using the changeset viewer.