Silverglobe.csproj
上传用户:huazai0421
上传日期:2008-05-30
资源大小:405k
文件大小:5k
源码类别:

SilverLight

开发平台:

C#

  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{3E2D25C6-58AE-4587-9DA9-C8F7A2A99550}</ProjectGuid>
  8.     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>SilverGlobe</RootNamespace>
  12.     <AssemblyName>SilverGlobe</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <SilverlightApplication>false</SilverlightApplication>
  15.     <ValidateXaml>true</ValidateXaml>
  16.     <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  17.     <FileUpgradeFlags>
  18.     </FileUpgradeFlags>
  19.     <OldToolsVersion>3.5</OldToolsVersion>
  20.     <UpgradeBackupLocation>
  21.     </UpgradeBackupLocation>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24.     <DebugSymbols>true</DebugSymbols>
  25.     <DebugType>full</DebugType>
  26.     <Optimize>false</Optimize>
  27.     <OutputPath>ClientBin</OutputPath>
  28.     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  29.     <NoStdLib>true</NoStdLib>
  30.     <NoConfig>true</NoConfig>
  31.     <ErrorReport>prompt</ErrorReport>
  32.     <WarningLevel>4</WarningLevel>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35.     <DebugType>pdbonly</DebugType>
  36.     <Optimize>true</Optimize>
  37.     <OutputPath>ClientBin</OutputPath>
  38.     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  39.     <NoStdLib>true</NoStdLib>
  40.     <NoConfig>true</NoConfig>
  41.     <ErrorReport>prompt</ErrorReport>
  42.     <WarningLevel>4</WarningLevel>
  43.   </PropertyGroup>
  44.   <ItemGroup>
  45.     <Compile Include="3DClipping.cs" />
  46.     <Compile Include="3DCorner.cs" />
  47.     <Compile Include="3DExtensions.cs" />
  48.     <Compile Include="3DMatrix3D.cs" />
  49.     <Compile Include="3DPoint3D.cs" />
  50.     <Compile Include="3DQuaternion.cs" />
  51.     <Compile Include="3DVector.cs" />
  52.     <Compile Include="3DVector3D.cs" />
  53.     <Compile Include="ControlEaseOutRotationController.cs" />
  54.     <Compile Include="ControlIPositionProvider.cs" />
  55.     <Compile Include="ControlMouseRotationController.cs" />
  56.     <Compile Include="ControlRotationController.cs" />
  57.     <Compile Include="ControlRotationMode.cs" />
  58.     <Compile Include="ControlSlerpController.cs" />
  59.     <Compile Include="DataContinentShape.cs" />
  60.     <Compile Include="DataCoordinates.cs" />
  61.     <Compile Include="DataGeoPosition.cs" />
  62.     <Compile Include="DataLocation.cs" />
  63.     <Compile Include="PropertiesAssemblyInfo.cs" />
  64.     <Compile Include="Globe.xaml.cs">
  65.       <DependentUpon>Globe.xaml</DependentUpon>
  66.     </Compile>
  67.     <Compile Include="WorldGlobe.xaml.cs">
  68.       <DependentUpon>WorldGlobe.xaml</DependentUpon>
  69.     </Compile>
  70.   </ItemGroup>
  71.   <ItemGroup>
  72.     <Page Include="Globe.xaml">
  73.       <Generator>MSBuild:Compile</Generator>
  74.       <SubType>Designer</SubType>
  75.     </Page>
  76.   </ItemGroup>
  77.   <ItemGroup>
  78.     <Page Include="WorldGlobe.xaml">
  79.       <SubType>Designer</SubType>
  80.       <Generator>MSBuild:Compile</Generator>
  81.     </Page>
  82.   </ItemGroup>
  83.   <ItemGroup>
  84.     <Reference Include="ESRI.ArcGIS.Client, Version=1.0.0.269, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
  85.       <SpecificVersion>False</SpecificVersion>
  86.       <HintPath>..DependenciesESRI.ArcGIS.Client.dll</HintPath>
  87.     </Reference>
  88.     <Reference Include="mscorlib" />
  89.     <Reference Include="system" />
  90.     <Reference Include="System.Core" />
  91.     <Reference Include="System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
  92.       <SpecificVersion>False</SpecificVersion>
  93.       <Private>True</Private>
  94.     </Reference>
  95.     <Reference Include="System.Windows" />
  96.   </ItemGroup>
  97.   <Import Project="$(MSBuildExtensionsPath32)MicrosoftSilverlightv3.0Microsoft.Silverlight.CSharp.targets" Condition="" />
  98.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  99.        Other similar extension points exist, see Microsoft.Common.targets.
  100.   <Target Name="BeforeBuild">
  101.   </Target>
  102.   <Target Name="AfterBuild">
  103.   </Target>
  104.   -->
  105.   <ProjectExtensions>
  106.     <VisualStudio>
  107.       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  108.         <SilverlightProjectProperties />
  109.       </FlavorProperties>
  110.     </VisualStudio>
  111.   </ProjectExtensions>
  112. </Project>