Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-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.Clients.Common/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabClientsCommonPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
r5710 r6878 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 29 29 <DebugType>pdbonly</DebugType> 30 30 <Optimize>true</Optimize> 31 <OutputPath> bin\Release\</OutputPath>31 <OutputPath>$(SolutionDir)\bin\</OutputPath> 32 32 <DefineConstants>TRACE</DefineConstants> 33 33 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x64\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 60 <OutputPath> bin\x64\Release\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> 63 63 <DebugType>pdbonly</DebugType> 64 64 <PlatformTarget>x64</PlatformTarget> 65 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>65 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 66 66 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 67 67 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 75 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\Debug\</OutputPath>77 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 91 <OutputPath> bin\x86\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> 94 94 <DebugType>pdbonly</DebugType> 95 95 <PlatformTarget>x86</PlatformTarget> 96 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>96 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 97 97 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 98 98 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 117 117 <ItemGroup> 118 118 <Compile Include="ClientFactory.cs" /> 119 <Compile Include="HeuristicLabClientsCommonPlugin.cs" />120 119 <Compile Include="PasswordDialog.cs"> 121 120 <SubType>Form</SubType> … … 124 123 <DependentUpon>PasswordDialog.cs</DependentUpon> 125 124 </Compile> 125 <Compile Include="Plugin.cs" /> 126 126 <Compile Include="Properties\AssemblyInfo.cs" /> 127 127 <Compile Include="Properties\Settings.Designer.cs"> … … 131 131 </Compile> 132 132 <None Include="app.config" /> 133 <None Include="Properties\AssemblyInfo. frame" />133 <None Include="Properties\AssemblyInfo.cs.frame" /> 134 134 <None Include="Properties\Settings.settings"> 135 135 <Generator>SettingsSingleFileGenerator</Generator> … … 139 139 <ItemGroup> 140 140 <None Include="HeuristicLab.snk" /> 141 <None Include=" HeuristicLabClientsCommonPlugin.cs.frame" />141 <None Include="Plugin.cs.frame" /> 142 142 </ItemGroup> 143 143 <ItemGroup> … … 145 145 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 146 146 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 147 <Private>False</Private> 147 148 </ProjectReference> 148 149 </ItemGroup> … … 155 156 156 157 call PreBuildEvent.cmd 157 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsCommonPlugin.cs"</PreBuildEvent>158 </PreBuildEvent> 158 159 </PropertyGroup> 159 160 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.