Silverglobe.csproj
上传用户:huazai0421
上传日期:2008-05-30
资源大小:405k
文件大小:5k
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3E2D25C6-58AE-4587-9DA9-C8F7A2A99550}</ProjectGuid>
- <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SilverGlobe</RootNamespace>
- <AssemblyName>SilverGlobe</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <SilverlightApplication>false</SilverlightApplication>
- <ValidateXaml>true</ValidateXaml>
- <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>ClientBin</OutputPath>
- <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>ClientBin</OutputPath>
- <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="3DClipping.cs" />
- <Compile Include="3DCorner.cs" />
- <Compile Include="3DExtensions.cs" />
- <Compile Include="3DMatrix3D.cs" />
- <Compile Include="3DPoint3D.cs" />
- <Compile Include="3DQuaternion.cs" />
- <Compile Include="3DVector.cs" />
- <Compile Include="3DVector3D.cs" />
- <Compile Include="ControlEaseOutRotationController.cs" />
- <Compile Include="ControlIPositionProvider.cs" />
- <Compile Include="ControlMouseRotationController.cs" />
- <Compile Include="ControlRotationController.cs" />
- <Compile Include="ControlRotationMode.cs" />
- <Compile Include="ControlSlerpController.cs" />
- <Compile Include="DataContinentShape.cs" />
- <Compile Include="DataCoordinates.cs" />
- <Compile Include="DataGeoPosition.cs" />
- <Compile Include="DataLocation.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="Globe.xaml.cs">
- <DependentUpon>Globe.xaml</DependentUpon>
- </Compile>
- <Compile Include="WorldGlobe.xaml.cs">
- <DependentUpon>WorldGlobe.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Page Include="Globe.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Page Include="WorldGlobe.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="ESRI.ArcGIS.Client, Version=1.0.0.269, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..DependenciesESRI.ArcGIS.Client.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib" />
- <Reference Include="system" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Windows" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath32)MicrosoftSilverlightv3.0Microsoft.Silverlight.CSharp.targets" Condition="" />
- <!-- 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.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- </Project>