summaryrefslogtreecommitdiff
path: root/libs/libtox/libtox.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libtox/libtox.vcxproj')
-rw-r--r--libs/libtox/libtox.vcxproj52
1 files changed, 52 insertions, 0 deletions
diff --git a/libs/libtox/libtox.vcxproj b/libs/libtox/libtox.vcxproj
new file mode 100644
index 0000000000..466b91cd2f
--- /dev/null
+++ b/libs/libtox/libtox.vcxproj
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{A21C50CD-28A6-481A-A12B-47189FE66641}</ProjectGuid>
+ <ProjectName>libtox</ProjectName>
+ </PropertyGroup>
+ <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <AdditionalIncludeDirectories>$(ProjectDir)..\pthreads\src;$(ProjectDir)..\libsodium\src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="src\toxcore\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\toxdns\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\toxencryptsave\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\toxcore\*.h" />
+ <ClInclude Include="src\toxencryptsave*.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\libsodium\libsodium.vcxproj">
+ <Project>{a185b162-6cb6-4502-b03f-b56f7699a8d9}</Project>
+ </ProjectReference>
+ <ProjectReference Include="..\pthreads\pthreads.vcxproj">
+ <Project>{e0ebb8a5-b577-414c-a5f9-9b4e2a0a66e9}</Project>
+ </ProjectReference>
+ </ItemGroup>
+</Project> \ No newline at end of file