<?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;XnaContentPipelineTargetProfile=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>总结
以上是内存溢出为你收集整理的Silverlight3D VB实现全部内容,希望文章能够帮你解决Silverlight3D VB实现所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)