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

Legend:

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

    • Property svn:ignore
      •  

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

    r6832 r6833  
    5454    <ErrorReport>prompt</ErrorReport>
    5555    <WarningLevel>4</WarningLevel>
    56     <DocumentationFile></DocumentationFile>
     56    <DocumentationFile>
     57    </DocumentationFile>
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5859  </PropertyGroup>
     
    6970    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    7071    <DefineConstants>TRACE</DefineConstants>
    71     <DocumentationFile></DocumentationFile>
     72    <DocumentationFile>
     73    </DocumentationFile>
    7274    <Optimize>true</Optimize>
    7375    <DebugType>pdbonly</DebugType>
     
    8890    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8991    <DefineConstants>TRACE</DefineConstants>
    90     <DocumentationFile></DocumentationFile>
     92    <DocumentationFile>
     93    </DocumentationFile>
    9194    <Optimize>true</Optimize>
    9295    <DebugType>pdbonly</DebugType>
     
    110113  </ItemGroup>
    111114  <ItemGroup>
    112     <None Include="HeuristicLabCollectionsPlugin.cs.frame" />
     115    <None Include="Plugin.cs.frame" />
    113116    <Compile Include="INotifyObservableListItemsChanged.cs" />
    114117    <Compile Include="INotifyObservableKeyedCollectionItemsChanged.cs" />
     
    116119    <Compile Include="INotifyObservableCollectionItemsChanged.cs" />
    117120    <Compile Include="INotifyObservableArrayItemsChanged.cs" />
     121    <Compile Include="Plugin.cs" />
    118122    <Compile Include="ReadOnlyObservableArray.cs" />
    119123    <Compile Include="ObservableArray.cs" />
     
    140144    <Compile Include="CollectionItemsChangedEventArgs.cs" />
    141145    <Compile Include="CollectionItemsChangedEventHandler.cs" />
    142     <Compile Include="HeuristicLabCollectionsPlugin.cs" />
    143146    <Compile Include="ObservableDictionary.cs" />
    144147    <Compile Include="Properties\AssemblyInfo.cs" />
     
    146149  <ItemGroup>
    147150    <None Include="HeuristicLab.snk" />
    148     <None Include="Properties\AssemblyInfo.frame" />
     151    <None Include="Properties\AssemblyInfo.cs.frame" />
    149152  </ItemGroup>
    150153  <ItemGroup>
     
    152155      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    153156      <Name>HeuristicLab.Persistence-3.3</Name>
    154   <Private>False</Private></ProjectReference>
     157      <Private>False</Private>
     158    </ProjectReference>
    155159    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    156160      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    157161      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    158   <Private>False</Private></ProjectReference>
     162      <Private>False</Private>
     163    </ProjectReference>
    159164  </ItemGroup>
    160165  <ItemGroup>
     
    190195
    191196call PreBuildEvent.cmd
    192 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs"</PreBuildEvent>
     197</PreBuildEvent>
    193198  </PropertyGroup>
    194199</Project>
Note: See TracChangeset for help on using the changeset viewer.