diff options
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 55116995..9bb79ac5 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -43,9 +43,9 @@ <ClInclude Include="url.h" /> <ClInclude Include="userlist.h" /> <ClInclude Include="util.h" /> - <ClInclude Include="xchat-plugin.h" /> - <ClInclude Include="xchat.h" /> - <ClInclude Include="xchatc.h" /> + <ClInclude Include="hexchat-plugin.h" /> + <ClInclude Include="hexchat.h" /> + <ClInclude Include="hexchatc.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="cfgfiles.c" /> @@ -74,7 +74,7 @@ <ClCompile Include="url.c" /> <ClCompile Include="userlist.c" /> <ClCompile Include="util.c" /> - <ClCompile Include="xchat.c" /> + <ClCompile Include="hexchat.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid> |