Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Tracing/3.3
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
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.Tracing/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabTracingPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r6179 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.Tracing-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 72 <Optimize>true</Optimize> … … 73 74 <PlatformTarget>x64</PlatformTarget> 74 75 <ErrorReport>prompt</ErrorReport> 75 <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 76 <DocumentationFile> 77 </DocumentationFile> 76 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 79 </PropertyGroup> 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 92 <Optimize>true</Optimize> … … 92 94 <PlatformTarget>x86</PlatformTarget> 93 95 <ErrorReport>prompt</ErrorReport> 94 <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 96 <DocumentationFile> 97 </DocumentationFile> 95 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 99 </PropertyGroup> … … 110 113 </ItemGroup> 111 114 <ItemGroup> 112 <None Include="HeuristicLabTracingPlugin.cs.frame" /> 113 <Compile Include="HeuristicLabTracingPlugin.cs" /> 115 <None Include="Plugin.cs.frame" /> 114 116 <Compile Include="Logger.cs" /> 117 <Compile Include="Plugin.cs" /> 115 118 <Compile Include="Properties\AssemblyInfo.cs" /> 116 119 </ItemGroup> … … 119 122 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 120 123 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 124 <Private>False</Private> 121 125 </ProjectReference> 122 126 </ItemGroup> 123 127 <ItemGroup> 124 <None Include="app.config" /> 128 <None Include="app.config"> 129 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 130 </None> 125 131 <None Include="HeuristicLab.snk" /> 126 <None Include="Properties\AssemblyInfo. frame" />132 <None Include="Properties\AssemblyInfo.cs.frame" /> 127 133 </ItemGroup> 128 134 <ItemGroup> … … 158 164 159 165 call PreBuildEvent.cmd 160 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent>166 </PreBuildEvent> 161 167 </PropertyGroup> 162 168 </Project>
Note: See TracChangeset
for help on using the changeset viewer.