File: python3.vcxproj.filters

package info (click to toggle)
hexchat 2.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,252 kB
  • sloc: ansic: 60,707; xml: 3,988; perl: 1,144; python: 885; cs: 589; cpp: 307; sh: 130; makefile: 34
file content (34 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{f4eaf231-f095-42d3-8427-b2b6006cacb1}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{0166c0f9-7968-4a09-9ef5-a5179c7746eb}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="$(IntDir)python.c" />
  </ItemGroup>
  <ItemGroup>
    <None Include="python.def">
      <Filter>Resource Files</Filter>
    </None>
    <None Include="_hexchat.py">
      <Filter>Source Files</Filter>
    </None>
    <None Include="generate_plugin.py">
      <Filter>Source Files</Filter>
    </None>
    <None Include="hexchat.py">
      <Filter>Source Files</Filter>
    </None>
    <None Include="python.py">
      <Filter>Source Files</Filter>
    </None>
    <None Include="xchat.py">
      <Filter>Source Files</Filter>
    </None>
  </ItemGroup>
</Project>