uHDR.pyproj 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>9efe56be-845d-4def-8416-b774b13cc63a</ProjectGuid>
  6. <ProjectHome>
  7. </ProjectHome>
  8. <StartupFile>uHDR.py</StartupFile>
  9. <SearchPath>
  10. </SearchPath>
  11. <WorkingDirectory>.</WorkingDirectory>
  12. <OutputPath>.</OutputPath>
  13. <Name>uHDR</Name>
  14. <RootNamespace>HwHDR</RootNamespace>
  15. <SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <Compile Include="guiQt\controller.py">
  27. <SubType>Code</SubType>
  28. </Compile>
  29. <Compile Include="guiQt\model.py">
  30. <SubType>Code</SubType>
  31. </Compile>
  32. <Compile Include="guiQt\thread.py">
  33. <SubType>Code</SubType>
  34. </Compile>
  35. <Compile Include="guiQt\view.py">
  36. <SubType>Code</SubType>
  37. </Compile>
  38. <Compile Include="guiQt\__init__.py">
  39. <SubType>Code</SubType>
  40. </Compile>
  41. <Compile Include="hdrCore\aesthetics.py">
  42. <SubType>Code</SubType>
  43. </Compile>
  44. <Compile Include="hdrCore\coreC.py" />
  45. <Compile Include="hdrCore\image.py">
  46. <SubType>Code</SubType>
  47. </Compile>
  48. <Compile Include="hdrCore\metadata.py">
  49. <SubType>Code</SubType>
  50. </Compile>
  51. <Compile Include="hdrCore\net.py" />
  52. <Compile Include="hdrCore\numbafun.py">
  53. <SubType>Code</SubType>
  54. </Compile>
  55. <Compile Include="hdrCore\processing.py">
  56. <SubType>Code</SubType>
  57. </Compile>
  58. <Compile Include="hdrCore\quality.py">
  59. <SubType>Code</SubType>
  60. </Compile>
  61. <Compile Include="hdrCore\utils.py">
  62. <SubType>Code</SubType>
  63. </Compile>
  64. <Compile Include="hdrCore\__init__.py">
  65. <SubType>Code</SubType>
  66. </Compile>
  67. <Compile Include="preferences\preferences.py">
  68. <SubType>Code</SubType>
  69. </Compile>
  70. <Compile Include="preferences\__init__.py">
  71. <SubType>Code</SubType>
  72. </Compile>
  73. <Compile Include="uHDR.py" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Folder Include="guiQt\" />
  77. <Folder Include="hdrCore\" />
  78. <Folder Include="preferences\" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="preferences\prefs.json">
  82. <SubType>Code</SubType>
  83. </Content>
  84. <Content Include="preferences\tags.json">
  85. <SubType>Code</SubType>
  86. </Content>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
  89. <!-- Uncomment the CoreCompile target to enable the Build command in
  90. Visual Studio and specify your pre- and post-build commands in
  91. the BeforeBuild and AfterBuild targets below. -->
  92. <!--<Target Name="CoreCompile" />-->
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. </Project>