diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-23 20:23:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-23 20:23:31 +0000 |
commit | 0314c6e414e054b0c08b788433d51583a71b5028 (patch) | |
tree | e2a162c74ead661de005dc0acd659bfab533d145 /plugins/MobileState/mobilestate_10.vcxproj | |
parent | 27ce9521078335a4333a637e73dd74b338986ea6 (diff) |
small change to detect "Windows Phone", project fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/mobilestate_10.vcxproj')
-rw-r--r-- | plugins/MobileState/mobilestate_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MobileState/mobilestate_10.vcxproj b/plugins/MobileState/mobilestate_10.vcxproj index 20fb47c56f..eb9bdc55df 100644 --- a/plugins/MobileState/mobilestate_10.vcxproj +++ b/plugins/MobileState/mobilestate_10.vcxproj @@ -185,6 +185,7 @@ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="src\clients.h" />
<ClInclude Include="src\commonheaders.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\Version.h" />
|