Changeset 6833 for branches/Trunk/HeuristicLab.Tracing/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Tracing/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Tracing/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabTracingPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r6832 r6833 74 74 <PlatformTarget>x64</PlatformTarget> 75 75 <ErrorReport>prompt</ErrorReport> 76 <DocumentationFile></DocumentationFile> 76 <DocumentationFile> 77 </DocumentationFile> 77 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 79 </PropertyGroup> … … 93 94 <PlatformTarget>x86</PlatformTarget> 94 95 <ErrorReport>prompt</ErrorReport> 95 <DocumentationFile></DocumentationFile> 96 <DocumentationFile> 97 </DocumentationFile> 96 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 97 99 </PropertyGroup> … … 111 113 </ItemGroup> 112 114 <ItemGroup> 113 <None Include="HeuristicLabTracingPlugin.cs.frame" /> 114 <Compile Include="HeuristicLabTracingPlugin.cs" /> 115 <None Include="Plugin.cs.frame" /> 115 116 <Compile Include="Logger.cs" /> 117 <Compile Include="Plugin.cs" /> 116 118 <Compile Include="Properties\AssemblyInfo.cs" /> 117 119 </ItemGroup> … … 120 122 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 121 123 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 122 <Private>False</Private></ProjectReference> 124 <Private>False</Private> 125 </ProjectReference> 123 126 </ItemGroup> 124 127 <ItemGroup> … … 127 130 </None> 128 131 <None Include="HeuristicLab.snk" /> 129 <None Include="Properties\AssemblyInfo. frame" />132 <None Include="Properties\AssemblyInfo.cs.frame" /> 130 133 </ItemGroup> 131 134 <ItemGroup> … … 161 164 162 165 call PreBuildEvent.cmd 163 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent>166 </PreBuildEvent> 164 167 </PropertyGroup> 165 168 </Project>
Note: See TracChangeset
for help on using the changeset viewer.