2011-01-11 19:15:31 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Aegisub project</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
2011-01-14 04:47:57 +01:00
|
|
|
|
|
|
|
<!-- Base configuration for VC projects -->
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
<ConfigurationType Condition="'$(AegisubProjectType)'=='lib'">StaticLibrary</ConfigurationType>
|
|
|
|
<ConfigurationType Condition="'$(AegisubProjectType)'=='dll'">DynamicLibrary</ConfigurationType>
|
|
|
|
<ConfigurationType Condition="'$(AegisubProjectType)'=='exe'">Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries Condition="'$(Configuration)'=='Debug'" >true</UseDebugLibraries>
|
|
|
|
<UseDebugLibraries Condition="'$(Configuration)'=='Release'" >false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'" >true</WholeProgramOptimization>
|
|
|
|
<CharacterSet >Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2011-01-11 19:15:31 +01:00
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)userconfig\*.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)paths.props" />
|
2011-11-28 23:45:27 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)Aegisub\standard-libraries.props" />
|
2011-01-11 19:15:31 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)standard-settings.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)standard-outdirs.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)wx.props" Condition="'$(AegisubUseWxWidgets)' == 'true'" />
|
|
|
|
</ImportGroup>
|
2011-01-14 08:40:06 +01:00
|
|
|
|
|
|
|
<!-- The standard targets need to go last for all paths to be proper -->
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2012-11-02 00:26:44 +01:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Label="LocalAppDataPlatform" />
|
2011-11-28 23:45:27 +01:00
|
|
|
</Project>
|