<?xml version="1.0" encoding="utf-8"?> <Project Toolsversion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">Anycpu</Platform> <ProductVersion> </ProductVersion> <SchemaVersion> </SchemaVersion> <ProjectGuid>{491BBE68-181D-4A4D-BBDB-2558A2BCD988}</ProjectGuid> <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{F184B08F-C81C- 45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> <OutputType>Library</OutputType> <RootNamespace>Searching3D</RootNamespace> <AssemblyName>Searching3D</AssemblyName> <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> <TargetFrameworkVersion>v5.0</TargetFrameworkVersion> <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> <SilverlightApplication>true</SilverlightApplication> <SupportedCultures>zh-Hans</SupportedCultures> <XapOutputs>true</XapOutputs> <GenerateSilverlightManifest>true</GenerateSilverlightManifest> <XapFilename>Searching3D.xap</XapFilename> <SilverlightManifestTemplate>My Project \AppManifest.xml</SilverlightManifestTemplate> <SilverlightAppEntry>Searching3D.App</SilverlightAppEntry> <TestPageFileName>Searching3DTestPage.html</TestPageFileName> <CreateTestPage>true</CreateTestPage> <ValidateXaml>true</ValidateXaml> <EnableOutOfbrowser>true</EnableOutOfbrowser> <OutOfbrowserSettingsFile>My Project \OutOfbrowserSettings.xml</OutOfbrowserSettingsFile> <UsePlatformExtensions>false</UsePlatformExtensions> <ThrowErrorsInValidation>true</ThrowErrorsInValidation> <LinkedServerProject> </LinkedServerProject> <InbrowserSettingsFile>My Project \InbrowserSettings.xml</InbrowserSettingsFile> <RequireInbrowserElevation>true</RequireInbrowserElevation> </PropertyGroup> <!-- This property group is only here to support building this project using the MSBuild 3.5 toolset. In order to work correctly with this older toolset,it needs to set the TargetFrameworkVersion to v3.5 --> <PropertyGroup Condition="'$(MSBuildToolsversion)' == '3.5'"> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Anycpu' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <DefineDebug>true</DefineDebug> <DefineTrace>true</DefineTrace> <NoStdLib>true</NoStdLib> <NoConfig>true</NoConfig> <MyType>Empty</MyType> <OutputPath>Bin\Debug</OutputPath> <DocumentationFile>Searching3D.xml</DocumentationFile> <Nowarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</Nowarn> <DefineConstants>SILVERLIGHT=1</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Anycpu' "> <DebugType>pdbonly</DebugType> <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <NoStdLib>true</NoStdLib> <NoConfig>true</NoConfig> <Optimize>true</Optimize> <OutputPath>Bin\Release</OutputPath> <DocumentationFile>Searching3D.xml</DocumentationFile> <Nowarn>42016,42022</Nowarn> <DefineConstants>SILVERLIGHT=1</DefineConstants> </PropertyGroup> <PropertyGroup> <OptionExplicit>On</OptionExplicit> </PropertyGroup> <PropertyGroup> <OptionCompare>Binary</OptionCompare> </PropertyGroup> <PropertyGroup> <OptionStrict>Off</OptionStrict> </PropertyGroup> <PropertyGroup> <OptionInfer>On</OptionInfer> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.Xna.Framework" /> <Reference Include="Microsoft.Xna.Framework.Content,Version=1.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35,processorArchitecture=MSIL" /> <Reference Include="Microsoft.Xna.Framework.Graphics" /> <Reference Include="Microsoft.Xna.Framework.Graphics.Extensions,Version=5.0.5.0,processorArchitecture=MSIL" /> <Reference Include="Microsoft.Xna.Framework.Graphics.Shaders" /> <Reference Include="Microsoft.Xna.Framework.Math,processorArchitecture=MSIL" /> <Reference Include="Microsoft.Xna.Framework.Toolkit,PublicKeyToken=2c5c654d367bf4a7,processorArchitecture=MSIL" /> <Reference Include="mscorlib" /> <Reference Include="System.Windows" /> <Reference Include="system" /> <Reference Include="System.Core" /> <Reference Include="System.Net" /> <Reference Include="System.Windows.Xna" /> <Reference Include="System.Xml" /> <Reference Include="System.Windows.browser" /> </ItemGroup> <ItemGroup> <Import Include="Microsoft.VisualBasic" /> <Import Include="System" /> <Import Include="System.Linq" /> <Import Include="System.Collections.Generic" /> <Import Include="System.Xml" /> <Import Include="System.Net" /> <Import Include="System.Windows" /> <Import Include="System.Windows.Controls" /> <Import Include="System.Windows.Documents" /> <Import Include="System.Windows.Ink" /> <Import Include="System.Windows.Input" /> <Import Include="System.Windows.Media" /> <Import Include="System.Windows.Media.Animation" /> <Import Include="System.Windows.Shapes" /> </ItemGroup> <ItemGroup> <Compile Include="App.xaml.vb"> <DependentUpon>App.xaml</DependentUpon> </Compile> <Compile Include="MainPage.xaml.vb"> <DependentUpon>MainPage.xaml</DependentUpon> </Compile> <Compile Include="My Project\AssemblyInfo.vb" /> </ItemGroup> <ItemGroup> <ApplicationDeFinition Include="App.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </ApplicationDeFinition> <Page Include="MainPage.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> <ItemGroup> <None Include="My Project\AppManifest.xml" /> </ItemGroup> <ItemGroup> <None Include="My Project\OutOfbrowserSettings.xml" /> </ItemGroup> <ItemGroup> <None Include="My Project\InbrowserSettings.xml" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\ $(SilverlightVersion)\Microsoft.Silverlight.VisualBasic.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. <PropertyGroup>-->
<!--重点代码--> <XnaContentProject>..\Searching3DContent \Searching3DContent.contentproj</XnaContentProject> </PropertyGroup> <Target Name="BeforeBuild"> <MSBuild Projects="$(XnaContentProject)" Properties="XnaContentPipelineTargetPlatform=Windows;XnaContentPipelineTargetPro file=Reach" /> <CreateItem Include="$(XnaContentProject)"> <Output TaskParameter="Include" ItemName="XnaContentProjectItem" /> </CreateItem> <CreateProperty Value="%(XnaContentProjectItem.RelativeDir)"> <Output TaskParameter="Value" PropertyName="XnaContentProjectPath" /> </CreateProperty> <CreateItem Include="$(XnaContentProjectPath)cachefile*targetpath.txt"> <Output TaskParameter="Include" ItemName="XnaContentCacheFile" /> </CreateItem> <ReadLinesFromFile File="@(XnaContentCacheFile)" Condition="Exists(@ (XnaContentCacheFile))"> <Output TaskParameter="Lines" ItemName="XnaContentOutputs" /> </ReadLinesFromFile> <CreateItem Include="@(XnaContentOutputs->'$(XnaContentProjectPath)bin \Anycpu\$(Configuration)\%(Identity)')" AdditionalMetadata="Link=Content\ %(RelativeDir)%(Filename)%(Extension)"> <Output TaskParameter="Include" ItemName="Content" /> </CreateItem> </Target> <Target Name="AfterBuild"> </Target> <!--重点代码--> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> <SilverlightProjectProperties /> </FlavorProperties> </VisualStudio> </ProjectExtensions> </Project>
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。