2020-04-30 15:01:42 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\msvc\vsprops\Configurations.props" />
|
|
|
|
|
|
2020-04-30 15:01:42 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="include\discord_register.h" />
|
|
|
|
|
<ClInclude Include="include\discord_rpc.h" />
|
|
|
|
|
<ClInclude Include="src\backoff.h" />
|
|
|
|
|
<ClInclude Include="src\connection.h" />
|
|
|
|
|
<ClInclude Include="src\msg_queue.h" />
|
|
|
|
|
<ClInclude Include="src\rpc_connection.h" />
|
|
|
|
|
<ClInclude Include="src\serialization.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\connection_win.cpp" />
|
|
|
|
|
<ClCompile Include="src\discord_register_win.cpp" />
|
|
|
|
|
<ClCompile Include="src\discord_rpc.cpp" />
|
|
|
|
|
<ClCompile Include="src\rpc_connection.cpp" />
|
|
|
|
|
<ClCompile Include="src\serialization.cpp" />
|
|
|
|
|
</ItemGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
2020-04-30 15:01:42 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{4266505B-DBAF-484B-AB31-B53B9C8235B3}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
2020-04-30 15:01:42 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)dep\rapidjson\include;$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\Targets.props" />
|
2020-04-30 15:01:42 +00:00
|
|
|
|
</Project>
|