- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Persistence/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Persistence/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabPersistencePlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r6832 r6833 56 56 <ErrorReport>prompt</ErrorReport> 57 57 <WarningLevel>4</WarningLevel> 58 <DocumentationFile></DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 59 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 60 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 76 77 <PlatformTarget>x64</PlatformTarget> 77 78 <ErrorReport>prompt</ErrorReport> 78 <DocumentationFile></DocumentationFile> 79 <DocumentationFile> 80 </DocumentationFile> 79 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 80 82 </PropertyGroup> … … 95 97 <PlatformTarget>x86</PlatformTarget> 96 98 <ErrorReport>prompt</ErrorReport> 97 <DocumentationFile></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> 267 <Private>False</Private></ProjectReference> 270 <Private>False</Private> 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> 271 <Private>False</Private></ProjectReference> 275 <Private>False</Private> 276 </ProjectReference> 272 277 </ItemGroup> 273 278 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.