diff options
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">
|