diff options
author | aunsane <aunsane@gmail.com> | 2018-02-05 23:52:13 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-05 23:52:13 +0300 |
commit | 71070054700d03edc5a70a5faaaf4365d5787f07 (patch) | |
tree | 9150b1cc131d348577ee1b6cd84941ca76db5e18 /protocols/Tox/Tox.vcxproj | |
parent | 7d4ec46f0a42169535eb3e674e09da4d040867d6 (diff) |
Tox: setup filters
Diffstat (limited to 'protocols/Tox/Tox.vcxproj')
-rw-r--r-- | protocols/Tox/Tox.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj index 45b896c53a..17ed280c21 100644 --- a/protocols/Tox/Tox.vcxproj +++ b/protocols/Tox/Tox.vcxproj @@ -33,15 +33,15 @@ <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
- <ItemGroup>
- <None Include="res\Icons\*.ico" />
- </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <None Include="res\*.ico" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="..\..\libs\libjson\libjson.vcxproj">
<Project>{f6a9340e-b8d9-4c75-be30-47dc66d0abc7}</Project>
</ProjectReference>
|