NetworkStateManagementContent.contentproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{5E2F601C-A919-414A-AECD-CD1F837F9465}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  11. <PlatformTarget>x86</PlatformTarget>
  12. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <ContentRootDirectory>Content</ContentRootDirectory>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  32. <XnaPlatform>Windows</XnaPlatform>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  36. <XnaPlatform>Windows</XnaPlatform>
  37. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="gamefont.spritefont">
  41. <Name>gamefont</Name>
  42. <Importer>FontDescriptionImporter</Importer>
  43. <Processor>FontDescriptionProcessor</Processor>
  44. </Compile>
  45. <Compile Include="menufont.spritefont">
  46. <Name>menufont</Name>
  47. <Importer>FontDescriptionImporter</Importer>
  48. <Processor>FontDescriptionProcessor</Processor>
  49. </Compile>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="background.png">
  53. <Name>background</Name>
  54. <Importer>TextureImporter</Importer>
  55. <Processor>TextureProcessor</Processor>
  56. </Compile>
  57. <Compile Include="blank.png">
  58. <Name>blank</Name>
  59. <Importer>TextureImporter</Importer>
  60. <Processor>TextureProcessor</Processor>
  61. </Compile>
  62. <Compile Include="gradient.png">
  63. <Name>gradient</Name>
  64. <Importer>TextureImporter</Importer>
  65. <Processor>TextureProcessor</Processor>
  66. </Compile>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="cat.tga">
  70. <Name>cat</Name>
  71. <Importer>TextureImporter</Importer>
  72. <Processor>TextureProcessor</Processor>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="chat_able.png">
  77. <Name>chat_able</Name>
  78. <Importer>TextureImporter</Importer>
  79. <Processor>TextureProcessor</Processor>
  80. </Compile>
  81. <Compile Include="chat_mute.png">
  82. <Name>chat_mute</Name>
  83. <Importer>TextureImporter</Importer>
  84. <Processor>TextureProcessor</Processor>
  85. </Compile>
  86. <Compile Include="chat_ready.png">
  87. <Name>chat_ready</Name>
  88. <Importer>TextureImporter</Importer>
  89. <Processor>TextureProcessor</Processor>
  90. </Compile>
  91. <Compile Include="chat_talking.png">
  92. <Name>chat_talking</Name>
  93. <Importer>TextureImporter</Importer>
  94. <Processor>TextureProcessor</Processor>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  99. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  100. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86" />
  101. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86" />
  102. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86" />
  103. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  104. <Private>False</Private>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  109. <Visible>False</Visible>
  110. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  116. <Install>false</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5 SP1</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  124. <Visible>False</Visible>
  125. <ProductName>Windows Installer 3.1</ProductName>
  126. <Install>true</Install>
  127. </BootstrapperPackage>
  128. </ItemGroup>
  129. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>