[mapguide-commits] r5281 - sandbox/maestro-3.0/MaestroFsPreview

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 13 04:12:24 EDT 2010


Author: jng
Date: 2010-10-13 01:12:24 -0700 (Wed, 13 Oct 2010)
New Revision: 5281

Added:
   sandbox/maestro-3.0/MaestroFsPreview/MapGuide Maestro.ico
Modified:
   sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj
Log:
3.0 sandbox changes:
 - Remove superfluous invalid assembly references caused by downgrading from a fx 3.5 project to a fx 2.0 one
 - Set icon for MaestroFsPreview.exe

Modified: sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj
===================================================================
--- sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj	2010-10-13 08:06:38 UTC (rev 5280)
+++ sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj	2010-10-13 08:12:24 UTC (rev 5281)
@@ -14,6 +14,7 @@
     <FileAlignment>512</FileAlignment>
     <TargetFrameworkSubset>
     </TargetFrameworkSubset>
+    <ApplicationIcon>MapGuide Maestro.ico</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -46,14 +47,7 @@
       <HintPath>..\OSGeo.MapGuide.MaestroAPI\bin\Debug\OSGeo.MapGuide.MaestroAPI.dll</HintPath>
     </Reference>
     <Reference Include="System" />
-    <Reference Include="System.Xml.Linq">
-      <RequiredTargetFramework>3.5</RequiredTargetFramework>
-    </Reference>
-    <Reference Include="System.Data.DataSetExtensions">
-      <RequiredTargetFramework>3.5</RequiredTargetFramework>
-    </Reference>
     <Reference Include="System.Data" />
-    <Reference Include="System.Deployment" />
     <Reference Include="System.Drawing" />
     <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Xml" />
@@ -100,6 +94,9 @@
       <Name>Maestro.Login</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="MapGuide Maestro.ico" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

Added: sandbox/maestro-3.0/MaestroFsPreview/MapGuide Maestro.ico
===================================================================
(Binary files differ)


Property changes on: sandbox/maestro-3.0/MaestroFsPreview/MapGuide Maestro.ico
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the mapguide-commits mailing list