Changeset 6866 for trunk/sources/HeuristicLab.Persistence
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 deleted
- 4 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.Persistence
- Property svn:mergeinfo changed
/branches/Trunk/HeuristicLab.Persistence (added) merged: 6829,6831-6833,6842,6845,6865
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Persistence/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabPersistencePlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r6342 r6866 43 43 <DebugType>full</DebugType> 44 44 <Optimize>false</Optimize> 45 <OutputPath> bin\Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 46 46 <DefineConstants>TRACE;DEBUG</DefineConstants> 47 47 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> bin\Release\</OutputPath>54 <OutputPath>$(SolutionDir)\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> 57 57 <WarningLevel>4</WarningLevel> 58 <DocumentationFile>bin\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 59 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 60 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 62 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 63 64 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> bin\x64\Debug\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</OutputPath> 65 66 <DefineConstants>TRACE;DEBUG</DefineConstants> 66 67 <DebugType>full</DebugType> … … 70 71 </PropertyGroup> 71 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 72 <OutputPath> bin\x64\Release\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 74 <DefineConstants>TRACE</DefineConstants> 74 75 <Optimize>true</Optimize> … … 76 77 <PlatformTarget>x64</PlatformTarget> 77 78 <ErrorReport>prompt</ErrorReport> 78 <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile> 79 <DocumentationFile> 80 </DocumentationFile> 79 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 80 82 </PropertyGroup> 81 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 82 84 <DebugSymbols>true</DebugSymbols> 83 <OutputPath> bin\x86\Debug\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 84 86 <DefineConstants>TRACE;DEBUG</DefineConstants> 85 87 <DebugType>full</DebugType> … … 89 91 </PropertyGroup> 90 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 91 <OutputPath> bin\x86\Release\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 92 94 <DefineConstants>TRACE</DefineConstants> 93 95 <Optimize>true</Optimize> … … 95 97 <PlatformTarget>x86</PlatformTarget> 96 98 <ErrorReport>prompt</ErrorReport> 97 <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile> 99 <DocumentationFile> 100 </DocumentationFile> 98 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 99 102 </PropertyGroup> … … 125 128 <Compile Include="Auxiliary\TypeNameParser.cs" /> 126 129 <Compile Include="Auxiliary\ReflectionTools.cs" /> 127 <None Include=" HeuristicLabPersistencePlugin.cs.frame" />130 <None Include="Plugin.cs.frame" /> 128 131 <Compile Include="Core\Configuration.cs" /> 129 132 <Compile Include="Core\PersistenceException.cs" /> … … 213 216 <Compile Include="Default\Xml\XmlString.cs" /> 214 217 <Compile Include="Default\Xml\XmlFormat.cs" /> 215 <Compile Include="HeuristicLabPersistencePlugin.cs" />216 218 <Compile Include="Core\Deserializer.cs" /> 217 219 <Compile Include="Core\Tag.cs" /> … … 231 233 <Compile Include="Core\Tokens\ReferenceToken.cs" /> 232 234 <Compile Include="Core\Tokens\NullReferenceToken.cs" /> 235 <Compile Include="Plugin.cs" /> 233 236 <Compile Include="Properties\AssemblyInfo.cs" /> 234 237 <Compile Include="Core\Serializer.cs" /> … … 248 251 249 252 call PreBuildEvent.cmd 250 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent>253 </PreBuildEvent> 251 254 <PostBuildEvent> 252 255 </PostBuildEvent> … … 255 258 <None Include="app.config" /> 256 259 <None Include="HeuristicLab.snk" /> 257 <None Include="Properties\AssemblyInfo. frame" />260 <None Include="Properties\AssemblyInfo.cs.frame" /> 258 261 <None Include="Properties\Settings.settings"> 259 262 <Generator>SettingsSingleFileGenerator</Generator> … … 265 268 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 266 269 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 270 <Private>False</Private> 267 271 </ProjectReference> 268 272 <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj"> 269 273 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project> 270 274 <Name>HeuristicLab.Tracing-3.3</Name> 275 <Private>False</Private> 271 276 </ProjectReference> 272 277 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.