Saturday, December 13, 2008

Urine Detection Of Ativan

Migrating from XNA 3.0 CTP to XNA 3.0 (Stable Version)

With the release of version 3.0 stable XNA a problem to run applications that were designed under the XNA 3.0 CTP (BETA version). This is because the project is created (the. Csproj in Visual Studio) has within command lines that refer to a CTP extensions.

order to run our project is to do the following:

  • Open the folder containing your project and locate the project file with the extension. Csproj
  • Once you find him, open it with Notepad or any plain text editor.
  • Find the following lines of command are usually the last file.

\u0026lt;import Project="$(MSBuildBinPath)\\Microsoft.CSharp.targets" />

\u0026lt;Import Project = "$ (MSBuildExtensionsPath) \\ Microsoft \\ XNA Game Studio \\ v3.0 \\ Microsoft. Xna.GameStudio.Common.targets "/>

\u0026lt;import Studio\\v3.0\\Microsoft.Xna.GameStudio.NestedContent.targets" /> Project="$(MSBuildExtensionsPath)\\Microsoft\\XNA Game

  • then replaced by the following lines:

\u0026lt;import Project="$(MSBuildBinPath)\\Microsoft.CSharp.targets" />

\u0026lt;Import Project = "$ (MSBuildExtensionsPath ) \\ Microsoft \\ XNA Game Studio \\ Microsoft.Xna.GameStudio.targets "/>

  • ready Save the file and the project is ready to be compiled and run.

Greetings!

0 comments:

Post a Comment