Changeset 6833 for branches/Trunk/HeuristicLab.MainForm.WindowsForms/3.3
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.MainForm.WindowsForms/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.MainForm.WindowsForms/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-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>x64</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>x86</PlatformTarget> 93 95 <ErrorReport>prompt</ErrorReport> 94 <DocumentationFile></DocumentationFile> 96 <DocumentationFile> 97 </DocumentationFile> 95 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 99 </PropertyGroup> … … 119 122 <DependentUpon>DragOverTabControl.cs</DependentUpon> 120 123 </Compile> 124 <Compile Include="Plugin.cs" /> 121 125 <Compile Include="Views\AsynchronousContentView.cs"> 122 126 <SubType>UserControl</SubType> … … 131 135 <DependentUpon>ContentView.cs</DependentUpon> 132 136 </Compile> 133 <None Include=" HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />137 <None Include="Plugin.cs.frame" /> 134 138 <Compile Include="Controls\ControlExtensions.cs" /> 135 139 <Compile Include="MainForms\DockForm.cs"> … … 157 161 <DependentUpon>DocumentForm.cs</DependentUpon> 158 162 </Compile> 159 <Compile Include="HeuristicLabMainFormWindowsFormsPlugin.cs" />160 163 <Compile Include="MainForms\MainForm.cs"> 161 164 <SubType>Form</SubType> … … 200 203 <ItemGroup> 201 204 <None Include="HeuristicLab.snk" /> 202 <None Include="Properties\AssemblyInfo. frame" />205 <None Include="Properties\AssemblyInfo.cs.frame" /> 203 206 </ItemGroup> 204 207 <ItemGroup> … … 206 209 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 207 210 <Name>HeuristicLab.Common.Resources-3.3</Name> 208 <Private>False</Private></ProjectReference> 211 <Private>False</Private> 212 </ProjectReference> 209 213 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 210 214 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 211 215 <Name>HeuristicLab.Common-3.3</Name> 212 <Private>False</Private></ProjectReference> 216 <Private>False</Private> 217 </ProjectReference> 213 218 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1.csproj"> 214 219 <Project>{678E2145-8152-4E19-9646-07D439D00301}</Project> 215 220 <Name>HeuristicLab.WinFormsUI-2.3.1 %28HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\HeuristicLab.WinFormsUI-2.3.1\HeuristicLab.WinFormsUI-2.3.1%29</Name> 216 <Private>False</Private></ProjectReference> 221 <Private>False</Private> 222 </ProjectReference> 217 223 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj"> 218 224 <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project> 219 225 <Name>WinFormsUI-2.3.1</Name> 220 <Private>False</Private></ProjectReference> 226 <Private>False</Private> 227 </ProjectReference> 221 228 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 222 229 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 223 230 <Name>HeuristicLab.MainForm-3.3</Name> 224 <Private>False</Private></ProjectReference> 231 <Private>False</Private> 232 </ProjectReference> 225 233 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 226 234 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 227 235 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 228 <Private>False</Private></ProjectReference> 236 <Private>False</Private> 237 </ProjectReference> 229 238 </ItemGroup> 230 239 <ItemGroup> … … 260 269 261 270 call PreBuildEvent.cmd 262 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>271 </PreBuildEvent> 263 272 </PropertyGroup> 264 273 </Project>
Note: See TracChangeset
for help on using the changeset viewer.