Skip to content

Commit

Permalink
source code name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XFG16 committed Jun 1, 2022
1 parent 094453a commit bab4a28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Host/YTDPwin/YTDPsetup/YTDPsetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_8CD04B468229486FB27D89251FF336AB"
{
"SourcePath" = "8:..\\x64\\Release\\YTDPwin64.exe"
"SourcePath" = "8:..\\x64\\Release\\YTDPwin.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_56A3632D70DB4D05A6394C0929BF78F7"
Expand Down
2 changes: 1 addition & 1 deletion Host/YTDPwin/YTDPwin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YTDPwin64", "YTDPwin\YTDPwin.vcxproj", "{FE7AD499-27B7-4135-AF92-20E7E3984FC3}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YTDPwin", "YTDPwin\YTDPwin.vcxproj", "{FE7AD499-27B7-4135-AF92-20E7E3984FC3}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "YTDPsetup", "YTDPsetup\YTDPsetup.vdproj", "{22527C5D-CC35-471C-8505-B7688C5E8490}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions Host/YTDPwin/YTDPwin/YTDPwin.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ProjectGuid>{fe7ad499-27b7-4135-af92-20e7e3984fc3}</ProjectGuid>
<RootNamespace>YTDPwin</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>YTDPwin64</ProjectName>
<ProjectName>YTDPwin</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -157,7 +157,7 @@
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>..\..\Discord\Lib\x86_64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);discord_game_sdk.dll.lib</AdditionalDependencies>
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);..\..\Discord\Lib\discord_game_sdk.dll.lib</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down
2 changes: 1 addition & 1 deletion Host/main.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ytdp.discord.presence",
"description": "Component of the YouTubeDiscordPresence extension that allows the usage of native messaging.",
"path": "YTDPwin64.exe",
"path": "YTDPwin.exe",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hnmeidgkfcbpjjjpmjmpehjdljlaeaaa/"
Expand Down

0 comments on commit bab4a28

Please sign in to comment.