Changeset 6833 for branches/Trunk/HeuristicLab.CodeEditor/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.CodeEditor/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.CodeEditor/3.3
- Property svn:ignore
-
old new 4 4 *.user 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r6832 r6833 9 9 <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid> 10 10 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 11 <TargetFrameworkProfile></TargetFrameworkProfile> 11 <TargetFrameworkProfile> 12 </TargetFrameworkProfile> 12 13 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 13 14 <NoStdLib>False</NoStdLib> … … 78 79 <DebugType>pdbonly</DebugType> 79 80 <PlatformTarget>x86</PlatformTarget> 80 <DocumentationFile></DocumentationFile> 81 <DocumentationFile> 82 </DocumentationFile> 81 83 <DebugSymbols>true</DebugSymbols> 82 84 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 99 101 <DebugType>None</DebugType> 100 102 <PlatformTarget>x64</PlatformTarget> 101 <DocumentationFile></DocumentationFile> 103 <DocumentationFile> 104 </DocumentationFile> 102 105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 103 106 </PropertyGroup> 104 107 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 105 <DocumentationFile></DocumentationFile> 108 <DocumentationFile> 109 </DocumentationFile> 106 110 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 107 111 </PropertyGroup> … … 151 155 <DependentUpon>CodeViewer.cs</DependentUpon> 152 156 </Compile> 153 <None Include="HeuristicLabCodeEditorPlugin.cs.frame" /> 154 <Compile Include="HeuristicLabCodeEditorPlugin.cs" /> 157 <None Include="Plugin.cs.frame" /> 155 158 <Compile Include="ErrorBookmark.cs" /> 156 159 <Compile Include="HostCallbackImplementation.cs" /> … … 161 164 <DependentUpon>CodeEditor.cs</DependentUpon> 162 165 </Compile> 166 <Compile Include="Plugin.cs" /> 163 167 <Compile Include="Properties\AssemblyInfo.cs" /> 164 168 <Compile Include="ToolTipProvider.cs" /> … … 166 170 <ItemGroup> 167 171 <None Include="HeuristicLab.snk" /> 168 <None Include="Properties\AssemblyInfo. frame" />172 <None Include="Properties\AssemblyInfo.cs.frame" /> 169 173 </ItemGroup> 170 174 <ItemGroup> … … 172 176 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 173 177 <Name>HeuristicLab.Common.Resources-3.3</Name> 174 <Private>False</Private></ProjectReference> 178 <Private>False</Private> 179 </ProjectReference> 175 180 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj"> 176 181 <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project> 177 182 <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name> 178 <Private>False</Private></ProjectReference> 183 <Private>False</Private> 184 </ProjectReference> 179 185 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 180 186 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 181 187 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 182 <Private>False</Private></ProjectReference> 188 <Private>False</Private> 189 </ProjectReference> 183 190 </ItemGroup> 184 191 <ItemGroup> … … 207 214 208 215 call PreBuildEvent.cmd 209 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>216 </PreBuildEvent> 210 217 </PropertyGroup> 211 218 </Project>
Note: See TracChangeset
for help on using the changeset viewer.