diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-12 21:30:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-12 21:30:12 +0300 |
commit | b90e4ebe6f38f8c49b1e65d697d135d00b841f0a (patch) | |
tree | dd634319e730502835deda9eea0d8ac50b8d5e78 | |
parent | 4d2aa11dd85cb7cd5a99b96c540c8b21f0adcdf8 (diff) |
fixes #1486 (Visual Studio create logs when building some plugins)
-rw-r--r-- | plugins/NewAwaySysMod/NewAwaySys.vcxproj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/NewAwaySysMod/NewAwaySys.vcxproj b/plugins/NewAwaySysMod/NewAwaySys.vcxproj index 3f84f5c20f..32e8b3861a 100644 --- a/plugins/NewAwaySysMod/NewAwaySys.vcxproj +++ b/plugins/NewAwaySysMod/NewAwaySys.vcxproj @@ -18,20 +18,6 @@ <Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
- <ItemGroup>
- <Image Include="res\Delete.ico" />
- <Image Include="res\Dot.ico" />
- <Image Include="res\Ignore.ico" />
- <Image Include="res\Indefinite.ico" />
- <Image Include="res\MsgIcon.ico" />
- <Image Include="res\NewCat.ico" />
- <Image Include="res\NewMessage.ico" />
- <Image Include="res\off.ico" />
- <Image Include="res\on.ico" />
- <Image Include="res\SaveAsNew.ico" />
- <Image Include="res\SaveMsg.ico" />
- <Image Include="res\Settings.ico" />
- </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6A516E27-AC50-5374-756B-A1558DB2EFA9}</ProjectGuid>
<ProjectName>NewAwaySys</ProjectName>
|