LocalizationWindows.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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>{BC6627D8-6870-406A-87BD-C64342EB2808}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Localization</RootNamespace>
  11. <AssemblyName>Localization</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</XnaPlatform>
  15. <XnaCrossPlatformGroupID>5cd970a4-94ee-4a53-82a0-421252972abf</XnaCrossPlatformGroupID>
  16. <ApplicationIcon>Game.ico</ApplicationIcon>
  17. <Thumbnail>Localization.png</Thumbnail>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <XnaUpgrade>
  20. </XnaUpgrade>
  21. <XnaOutputType>Game</XnaOutputType>
  22. <XnaProfile>Reach</XnaProfile>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <PublishUrl>publish\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\x86\Debug</OutputPath>
  49. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <NoStdLib>true</NoStdLib>
  53. <UseVSHostingProcess>false</UseVSHostingProcess>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <XnaCompressContent>false</XnaCompressContent>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  59. <DebugType>pdbonly</DebugType>
  60. <Optimize>true</Optimize>
  61. <OutputPath>bin\x86\Release</OutputPath>
  62. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <NoStdLib>true</NoStdLib>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <XnaCompressContent>True</XnaCompressContent>
  69. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="Microsoft.Xna.Framework.Avatar, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  79. <Private>False</Private>
  80. </Reference>
  81. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="Microsoft.Xna.Framework.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  91. <Private>False</Private>
  92. </Reference>
  93. <Reference Include="Microsoft.Xna.Framework.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="Microsoft.Xna.Framework.Video, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="mscorlib">
  103. <Private>False</Private>
  104. </Reference>
  105. <Reference Include="System">
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="System.Xml">
  109. <Private>False</Private>
  110. </Reference>
  111. <Reference Include="System.Core">
  112. <Private>False</Private>
  113. </Reference>
  114. <Reference Include="System.Xml.Linq">
  115. <Private>False</Private>
  116. </Reference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="LocalizationGame.cs" />
  121. <Compile Include="Strings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Strings.resx</DependentUpon>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Content Include="Game.ico" />
  129. <Content Include="Localization.png" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <NestedContentProject Include="Content\Content.contentproj">
  133. <Project>efb4d604-6a08-4009-881a-3b0db5493c22</Project>
  134. <Visible>False</Visible>
  135. </NestedContentProject>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  139. <Visible>False</Visible>
  140. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  141. <Install>false</Install>
  142. </BootstrapperPackage>
  143. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  144. <Visible>False</Visible>
  145. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  146. <Install>false</Install>
  147. </BootstrapperPackage>
  148. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  149. <Visible>False</Visible>
  150. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  151. <Install>false</Install>
  152. </BootstrapperPackage>
  153. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  154. <Visible>False</Visible>
  155. <ProductName>.NET Framework 3.5</ProductName>
  156. <Install>true</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 3.5 SP1</ProductName>
  161. <Install>false</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  164. <Visible>False</Visible>
  165. <ProductName>Windows Installer 3.1</ProductName>
  166. <Install>true</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Xna.Framework.3.0">
  169. <Visible>False</Visible>
  170. <ProductName>Microsoft XNA Framework Redistributable 3.0</ProductName>
  171. <Install>true</Install>
  172. </BootstrapperPackage>
  173. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  174. <Visible>False</Visible>
  175. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  176. <Install>true</Install>
  177. </BootstrapperPackage>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <EmbeddedResource Include="Strings.da.resx">
  181. <SubType>Designer</SubType>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="Strings.fr.resx">
  184. <SubType>Designer</SubType>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="Strings.ja.resx">
  187. <SubType>Designer</SubType>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="Strings.ko.resx">
  190. <SubType>Designer</SubType>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="Strings.resx">
  193. <Generator>ResXFileCodeGenerator</Generator>
  194. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  195. <SubType>Designer</SubType>
  196. </EmbeddedResource>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ProjectReference Include="Content\LocalizationContent.contentproj">
  200. <Project>{EFB4D604-6A08-4009-881A-3B0DB5493C22}</Project>
  201. <Name>LocalizationContent %28Content%29</Name>
  202. <XnaReferenceType>Content</XnaReferenceType>
  203. </ProjectReference>
  204. </ItemGroup>
  205. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  206. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  207. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  208. Other similar extension points exist, see Microsoft.Common.targets.
  209. <Target Name="BeforeBuild">
  210. </Target>
  211. <Target Name="AfterBuild">
  212. </Target>
  213. -->
  214. </Project>