86 lines
4.0 KiB
XML
86 lines
4.0 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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{87A3ADEC-1BE4-42E4-92B8-B742F3D21BC4}</ProjectGuid>
|
|
<RootNamespace>ZRColaCompile</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)'=='Release|Win32'" 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="ZRColaCompile.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="ZRColaCompile.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<ClCompile Include="dbsource.cpp" />
|
|
<ClCompile Include="main.cpp" />
|
|
<ClCompile Include="stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="dbsource.h" />
|
|
<ClInclude Include="stdafx.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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="ZRColaCompile.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<POCompile Include="locale\de_DE.po" />
|
|
<POCompile Include="locale\ru_RU.po" />
|
|
<POCompile Include="locale\sl_SI.po" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="locale\ZRColaCompile.pot" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\include\xgettext.targets" />
|
|
</ImportGroup>
|
|
</Project> |