diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:56:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:56:43 +0000 |
commit | 6b30f907de8ee2dd3bb8eedd5bee89ad84740765 (patch) | |
tree | 3fc4dbe3d9b0d791f5f805ac4c41a28147bc54c2 /protocols/Skype/proto_skype/Proto_Skype.vcxproj | |
parent | f7d2c07c102d940727b0f053864c04ed32a76ff8 (diff) |
proto_skype: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/proto_skype/Proto_Skype.vcxproj')
-rw-r--r-- | protocols/Skype/proto_skype/Proto_Skype.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/proto_skype/Proto_Skype.vcxproj b/protocols/Skype/proto_skype/Proto_Skype.vcxproj index 5456fdd1e3..5856431c32 100644 --- a/protocols/Skype/proto_skype/Proto_Skype.vcxproj +++ b/protocols/Skype/proto_skype/Proto_Skype.vcxproj @@ -119,10 +119,10 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Proto_Skype.rc" />
+ <ResourceCompile Include="res\Proto_Skype.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|