Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 15:54:13 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed frame files.

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  
        44*.user
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r6832 r6833  
    99    <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
    1010    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    11     <TargetFrameworkProfile></TargetFrameworkProfile>
     11    <TargetFrameworkProfile>
     12    </TargetFrameworkProfile>
    1213    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
    1314    <NoStdLib>False</NoStdLib>
     
    7879    <DebugType>pdbonly</DebugType>
    7980    <PlatformTarget>x86</PlatformTarget>
    80     <DocumentationFile></DocumentationFile>
     81    <DocumentationFile>
     82    </DocumentationFile>
    8183    <DebugSymbols>true</DebugSymbols>
    8284    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     
    99101    <DebugType>None</DebugType>
    100102    <PlatformTarget>x64</PlatformTarget>
    101     <DocumentationFile></DocumentationFile>
     103    <DocumentationFile>
     104    </DocumentationFile>
    102105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    103106  </PropertyGroup>
    104107  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    105     <DocumentationFile></DocumentationFile>
     108    <DocumentationFile>
     109    </DocumentationFile>
    106110    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    107111  </PropertyGroup>
     
    151155      <DependentUpon>CodeViewer.cs</DependentUpon>
    152156    </Compile>
    153     <None Include="HeuristicLabCodeEditorPlugin.cs.frame" />
    154     <Compile Include="HeuristicLabCodeEditorPlugin.cs" />
     157    <None Include="Plugin.cs.frame" />
    155158    <Compile Include="ErrorBookmark.cs" />
    156159    <Compile Include="HostCallbackImplementation.cs" />
     
    161164      <DependentUpon>CodeEditor.cs</DependentUpon>
    162165    </Compile>
     166    <Compile Include="Plugin.cs" />
    163167    <Compile Include="Properties\AssemblyInfo.cs" />
    164168    <Compile Include="ToolTipProvider.cs" />
     
    166170  <ItemGroup>
    167171    <None Include="HeuristicLab.snk" />
    168     <None Include="Properties\AssemblyInfo.frame" />
     172    <None Include="Properties\AssemblyInfo.cs.frame" />
    169173  </ItemGroup>
    170174  <ItemGroup>
     
    172176      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    173177      <Name>HeuristicLab.Common.Resources-3.3</Name>
    174   <Private>False</Private></ProjectReference>
     178      <Private>False</Private>
     179    </ProjectReference>
    175180    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj">
    176181      <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project>
    177182      <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name>
    178   <Private>False</Private></ProjectReference>
     183      <Private>False</Private>
     184    </ProjectReference>
    179185    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    180186      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    181187      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    182   <Private>False</Private></ProjectReference>
     188      <Private>False</Private>
     189    </ProjectReference>
    183190  </ItemGroup>
    184191  <ItemGroup>
     
    207214
    208215call PreBuildEvent.cmd
    209 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>
     216</PreBuildEvent>
    210217  </PropertyGroup>
    211218</Project>
Note: See TracChangeset for help on using the changeset viewer.