[mapguide-commits] r4848 - in sandbox/maestro-2.5/Thirdparty/SharpDevelop: ICSharpCode.Core ICSharpCode.Core.WinForms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 11 05:21:33 EDT 2010


Author: jng
Date: 2010-05-11 05:21:32 -0400 (Tue, 11 May 2010)
New Revision: 4848

Removed:
   sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj.user
Modified:
   sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms/
   sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms/ICSharpCode.Core.WinForms.csproj
   sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/
   sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj
Log:
Fix some build settings as a result of using only a subset of the full SharpDevelop source


Property changes on: sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core
___________________________________________________________________
Added: svn:ignore
   + bin
obj


Modified: sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj
===================================================================
--- sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj	2010-05-11 09:13:32 UTC (rev 4847)
+++ sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj	2010-05-11 09:21:32 UTC (rev 4848)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.50215</ProductVersion>
+    <ProductVersion>9.0.21022</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</ProjectGuid>
     <RootNamespace>ICSharpCode.Core</RootNamespace>
@@ -12,7 +12,7 @@
     <NoConfig>False</NoConfig>
     <OutputType>Library</OutputType>
     <SignAssembly>true</SignAssembly>
-    <AssemblyOriginatorKeyFile>..\..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile>
+    <AssemblyOriginatorKeyFile>..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile>
     <BaseAddress>83886080</BaseAddress>
     <RunPostBuildEvent>Always</RunPostBuildEvent>
     <DelaySign>False</DelaySign>
@@ -25,18 +25,19 @@
     <DebugSymbols>true</DebugSymbols>
     <Optimize>False</Optimize>
     <DebugType>Full</DebugType>
-    <DocumentationFile>..\..\..\..\bin\ICSharpCode.Core.xml</DocumentationFile>
+    <DocumentationFile>
+    </DocumentationFile>
     <NoWarn>1591</NoWarn>
     <DefineConstants>DEBUG</DefineConstants>
     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
-    <OutputPath>..\..\..\..\bin\</OutputPath>
+    <OutputPath>bin\Debug\</OutputPath>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>False</DebugSymbols>
     <Optimize>True</Optimize>
     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
-    <OutputPath>..\..\..\..\bin\</OutputPath>
+    <OutputPath>bin\Release\</OutputPath>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
@@ -50,6 +51,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\GlobalAssemblyInfo.cs">
+      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Configuration\AssemblyInfo.cs" />
     <Compile Include="Src\AddInTree\AddIn\AddIn.cs" />
     <Compile Include="Src\AddInTree\AddIn\AddInLoadException.cs" />
@@ -110,22 +114,18 @@
     <Compile Include="Src\AddInTree\CoreStartup.cs" />
     <Compile Include="Src\AddInTree\AddInManager.cs" />
     <Compile Include="Src\AddInTree\AddIn\DefaultDoozers\StringDoozer.cs" />
-    <Compile Include="..\..\GlobalAssemblyInfo.cs">
-      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
-    </Compile>
     <Compile Include="Src\Util\AppDomainLaunchHelper.cs" />
     <Compile Include="Src\AddInTree\AddIn\DefaultDoozers\ToolBarItem\AbstractTextBoxCommand.cs" />
     <Compile Include="Src\AddInTree\AddIn\DefaultDoozers\ToolBarItem\ITextBoxCommand.cs" />
   </ItemGroup>
   <ItemGroup>
-    <Folder Include="Src\Services\LoggingService" />
-    <Folder Include="Src\Services\ResourceService" />
     <Content Include="..\..\..\..\data\schemas\AddIn.xsd">
       <Link>Src\AddInTree\AddIn\AddIn.xsd</Link>
     </Content>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PreBuildEvent>..\src\Tools\UpdateAssemblyInfo\bin\Debug\UpdateAssemblyInfo.exe</PreBuildEvent>
+    <PreBuildEvent>
+    </PreBuildEvent>
   </PropertyGroup>
 </Project>
\ No newline at end of file

Deleted: sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj.user
===================================================================
--- sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj.user	2010-05-11 09:13:32 UTC (rev 4847)
+++ sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core/ICSharpCode.Core.csproj.user	2010-05-11 09:21:32 UTC (rev 4848)
@@ -1,7 +0,0 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <LastOpenVersion>8.0.50215</LastOpenVersion>
-    <ProjectView>ShowAllFiles</ProjectView>
-    <ProjectTrust>0</ProjectTrust>
-  </PropertyGroup>
-</Project>
\ No newline at end of file


Property changes on: sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms
___________________________________________________________________
Added: svn:ignore
   + bin
obj


Modified: sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms/ICSharpCode.Core.WinForms.csproj
===================================================================
--- sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms/ICSharpCode.Core.WinForms.csproj	2010-05-11 09:13:32 UTC (rev 4847)
+++ sandbox/maestro-2.5/Thirdparty/SharpDevelop/ICSharpCode.Core.WinForms/ICSharpCode.Core.WinForms.csproj	2010-05-11 09:21:32 UTC (rev 4848)
@@ -39,6 +39,12 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <FileAlignment>4096</FileAlignment>
   </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <OutputPath>bin\Debug\</OutputPath>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <OutputPath>bin\Release\</OutputPath>
+  </PropertyGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
   <ItemGroup>
     <Reference Include="System" />
@@ -52,40 +58,68 @@
     </Compile>
     <Compile Include="Menu\IStatusUpdate.cs" />
     <Compile Include="Menu\ISubmenuBuilder.cs" />
-    <Compile Include="Menu\Menu.cs" />
-    <Compile Include="Menu\MenuCheckBox.cs" />
-    <Compile Include="Menu\MenuCommand.cs" />
-    <Compile Include="Menu\MenuSeparator.cs" />
+    <Compile Include="Menu\Menu.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="Menu\MenuCheckBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="Menu\MenuCommand.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="Menu\MenuSeparator.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="Menu\MenuService.cs" />
-    <Compile Include="MessageService\CustomDialog.cs" />
-    <Compile Include="MessageService\InputBox.cs" />
-    <Compile Include="MessageService\SaveErrorChooseDialog.cs" />
-    <Compile Include="MessageService\SaveErrorInformDialog.cs" />
+    <Compile Include="MessageService\CustomDialog.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="MessageService\InputBox.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="MessageService\SaveErrorChooseDialog.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="MessageService\SaveErrorInformDialog.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Include="MessageService\WinFormsMessageService.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="ToolBar\ToolBarCheckBox.cs" />
-    <Compile Include="ToolBar\ToolBarComboBox.cs" />
-    <Compile Include="ToolBar\ToolBarCommand.cs" />
-    <Compile Include="ToolBar\ToolBarDropDownButton.cs" />
-    <Compile Include="ToolBar\ToolBarLabel.cs" />
-    <Compile Include="ToolBar\ToolBarSeparator.cs" />
+    <Compile Include="ToolBar\ToolBarCheckBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarComboBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarCommand.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarDropDownButton.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarLabel.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarSeparator.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="ToolBar\ToolBarService.cs" />
-    <Compile Include="ToolBar\ToolBarSplitButton.cs" />
-    <Compile Include="ToolBar\ToolBarTextBox.cs" />
+    <Compile Include="ToolBar\ToolBarSplitButton.cs">
+      <SubType>Component</SubType>
+    </Compile>
+    <Compile Include="ToolBar\ToolBarTextBox.cs">
+      <SubType>Component</SubType>
+    </Compile>
     <Compile Include="Util\ClipboardWrapper.cs" />
     <Compile Include="Util\NativeMethods.cs" />
     <Compile Include="Util\RightToLeftConverter.cs" />
     <Compile Include="WinFormsResourceService.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\Core\Project\ICSharpCode.Core.csproj">
+    <ProjectReference Include="..\ICSharpCode.Core\ICSharpCode.Core.csproj">
       <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
       <Name>ICSharpCode.Core</Name>
       <Private>False</Private>
     </ProjectReference>
-    <Folder Include="Menu" />
-    <Folder Include="MessageService" />
-    <Folder Include="ToolBar" />
-    <Folder Include="Util" />
   </ItemGroup>
 </Project>
\ No newline at end of file



More information about the mapguide-commits mailing list