- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Operators.Views.GraphVisualization/3.3
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj
r6832 r6833 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile></DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> … … 73 74 <PlatformTarget>x86</PlatformTarget> 74 75 <ErrorReport>prompt</ErrorReport> 75 <DocumentationFile></DocumentationFile> 76 <DocumentationFile> 77 </DocumentationFile> 76 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 79 </PropertyGroup> … … 92 94 <PlatformTarget>x64</PlatformTarget> 93 95 <ErrorReport>prompt</ErrorReport> 94 <DocumentationFile></DocumentationFile> 96 <DocumentationFile> 97 </DocumentationFile> 95 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 99 </PropertyGroup> … … 112 115 </ItemGroup> 113 116 <ItemGroup> 114 <Compile Include="HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs" />115 117 <Compile Include="OperatorGraphVisualization\OperatorShape.cs" /> 116 118 <Compile Include="OperatorGraphVisualization\OperatorShapeInfoFactory.cs" /> 119 <Compile Include="Plugin.cs" /> 117 120 <Compile Include="Properties\AssemblyInfo.cs" /> 118 121 </ItemGroup> 119 122 <ItemGroup> 120 123 <None Include="HeuristicLab.snk" /> 121 <None Include=" HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs.frame" />122 <None Include="Properties\AssemblyInfo. frame" />124 <None Include="Plugin.cs.frame" /> 125 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 126 <Compile Include="General\GraphVisualizationInfo.cs" /> 124 127 <Compile Include="General\ConnectionInfo.cs" /> … … 140 143 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 141 144 <Name>HeuristicLab.Collections-3.3</Name> 142 <Private>False</Private></ProjectReference> 145 <Private>False</Private> 146 </ProjectReference> 143 147 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 144 148 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 145 149 <Name>HeuristicLab.Common-3.3</Name> 146 <Private>False</Private></ProjectReference> 150 <Private>False</Private> 151 </ProjectReference> 147 152 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 148 153 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 149 154 <Name>HeuristicLab.Core-3.3</Name> 150 <Private>False</Private></ProjectReference> 155 <Private>False</Private> 156 </ProjectReference> 151 157 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 152 158 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 153 159 <Name>HeuristicLab.Operators-3.3</Name> 154 <Private>False</Private></ProjectReference> 160 <Private>False</Private> 161 </ProjectReference> 155 162 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 156 163 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 157 164 <Name>HeuristicLab.Persistence-3.3</Name> 158 <Private>False</Private></ProjectReference> 165 <Private>False</Private> 166 </ProjectReference> 159 167 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 160 168 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 161 169 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 162 <Private>False</Private></ProjectReference> 170 <Private>False</Private> 171 </ProjectReference> 163 172 </ItemGroup> 164 173 <ItemGroup> … … 194 203 195 204 call PreBuildEvent.cmd 196 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs"</PreBuildEvent>205 </PreBuildEvent> 197 206 </PropertyGroup> 198 207 </Project>
Note: See TracChangeset
for help on using the changeset viewer.