Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-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.Visualization.ChartControlsExtensions/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabVisualizationChartControlsExtensionsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r6644 r6878 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath> bin\Debug\</OutputPath>22 <OutputPath>$(SolutionDir)\bin\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> bin\Release\</OutputPath>30 <OutputPath>$(SolutionDir)\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> bin\x86\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 56 56 </PropertyGroup> 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 58 <OutputPath> bin\x86\Release\</OutputPath>58 <OutputPath>$(SolutionDir)\bin\</OutputPath> 59 59 <DefineConstants>TRACE</DefineConstants> 60 60 <Optimize>true</Optimize> 61 61 <DebugType>pdbonly</DebugType> 62 62 <PlatformTarget>x86</PlatformTarget> 63 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Visualization.ChartControlExtensions-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>63 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Visualization.ChartControlExtensions-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 64 64 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 65 65 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\x64\Debug\</OutputPath>75 <OutputPath>$(SolutionDir)\binß</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 90 <OutputPath> bin\x64\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> 93 93 <DebugType>pdbonly</DebugType> 94 94 <PlatformTarget>x64</PlatformTarget> 95 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Visualization.ChartControlExtensions-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>95 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Visualization.ChartControlExtensions-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 96 96 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 97 97 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 121 121 <DependentUpon>EnhancedChart.cs</DependentUpon> 122 122 </Compile> 123 <Compile Include="HeuristicLabVisualizationChartControlsExtensionsPlugin.cs" />124 123 <Compile Include="HistogramControl.cs"> 125 124 <SubType>UserControl</SubType> … … 134 133 <DependentUpon>ImageExportDialog.cs</DependentUpon> 135 134 </Compile> 135 <Compile Include="Plugin.cs" /> 136 136 <Compile Include="Properties\AssemblyInfo.cs" /> 137 137 </ItemGroup> 138 138 <ItemGroup> 139 139 <None Include="HeuristicLab.snk" /> 140 <None Include=" HeuristicLabVisualizationChartControlsExtensionsPlugin.cs.frame" />141 <None Include="Properties\AssemblyInfo. frame" />140 <None Include="Plugin.cs.frame" /> 141 <None Include="Properties\AssemblyInfo.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\HeuristicLabVisualizationChartControlsExtensionsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabVisualizationChartControlsExtensionsPlugin.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.