PowerManager/PowerManager.vcxproj.filters
author StephaneLenclud
Tue, 16 Aug 2016 12:25:20 +0200
changeset 234 0c75dec19d39
permissions -rw-r--r--
Ear cleanup.
StephaneLenclud@159
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@159
     2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
StephaneLenclud@159
     3
  <ItemGroup>
StephaneLenclud@159
     4
    <Filter Include="Source Files">
StephaneLenclud@159
     5
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
StephaneLenclud@159
     6
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
StephaneLenclud@159
     7
    </Filter>
StephaneLenclud@159
     8
    <Filter Include="Header Files">
StephaneLenclud@159
     9
      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
StephaneLenclud@159
    10
      <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
StephaneLenclud@159
    11
    </Filter>
StephaneLenclud@159
    12
    <Filter Include="Resource Files">
StephaneLenclud@159
    13
      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
StephaneLenclud@159
    14
      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
StephaneLenclud@159
    15
    </Filter>
StephaneLenclud@159
    16
  </ItemGroup>
StephaneLenclud@159
    17
  <ItemGroup>
StephaneLenclud@159
    18
    <ClInclude Include="PowerManager.h">
StephaneLenclud@159
    19
      <Filter>Header Files</Filter>
StephaneLenclud@159
    20
    </ClInclude>
StephaneLenclud@159
    21
    <ClInclude Include="Stdafx.h">
StephaneLenclud@159
    22
      <Filter>Header Files</Filter>
StephaneLenclud@159
    23
    </ClInclude>
StephaneLenclud@159
    24
    <ClInclude Include="resource.h">
StephaneLenclud@159
    25
      <Filter>Header Files</Filter>
StephaneLenclud@159
    26
    </ClInclude>
StephaneLenclud@159
    27
  </ItemGroup>
StephaneLenclud@159
    28
  <ItemGroup>
StephaneLenclud@159
    29
    <ClCompile Include="PowerManager.cpp">
StephaneLenclud@159
    30
      <Filter>Source Files</Filter>
StephaneLenclud@159
    31
    </ClCompile>
StephaneLenclud@159
    32
    <ClCompile Include="AssemblyInfo.cpp">
StephaneLenclud@159
    33
      <Filter>Source Files</Filter>
StephaneLenclud@159
    34
    </ClCompile>
StephaneLenclud@159
    35
    <ClCompile Include="Stdafx.cpp">
StephaneLenclud@159
    36
      <Filter>Source Files</Filter>
StephaneLenclud@159
    37
    </ClCompile>
StephaneLenclud@159
    38
  </ItemGroup>
StephaneLenclud@159
    39
  <ItemGroup>
StephaneLenclud@159
    40
    <Text Include="ReadMe.txt" />
StephaneLenclud@159
    41
  </ItemGroup>
StephaneLenclud@159
    42
  <ItemGroup>
StephaneLenclud@159
    43
    <ResourceCompile Include="app.rc">
StephaneLenclud@159
    44
      <Filter>Resource Files</Filter>
StephaneLenclud@159
    45
    </ResourceCompile>
StephaneLenclud@159
    46
  </ItemGroup>
StephaneLenclud@159
    47
  <ItemGroup>
StephaneLenclud@159
    48
    <Image Include="app.ico">
StephaneLenclud@159
    49
      <Filter>Resource Files</Filter>
StephaneLenclud@159
    50
    </Image>
StephaneLenclud@159
    51
  </ItemGroup>
StephaneLenclud@159
    52
</Project>