<?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>{88928401-2CE8-4568-AAA7-226141870CBF}</ProjectGuid> <ProjectName>Discord</ProjectName> </PropertyGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> <ItemGroup> <ClCompile Include="src\avatars.cpp" /> <ClCompile Include="src\connection.cpp" /> <ClCompile Include="src\dispatch.cpp" /> <ClCompile Include="src\gateway.cpp" /> <ClCompile Include="src\groupchat.cpp" /> <ClCompile Include="src\guilds.cpp" /> <ClCompile Include="src\http.cpp" /> <ClCompile Include="src\main.cpp" /> <ClCompile Include="src\menus.cpp" /> <ClCompile Include="src\options.cpp" /> <ClCompile Include="src\proto.cpp" /> <ClCompile Include="src\server.cpp" /> <ClCompile Include="src\stdafx.cxx"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="src\utils.cpp" /> <ClCompile Include="src\voice.cpp" /> <ClInclude Include="src\proto.h" /> <ClInclude Include="src\resource.h" /> <ClInclude Include="src\stdafx.h" /> <ClInclude Include="src\version.h" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj"> <Project>{01F9E227-06F5-4BED-907F-402CA7DFAFE6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\libs\libjson\libjson.vcxproj"> <Project>{f6a9340e-b8d9-4c75-be30-47dc66d0abc7}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <ResourceCompile Include="res\discord.rc" /> <ResourceCompile Include="res\version.rc" /> </ItemGroup> </Project>