File: codegen.pyproj

package info (click to toggle)
gfxreconstruct 0.9.18%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,636 kB
  • sloc: cpp: 328,961; ansic: 25,454; python: 18,156; xml: 255; sh: 128; makefile: 6
file content (61 lines) | stat: -rw-r--r-- 3,786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{c847ae64-88bc-42fb-8b58-6bb84f90f1a1}</ProjectGuid>
    <ProjectHome />
    <StartupFile>gencode.py</StartupFile>
    <SearchPath>..\..\..\external\Vulkan-Headers\registry</SearchPath>
    <WorkingDirectory>.</WorkingDirectory>
    <OutputPath>.</OutputPath>
    <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
    <LaunchProvider>Standard Python launcher</LaunchProvider>
    <CommandLineArguments>-registry ..\..\..\external\Vulkan-Headers\registry\vk.xml generated_vulkan_replay_consumer.cpp</CommandLineArguments>
    <EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
    <IsWindowsApplication>False</IsWindowsApplication>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
  <PropertyGroup Condition="'$(Configuration)' == 'Release'" />
  <PropertyGroup>
    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="vulkan_ascii_consumer_body_generator.py" />
    <Compile Include="vulkan_command_buffer_util_body_generator.py" />
    <Compile Include="vulkan_command_buffer_util_header_generator.py" />
    <Compile Include="vulkan_consumer_header_generator.py" />
    <Compile Include="vulkan_decoder_body_generator.py" />
    <Compile Include="vulkan_decoder_header_generator.py" />
    <Compile Include="vulkan_api_call_encoders_body_generator.py" />
    <Compile Include="vulkan_api_call_encoders_header_generator.py" />
    <Compile Include="vulkan_dispatch_table_generator.py" />
    <Compile Include="vulkan_enum_to_string_body_generator.py" />
    <Compile Include="vulkan_enum_to_string_header_generator.py" />
    <Compile Include="vulkan_feature_util_body_generator.py" />
    <Compile Include="vulkan_pnext_to_string_body_generator.py" />
    <Compile Include="vulkan_pnext_decoders_to_string_body_generator.py" />
    <Compile Include="vulkan_referenced_resource_consumer_body_generator.py" />
    <Compile Include="vulkan_referenced_resource_consumer_header_generator.py" />
    <Compile Include="vulkan_replay_consumer_body_generator.py" />
    <Compile Include="base_generator.py" />
    <Compile Include="vulkan_struct_decoders_header_generator.py" />
    <Compile Include="decode_pnext_struct_generator.py" />
    <Compile Include="encode_pnext_struct_generator.py" />
    <Compile Include="gencode.py" />
    <Compile Include="layer_func_table_generator.py" />
    <Compile Include="vulkan_struct_decoders_body_generator.py" />
    <Compile Include="vulkan_struct_decoders_forward_generator.py" />
    <Compile Include="vulkan_struct_encoders_body_generator.py" />
    <Compile Include="vulkan_struct_encoders_header_generator.py" />
    <Compile Include="vulkan_struct_handle_mappers_body_generator.py" />
    <Compile Include="vulkan_struct_handle_mappers_header_generator.py" />
    <Compile Include="vulkan_struct_handle_wrappers_body_generator.py" />
    <Compile Include="vulkan_struct_handle_wrappers_header_generator.py" />
    <Compile Include="vulkan_struct_to_string_body_generator.py" />
    <Compile Include="vulkan_struct_to_string_header_generator.py" />
    <Compile Include="vulkan_struct_decoders_to_string_header_generator.py" />
    <Compile Include="vulkan_struct_decoders_to_string_body_generator.py" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>