_miamG.pyproj 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>156f72a0-bc74-4a1a-8a40-79478a7dfdac</ProjectGuid>
  6. <ProjectHome>.</ProjectHome>
  7. <StartupFile>_miamG.py</StartupFile>
  8. <SearchPath>
  9. </SearchPath>
  10. <WorkingDirectory>.</WorkingDirectory>
  11. <OutputPath>.</OutputPath>
  12. <Name>_miamG</Name>
  13. <RootNamespace>_miamG</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="miam\image\Image.py" />
  25. <Compile Include="miam\image\__init__.py">
  26. <SubType>Code</SubType>
  27. </Compile>
  28. <Compile Include="miam\__init__.py">
  29. <SubType>Code</SubType>
  30. </Compile>
  31. <Compile Include="_miamG.py" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Folder Include="miam\" />
  35. <Folder Include="miam\image\" />
  36. </ItemGroup>
  37. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
  38. <!-- Uncomment the CoreCompile target to enable the Build command in
  39. Visual Studio and specify your pre- and post-build commands in
  40. the BeforeBuild and AfterBuild targets below. -->
  41. <!--<Target Name="CoreCompile" />-->
  42. <Target Name="BeforeBuild">
  43. </Target>
  44. <Target Name="AfterBuild">
  45. </Target>
  46. </Project>