Trixy.pyproj 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <SchemaVersion>2.0</SchemaVersion>
  5. <ProjectGuid>759bcf3e-a5cd-4a3e-ba77-2fb59715fc84</ProjectGuid>
  6. <ProjectHome>.</ProjectHome>
  7. <StartupFile>main.py</StartupFile>
  8. <SearchPath>
  9. </SearchPath>
  10. <WorkingDirectory>.</WorkingDirectory>
  11. <OutputPath>.</OutputPath>
  12. <Name>Trixy</Name>
  13. <RootNamespace>Trixy</RootNamespace>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  22. </PropertyGroup>
  23. <ItemGroup>
  24. <Compile Include="DynLoader\main.py" />
  25. <Compile Include="DynLoader\modInfo.py" />
  26. <Compile Include="DynLoader\__init__.py" />
  27. <Compile Include="main.py" />
  28. <Compile Include="Stats\AdminStats.py" />
  29. <Compile Include="Stats\DeviceStats.py" />
  30. <Compile Include="Stats\HouseStats.py" />
  31. <Compile Include="Stats\MicLevel.py" />
  32. <Compile Include="Stats\OutdoorStats.py" />
  33. <Compile Include="Stats\OwnerStats.py" />
  34. <Compile Include="Stats\TalkingStats.py" />
  35. <Compile Include="Stats\__init__.py" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Content Include=".gitignore" />
  39. <Content Include="DynLoader\__pycache__\modInfo.cpython-37.pyc" />
  40. <Content Include="DynLoader\__pycache__\__init__.cpython-37.pyc" />
  41. <Content Include="LICENSE" />
  42. <Content Include="README.md" />
  43. <Content Include="Stats\__pycache__\AdminStats.cpython-37.pyc" />
  44. <Content Include="Stats\__pycache__\DeviceStats.cpython-37.pyc" />
  45. <Content Include="Stats\__pycache__\HouseStats.cpython-37.pyc" />
  46. <Content Include="Stats\__pycache__\MicLevel.cpython-37.pyc" />
  47. <Content Include="Stats\__pycache__\OutdoorStats.cpython-37.pyc" />
  48. <Content Include="Stats\__pycache__\OwnerStats.cpython-37.pyc" />
  49. <Content Include="Stats\__pycache__\TalkingStats.cpython-37.pyc" />
  50. <Content Include="Stats\__pycache__\__init__.cpython-37.pyc" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Folder Include="Stats\" />
  54. <Folder Include="Stats\__pycache__\" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Folder Include="DynLoader\" />
  58. <Folder Include="DynLoader\__pycache__\" />
  59. <Folder Include="mods\" />
  60. </ItemGroup>
  61. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
  62. <!-- Uncomment the CoreCompile target to enable the Build command in
  63. Visual Studio and specify your pre- and post-build commands in
  64. the BeforeBuild and AfterBuild targets below. -->
  65. <!--<Target Name="CoreCompile" />-->
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. </Project>