diff options
author | chai <chaifix@163.com> | 2018-08-07 23:29:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-07 23:29:28 +0800 |
commit | f5e30a91cfe12118d2c5d389687ebb931a196c7c (patch) | |
tree | 8d410f5c4fcf421d18ef0c95dd4b6a8b3e247a46 /build/vs2015 | |
parent | 2576caf003fdb3162ab8a3c7bf77c38a885c3858 (diff) |
*update
Diffstat (limited to 'build/vs2015')
-rw-r--r-- | build/vs2015/jin.rc | bin | 3268 -> 3330 bytes | |||
-rw-r--r-- | build/vs2015/jin.vcxproj | 2 | ||||
-rw-r--r-- | build/vs2015/jin.vcxproj.filters | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/build/vs2015/jin.rc b/build/vs2015/jin.rc Binary files differindex da0fb26..01bf177 100644 --- a/build/vs2015/jin.rc +++ b/build/vs2015/jin.rc diff --git a/build/vs2015/jin.vcxproj b/build/vs2015/jin.vcxproj index 4459824..8c9e5c5 100644 --- a/build/vs2015/jin.vcxproj +++ b/build/vs2015/jin.vcxproj @@ -330,7 +330,7 @@ <ResourceCompile Include="jin.rc" /> </ItemGroup> <ItemGroup> - <Image Include="..\..\src\icon.ico" /> + <Image Include="..\..\res\icon.ico" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/build/vs2015/jin.vcxproj.filters b/build/vs2015/jin.vcxproj.filters index 9b4c750..50d8138 100644 --- a/build/vs2015/jin.vcxproj.filters +++ b/build/vs2015/jin.vcxproj.filters @@ -706,6 +706,6 @@ <ResourceCompile Include="jin.rc" /> </ItemGroup> <ItemGroup> - <Image Include="..\..\src\icon.ico" /> + <Image Include="..\..\res\icon.ico" /> </ItemGroup> </Project>
\ No newline at end of file |