Changeset 6833 for branches/Trunk/HeuristicLab
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r6832 r6833 58 58 <ErrorReport>prompt</ErrorReport> 59 59 <WarningLevel>4</WarningLevel> 60 <DocumentationFile></DocumentationFile> 60 <DocumentationFile> 61 </DocumentationFile> 61 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 62 63 </PropertyGroup> … … 77 78 <PlatformTarget>x86</PlatformTarget> 78 79 <ErrorReport>prompt</ErrorReport> 79 <DocumentationFile></DocumentationFile> 80 <DocumentationFile> 81 </DocumentationFile> 80 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 83 </PropertyGroup> … … 96 98 <PlatformTarget>x64</PlatformTarget> 97 99 <ErrorReport>prompt</ErrorReport> 98 <DocumentationFile></DocumentationFile> 100 <DocumentationFile> 101 </DocumentationFile> 99 102 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 100 103 </PropertyGroup> … … 151 154 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 152 155 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 153 <Private>False</Private></ProjectReference> 156 <Private>False</Private> 157 </ProjectReference> 154 158 </ItemGroup> 155 159 <ItemGroup> … … 197 201 set ProjectDir=$(ProjectDir) 198 202 set SolutionDir=$(SolutionDir) 199 set Outdir=$(Outdir)200 set Configuration=$(ConfigurationName)201 203 202 204 call PreBuildEvent.cmd</PreBuildEvent>
Note: See TracChangeset
for help on using the changeset viewer.