Changeset 6831 for branches/Trunk/HeuristicLab.CodeEditor
- Timestamp:
- 09/26/11 00:32:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r6829 r6831 78 78 <DebugType>pdbonly</DebugType> 79 79 <PlatformTarget>x86</PlatformTarget> 80 <DocumentationFile> bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>80 <DocumentationFile></DocumentationFile> 81 81 <DebugSymbols>true</DebugSymbols> 82 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 99 99 <DebugType>None</DebugType> 100 100 <PlatformTarget>x64</PlatformTarget> 101 <DocumentationFile> bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>101 <DocumentationFile></DocumentationFile> 102 102 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 103 103 </PropertyGroup> 104 104 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 105 <DocumentationFile> bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile>105 <DocumentationFile></DocumentationFile> 106 106 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 107 107 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.