diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 21:33:10 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 21:33:10 +0200 |
commit | 534cd2802f807e4ca33a8586508619e6a52c3667 (patch) | |
tree | 5368457d9b7f56a247dc2458478478f2b1ce4ebc /win32/installer/installer.vcxproj | |
parent | 2a3ef0a5e85102b0dd49105e7b8872c0e7428d9e (diff) |
Rebranding on the file level
Diffstat (limited to 'win32/installer/installer.vcxproj')
-rw-r--r-- | win32/installer/installer.vcxproj | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index 0fcba484..ed1c4b74 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -34,11 +34,11 @@ </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - <Import Project="..\xchat.props" /> + <Import Project="..\hexchat.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - <Import Project="..\xchat.props" /> + <Import Project="..\hexchat.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -62,16 +62,16 @@ <OptimizeReferences>true</OptimizeReferences> </Link> <PreBuildEvent> - <Command>echo [Setup] > "$(OutDir)\xchat-wdk-x86.iss" -echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\xchat-wdk-x86.iss" -echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\xchat-wdk-x86.iss" -"$(OutDir)\version" -a >> "$(OutDir)\xchat-wdk-x86.iss" -"$(OutDir)\version" -v >> "$(OutDir)\xchat-wdk-x86.iss" -"$(OutDir)\version" -i >> "$(OutDir)\xchat-wdk-x86.iss" -"$(OutDir)\version" -o >> "$(OutDir)\xchat-wdk-x86.iss" -echo SetupIconFile="$(SolutionDir)\..\xchat.ico" >> "$(OutDir)\xchat-wdk-x86.iss" -type xchat-wdk-x86.skel.iss >> "$(OutDir)\xchat-wdk-x86.iss" -"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\xchat-wdk-x86.iss"</Command> + <Command>echo [Setup] > "$(OutDir)\hexchat-x86.iss" +echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-x86.iss" +echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-x86.iss" +"$(OutDir)\version" -a >> "$(OutDir)\hexchat-x86.iss" +"$(OutDir)\version" -v >> "$(OutDir)\hexchat-x86.iss" +"$(OutDir)\version" -i >> "$(OutDir)\hexchat-x86.iss" +"$(OutDir)\version" -o >> "$(OutDir)\hexchat-x86.iss" +echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-x86.iss" +type hexchat-x86.skel.iss >> "$(OutDir)\hexchat-x86.iss" +"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-x86.iss"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> @@ -87,16 +87,16 @@ type xchat-wdk-x86.skel.iss >> "$(OutDir)\xchat-wdk-x86.iss" <OptimizeReferences>true</OptimizeReferences> </Link> <PreBuildEvent> - <Command>echo [Setup] > "$(OutDir)\xchat-wdk-x64.iss" -echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\xchat-wdk-x64.iss" -echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\xchat-wdk-x64.iss" -"$(OutDir)\version" -a >> "$(OutDir)\xchat-wdk-x64.iss" -"$(OutDir)\version" -v >> "$(OutDir)\xchat-wdk-x64.iss" -"$(OutDir)\version" -i >> "$(OutDir)\xchat-wdk-x64.iss" -"$(OutDir)\version" -o >> "$(OutDir)\xchat-wdk-x64.iss" -echo SetupIconFile="$(SolutionDir)\..\xchat.ico" >> "$(OutDir)\xchat-wdk-x64.iss" -type xchat-wdk-x64.skel.iss >> "$(OutDir)\xchat-wdk-x64.iss" -"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\xchat-wdk-x64.iss"</Command> + <Command>echo [Setup] > "$(OutDir)\hexchat-x64.iss" +echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-x64.iss" +echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-x64.iss" +"$(OutDir)\version" -a >> "$(OutDir)\hexchat-x64.iss" +"$(OutDir)\version" -v >> "$(OutDir)\hexchat-x64.iss" +"$(OutDir)\version" -i >> "$(OutDir)\hexchat-x64.iss" +"$(OutDir)\version" -o >> "$(OutDir)\hexchat-x64.iss" +echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-x64.iss" +type hexchat-x64.skel.iss >> "$(OutDir)\hexchat-x64.iss" +"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-x64.iss"</Command> </PreBuildEvent> </ItemDefinitionGroup> <ItemGroup> @@ -104,8 +104,8 @@ type xchat-wdk-x64.skel.iss >> "$(OutDir)\xchat-wdk-x64.iss" <None Include="watercolorlite-green.cjstyles" /> <None Include="wizardimage.bmp" /> <None Include="wizardsmallimage.bmp" /> - <None Include="xchat-wdk-x64.skel.iss" /> - <None Include="xchat-wdk-x86.skel.iss" /> + <None Include="hexchat-x64.skel.iss" /> + <None Include="hexchat-x86.skel.iss" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |