160 lines
7.8 KiB
XML
160 lines
7.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{CD9E4170-92DD-440E-980C-D15F62032249}</ProjectGuid>
|
|
<RootNamespace>ZRCola</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\include\Win32.props" />
|
|
<Import Project="..\include\Debug.props" />
|
|
<Import Project="ZRCola.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\include\x64.props" />
|
|
<Import Project="..\include\Debug.props" />
|
|
<Import Project="ZRCola.props" />
|
|
</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="..\include\Win32.props" />
|
|
<Import Project="..\include\Release.props" />
|
|
<Import Project="ZRCola.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="..\include\x64.props" />
|
|
<Import Project="..\include\Release.props" />
|
|
<Import Project="ZRCola.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="zrcolaabout.cpp" />
|
|
<ClCompile Include="zrcolaapp.cpp" />
|
|
<ClCompile Include="zrcolachrcatpnl.cpp" />
|
|
<ClCompile Include="zrcolachrgrid.cpp" />
|
|
<ClCompile Include="zrcolachrreq.cpp" />
|
|
<ClCompile Include="zrcolachrslct.cpp" />
|
|
<ClCompile Include="zrcolacomppnl.cpp" />
|
|
<ClCompile Include="zrcolafrm.cpp" />
|
|
<ClCompile Include="zrcolagui.cpp" />
|
|
<ClCompile Include="zrcolakeyhndlr.cpp" />
|
|
<ClCompile Include="zrcolasettings.cpp" />
|
|
<ClCompile Include="zrcolatranseq.cpp" />
|
|
<ClCompile Include="zrcolaupdater.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="stdafx.h" />
|
|
<ClInclude Include="zrcolaabout.h" />
|
|
<ClInclude Include="zrcolaapp.h" />
|
|
<ClInclude Include="zrcolachrcatpnl.h" />
|
|
<ClInclude Include="zrcolachrgrid.h" />
|
|
<ClInclude Include="zrcolachrreq.h" />
|
|
<ClInclude Include="zrcolachrslct.h" />
|
|
<ClInclude Include="zrcolacomppnl.h" />
|
|
<ClInclude Include="zrcolafrm.h" />
|
|
<ClInclude Include="zrcolagui.h" />
|
|
<ClInclude Include="zrcolakeyhndlr.h" />
|
|
<ClInclude Include="zrcolasettings.h" />
|
|
<ClInclude Include="zrcolatranseq.h" />
|
|
<ClInclude Include="zrcolaupdater.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\lib\libZRColaUI\build\libZRColaUI.vcxproj">
|
|
<Project>{c0a84bd2-3870-4cd6-b281-0ab322e3c579}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\lib\libZRCola\build\libZRCola.vcxproj">
|
|
<Project>{3c61929e-7289-4101-8d0a-da22d6e1aea8}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\lib\WinStd\build\WinStd.vcxproj">
|
|
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\lib\wxExtend\build\wxExtendDll.vcxproj">
|
|
<Project>{a3a36689-ac35-4026-93da-a3ba0c0e767c}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Updater\Updater\build\Updater.vcxproj">
|
|
<Project>{990d8cf9-4457-4dc0-aa18-4968ef434741}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="locale\ZRCola.pot" />
|
|
<None Include="res\char_select.ico" />
|
|
<None Include="res\copy_composed_and_return.ico" />
|
|
<None Include="res\copy_decomposed_and_return.ico" />
|
|
<None Include="res\edit_copy.ico" />
|
|
<None Include="res\edit_cut.ico" />
|
|
<None Include="res\edit_paste.ico" />
|
|
<None Include="res\navigate_back.ico" />
|
|
<None Include="res\navigate_forward.ico" />
|
|
<None Include="res\send_abort.ico" />
|
|
<None Include="res\send_composed.ico" />
|
|
<None Include="res\send_decomposed.ico" />
|
|
<None Include="res\zrcola.ico" />
|
|
<None Include="ZRCola.fbp">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="ZRCola.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<POCompile Include="locale\de_DE.po" />
|
|
<POCompile Include="locale\ru_RU.po" />
|
|
<POCompile Include="locale\sl_SI.po" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\include\xgettext.targets" />
|
|
</ImportGroup>
|
|
</Project> |