Add discord dependency

This commit is contained in:
zilmar 2020-04-30 10:29:31 +09:30
parent 368a280da4
commit a37e3f2c3e
2 changed files with 29 additions and 0 deletions

View File

@ -61,6 +61,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JoinSettings", "Source\Join
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project64", "Source\Project64\Project64.vcxproj", "{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "discord-rpc", "Source\3rdParty\discord-rpc\discord-rpc.vcxproj", "{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -212,6 +214,14 @@ Global
{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.Release|Win32.Build.0 = Release|Win32
{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.Release|x64.ActiveCfg = Release|x64
{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}.Release|x64.Build.0 = Release|x64
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Debug|Win32.ActiveCfg = Debug|Win32
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Debug|Win32.Build.0 = Debug|Win32
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Debug|x64.ActiveCfg = Debug|x64
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Debug|x64.Build.0 = Debug|x64
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Release|Win32.ActiveCfg = Release|Win32
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Release|Win32.Build.0 = Release|Win32
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Release|x64.ActiveCfg = Release|x64
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -225,6 +235,7 @@ Global
{B685BB34-D700-4FCC-8503-9B6AA1A0C95D} = {0E0FCAC2-E128-4886-8EE6-1BCA84551F58}
{593B00E6-1987-415D-A62C-26533FC3E95C} = {0E0FCAC2-E128-4886-8EE6-1BCA84551F58}
{E8D9A652-A354-4374-B6C5-A51EE62749FD} = {AA8F7F8E-5377-4911-859D-8A8817B0DB26}
{DCC841B2-298A-40F0-84D1-ACBABD3B86E8} = {AA8F7F8E-5377-4911-859D-8A8817B0DB26}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0EC030A-58B3-4FC1-B6B6-E5CF5CD885E3}

View File

@ -200,6 +200,9 @@
<Project>{3326e128-33af-422c-bb7c-67cc6b915610}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\3rdParty\discord-rpc\discord-rpc.vcxproj">
<Project>{dcc841b2-298a-40f0-84d1-acbabd3b86e8}</Project>
</ProjectReference>
<ProjectReference Include="..\3rdParty\duktape\duktape.vcxproj">
<Project>{e8d9a652-a354-4374-b6c5-a51ee62749fd}</Project>
</ProjectReference>
@ -211,9 +214,24 @@
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\nragev20\NRage_Input_V2.vcxproj">
<Project>{fd617e80-9e40-4138-85da-b94633972e6a}</Project>
</ProjectReference>
<ProjectReference Include="..\Project64-audio\Project64-audio.vcxproj">
<Project>{d233025a-231f-4a43-92b6-e87193c60acc}</Project>
</ProjectReference>
<ProjectReference Include="..\Project64-core\Project64-core.vcxproj">
<Project>{00c7b43a-ded7-4df0-b072-9a5783ef866d}</Project>
</ProjectReference>
<ProjectReference Include="..\Project64-video\Project64-video.vcxproj">
<Project>{a4d13408-a794-4199-8fc7-4a9a32505005}</Project>
</ProjectReference>
<ProjectReference Include="..\RSP\RSP.vcxproj">
<Project>{a7ed562c-63f3-4b7e-b6b3-2cf7848752e1}</Project>
</ProjectReference>
<ProjectReference Include="..\UpdateVersion\UpdateVersion.vcxproj">
<Project>{1968162c-0793-491d-91a1-81645a24d399}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="res\divider.cur" />