summary refs log tree commit diff stats
path: root/plugins/hextray/hextray-xp.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-24 21:33:02 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-24 21:33:02 +0200
commit1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (patch)
tree5b2dfa67be95015059d13a6af0955767137c634d /plugins/hextray/hextray-xp.vcxproj
parent6d356a5e5165dfa214b2bd9fa01f67b809643c59 (diff)
A lot more rebranding
Diffstat (limited to 'plugins/hextray/hextray-xp.vcxproj')
-rw-r--r--plugins/hextray/hextray-xp.vcxproj14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj
index cd7581d5..72d1599e 100644
--- a/plugins/hextray/hextray-xp.vcxproj
+++ b/plugins/hextray/hextray-xp.vcxproj
@@ -69,7 +69,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

       <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>

     </Link>

   </ItemDefinitionGroup>

@@ -89,7 +89,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

       <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>

     </Link>

   </ItemDefinitionGroup>

@@ -103,7 +103,7 @@
     <None Include="icons\sd.ico" />

     <None Include="icons\notice.ico" />

     <None Include="icons\hexchat.ico" />

-    <None Include="xtray.def" />

+    <None Include="hextray.def" />

   </ItemGroup>

   <ItemGroup>

     <ResourceCompile Include="resource.rc" />

@@ -113,8 +113,8 @@
     <ClCompile Include="sdAlerts.cpp" />

     <ClCompile Include="sdTray.cpp" />

     <ClCompile Include="utility.cpp" />

-    <ClCompile Include="xchat.cpp" />

-    <ClCompile Include="xtray.cpp" />

+    <ClCompile Include="hexchat.cpp" />

+    <ClCompile Include="hextray.cpp" />

   </ItemGroup>

   <ItemGroup>

     <ClInclude Include="callbacks.h" />

@@ -122,8 +122,8 @@
     <ClInclude Include="sdAlerts.h" />

     <ClInclude Include="sdTray.h" />

     <ClInclude Include="utility.h" />

-    <ClInclude Include="xchat.h" />

-    <ClInclude Include="xtray.h" />

+    <ClInclude Include="hexchat.h" />

+    <ClInclude Include="hextray.h" />

   </ItemGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

   <ImportGroup Label="ExtensionTargets">