Changeset 6866 for trunk/sources/HeuristicLab.Collections
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Collections/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabCollectionsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj
r5163 r6866 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Collections-3.3.XML</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x64\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 69 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x64\Release\HeuristicLab.Collections-3.3.XML</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 78 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x86\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 84 <DebugType>full</DebugType> … … 86 88 </PropertyGroup> 87 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 88 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x86\Release\HeuristicLab.Collections-3.3.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 110 113 </ItemGroup> 111 114 <ItemGroup> 112 <None Include=" HeuristicLabCollectionsPlugin.cs.frame" />115 <None Include="Plugin.cs.frame" /> 113 116 <Compile Include="INotifyObservableListItemsChanged.cs" /> 114 117 <Compile Include="INotifyObservableKeyedCollectionItemsChanged.cs" /> … … 116 119 <Compile Include="INotifyObservableCollectionItemsChanged.cs" /> 117 120 <Compile Include="INotifyObservableArrayItemsChanged.cs" /> 121 <Compile Include="Plugin.cs" /> 118 122 <Compile Include="ReadOnlyObservableArray.cs" /> 119 123 <Compile Include="ObservableArray.cs" /> … … 140 144 <Compile Include="CollectionItemsChangedEventArgs.cs" /> 141 145 <Compile Include="CollectionItemsChangedEventHandler.cs" /> 142 <Compile Include="HeuristicLabCollectionsPlugin.cs" />143 146 <Compile Include="ObservableDictionary.cs" /> 144 147 <Compile Include="Properties\AssemblyInfo.cs" /> … … 146 149 <ItemGroup> 147 150 <None Include="HeuristicLab.snk" /> 148 <None Include="Properties\AssemblyInfo. frame" />151 <None Include="Properties\AssemblyInfo.cs.frame" /> 149 152 </ItemGroup> 150 153 <ItemGroup> … … 152 155 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 153 156 <Name>HeuristicLab.Persistence-3.3</Name> 157 <Private>False</Private> 154 158 </ProjectReference> 155 159 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 156 160 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 157 161 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 162 <Private>False</Private> 158 163 </ProjectReference> 159 164 </ItemGroup> … … 190 195 191 196 call PreBuildEvent.cmd 192 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs"</PreBuildEvent>197 </PreBuildEvent> 193 198 </PropertyGroup> 194 199 </Project>
Note: See TracChangeset
for help on using the changeset viewer.