dwc_network_server_emulator.pyproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{1a9e8a26-6cea-4e78-835e-b043356ce360}</ProjectGuid>
  7. <ProjectHome>.</ProjectHome>
  8. <StartupFile>master_server.py</StartupFile>
  9. <SearchPath>
  10. </SearchPath>
  11. <WorkingDirectory>.</WorkingDirectory>
  12. <OutputPath>.</OutputPath>
  13. <InterpreterId>00000000-0000-0000-0000-000000000000</InterpreterId>
  14. <InterpreterVersion>
  15. </InterpreterVersion>
  16. <Name>dwc_network_server_emulator</Name>
  17. <RootNamespace>dwc_network_server_emulator</RootNamespace>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  26. </PropertyGroup>
  27. <PropertyGroup>
  28. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  29. <PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Compile Include="admin_page_server.py" />
  33. <Compile Include="dwc_config.py" />
  34. <Compile Include="gamespy_backend_server.py" />
  35. <Compile Include="gamespy_gamestats_server.py" />
  36. <Compile Include="gamespy_natneg_server.py" />
  37. <Compile Include="gamespy_player_search_server.py" />
  38. <Compile Include="gamespy_profile_server.py" />
  39. <Compile Include="gamespy_qr_server.py" />
  40. <Compile Include="gamespy_server_browser_server.py" />
  41. <Compile Include="gamestats_server_http.py" />
  42. <Compile Include="internal_stats_server.py" />
  43. <Compile Include="master_server.py" />
  44. <Compile Include="nas_server.py" />
  45. <Compile Include="dls1_server.py" />
  46. <Compile Include="register_page.py" />
  47. <Compile Include="storage_server.py" />
  48. <Compile Include="gamespy\gs_database.py" />
  49. <Compile Include="gamespy\gs_query.py" />
  50. <Compile Include="gamespy\gs_utility.py" />
  51. <Compile Include="gamespy\__init__.py" />
  52. <Compile Include="other\dlc.py" />
  53. <Compile Include="other\sql.py" />
  54. <Compile Include="other\utils.py" />
  55. <Compile Include="other\__init__.py" />
  56. <Compile Include="tools\import_wiimm_data.py" />
  57. <Content Include="www\conntest.nintendowifi.net\public_html\index.html" />
  58. <Content Include="www\gamestats.gs.nintendowifi.net\public_html\index.html" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Folder Include="gamespy" />
  62. <Folder Include="other" />
  63. <Folder Include="tools" />
  64. <Folder Include="www\" />
  65. <Folder Include="www\conntest.nintendowifi.net\" />
  66. <Folder Include="www\conntest.nintendowifi.net\public_html" />
  67. <Folder Include="www\gamestats.gs.nintendowifi.net\" />
  68. <Folder Include="www\gamestats.gs.nintendowifi.net\public_html" />
  69. </ItemGroup>
  70. <Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
  71. <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
  72. </Project>