Trixy.pyproj 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. </ItemGroup>
  29. <ItemGroup>
  30. <Content Include=".gitignore" />
  31. <Content Include="DynLoader\__pycache__\modInfo.cpython-37.pyc" />
  32. <Content Include="DynLoader\__pycache__\__init__.cpython-37.pyc" />
  33. <Content Include="LICENSE" />
  34. <Content Include="README.md" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Folder Include="DynLoader\" />
  38. <Folder Include="DynLoader\__pycache__\" />
  39. <Folder Include="mods\" />
  40. </ItemGroup>
  41. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
  42. <!-- Uncomment the CoreCompile target to enable the Build command in
  43. Visual Studio and specify your pre- and post-build commands in
  44. the BeforeBuild and AfterBuild targets below. -->
  45. <!--<Target Name="CoreCompile" />-->
  46. <Target Name="BeforeBuild">
  47. </Target>
  48. <Target Name="AfterBuild">
  49. </Target>
  50. </Project>