diff options
author | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
commit | 160e1299ef3d95f8e8c48706d7f61dd3dc6c6b60 (patch) | |
tree | abe5ae5242d9cc6caf6edf103e662c44e978fca0 /build/vc++/jin | |
parent | e095043485d1d298571af6d9eca7f0db9009ea7a (diff) |
Diffstat (limited to 'build/vc++/jin')
-rw-r--r-- | build/vc++/jin/jin.vcxproj | 9 | ||||
-rw-r--r-- | build/vc++/jin/jin.vcxproj.filters | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj index 499c7da..ab3d37f 100644 --- a/build/vc++/jin/jin.vcxproj +++ b/build/vc++/jin/jin.vcxproj @@ -147,15 +147,6 @@ <Project>{a3e35eca-62eb-45ce-8152-674fbc7f7a3b}</Project> </ProjectReference> </ItemGroup> - <ItemGroup> - <ClInclude Include="resource.h" /> - </ItemGroup> - <ItemGroup> - <ResourceCompile Include="jin.rc" /> - </ItemGroup> - <ItemGroup> - <Image Include="C:\Users\chaifeixiang\Downloads\icon.ico" /> - </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/build/vc++/jin/jin.vcxproj.filters b/build/vc++/jin/jin.vcxproj.filters index 6b4e28f..c17d229 100644 --- a/build/vc++/jin/jin.vcxproj.filters +++ b/build/vc++/jin/jin.vcxproj.filters @@ -3,13 +3,4 @@ <ItemGroup> <ClCompile Include="..\..\..\src\jin\main.cpp" /> </ItemGroup> - <ItemGroup> - <ClInclude Include="resource.h" /> - </ItemGroup> - <ItemGroup> - <ResourceCompile Include="jin.rc" /> - </ItemGroup> - <ItemGroup> - <Image Include="C:\Users\chaifeixiang\Downloads\icon.ico" /> - </ItemGroup> </Project>
\ No newline at end of file |