removed unused stdafx files

This commit is contained in:
strawmanbobi
2018-10-02 19:33:39 +08:00
parent faa95df3f3
commit aded1aa83e
5 changed files with 0 additions and 17 deletions

View File

@@ -159,8 +159,6 @@
<ClInclude Include="include\ir_defs.h" />
<ClInclude Include="include\ir_tv_control.h" />
<ClInclude Include="include\ir_utils.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ir_ac_apply.c" />
@@ -173,12 +171,6 @@
<ClCompile Include="src\ir_decode.c" />
<ClCompile Include="src\ir_tv_control.c" />
<ClCompile Include="src\ir_utils.c" />
<ClCompile Include="stdafx.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="ir_decode.def" />

View File

@@ -15,12 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="include\ir_ac_apply.h">
<Filter>头文件</Filter>
</ClInclude>
@@ -86,9 +80,6 @@
<ClCompile Include="src\ir_utils.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="stdafx.c">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="ir_decode.def">

Binary file not shown.

Binary file not shown.

Binary file not shown.