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.Persistence/3.3
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Persistence/3.3

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabPersistencePlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/Trunk/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r6832 r6833  
    5656    <ErrorReport>prompt</ErrorReport>
    5757    <WarningLevel>4</WarningLevel>
    58     <DocumentationFile></DocumentationFile>
     58    <DocumentationFile>
     59    </DocumentationFile>
    5960    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    6061    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     
    7677    <PlatformTarget>x64</PlatformTarget>
    7778    <ErrorReport>prompt</ErrorReport>
    78     <DocumentationFile></DocumentationFile>
     79    <DocumentationFile>
     80    </DocumentationFile>
    7981    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8082  </PropertyGroup>
     
    9597    <PlatformTarget>x86</PlatformTarget>
    9698    <ErrorReport>prompt</ErrorReport>
    97     <DocumentationFile></DocumentationFile>
     99    <DocumentationFile>
     100    </DocumentationFile>
    98101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    99102  </PropertyGroup>
     
    125128    <Compile Include="Auxiliary\TypeNameParser.cs" />
    126129    <Compile Include="Auxiliary\ReflectionTools.cs" />
    127     <None Include="HeuristicLabPersistencePlugin.cs.frame" />
     130    <None Include="Plugin.cs.frame" />
    128131    <Compile Include="Core\Configuration.cs" />
    129132    <Compile Include="Core\PersistenceException.cs" />
     
    213216    <Compile Include="Default\Xml\XmlString.cs" />
    214217    <Compile Include="Default\Xml\XmlFormat.cs" />
    215     <Compile Include="HeuristicLabPersistencePlugin.cs" />
    216218    <Compile Include="Core\Deserializer.cs" />
    217219    <Compile Include="Core\Tag.cs" />
     
    231233    <Compile Include="Core\Tokens\ReferenceToken.cs" />
    232234    <Compile Include="Core\Tokens\NullReferenceToken.cs" />
     235    <Compile Include="Plugin.cs" />
    233236    <Compile Include="Properties\AssemblyInfo.cs" />
    234237    <Compile Include="Core\Serializer.cs" />
     
    248251
    249252call PreBuildEvent.cmd
    250 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent>
     253</PreBuildEvent>
    251254    <PostBuildEvent>
    252255    </PostBuildEvent>
     
    255258    <None Include="app.config" />
    256259    <None Include="HeuristicLab.snk" />
    257     <None Include="Properties\AssemblyInfo.frame" />
     260    <None Include="Properties\AssemblyInfo.cs.frame" />
    258261    <None Include="Properties\Settings.settings">
    259262      <Generator>SettingsSingleFileGenerator</Generator>
     
    265268      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    266269      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    267   <Private>False</Private></ProjectReference>
     270      <Private>False</Private>
     271    </ProjectReference>
    268272    <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj">
    269273      <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    270274      <Name>HeuristicLab.Tracing-3.3</Name>
    271   <Private>False</Private></ProjectReference>
     275      <Private>False</Private>
     276    </ProjectReference>
    272277  </ItemGroup>
    273278  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.