2011-01-11 19:15:31 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-18 03:03:42 +01:00
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-11-06 04:34:50 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Aegisub project</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
2011-01-14 04:47:57 +01:00
|
|
|
|
2012-12-02 02:13:07 +01:00
|
|
|
<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>
|
|
|
|
|
2012-11-06 04:34:50 +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>
|
2014-05-08 15:46:26 +02:00
|
|
|
<CharacterSet Condition="'$(AegisubMBCS)'=='true'" >MultiByte</CharacterSet>
|
2013-12-11 21:30:27 +01:00
|
|
|
<PlatformToolset >v120_xp</PlatformToolset>
|
2012-11-06 04:34:50 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2011-01-14 08:40:06 +01:00
|
|
|
|
2012-11-06 04:34:50 +01:00
|
|
|
<!-- Default configuration -->
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\DefaultConfiguration.props" />
|
|
|
|
<!-- Import the Aegisub user config file for non-Aegisub projects since
|
|
|
|
there doesn't seem to be any sort of solution-wide config file -->
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)\Aegisub\Aegisub.vcxproj.user"
|
2012-11-16 23:02:45 +01:00
|
|
|
Condition="'$(MSBuildProjectName)' != 'Aegisub' and Exists('$(MSBuildThisFileDirectory)\Aegisub\Aegisub.vcxproj.user')" />
|
2012-11-06 04:34:50 +01:00
|
|
|
</ImportGroup>
|
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)userconfig\*.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)paths.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)Aegisub\standard-libraries.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)standard-settings.props" />
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)standard-outdirs.props" />
|
2012-11-15 21:36:23 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)tasks.props" />
|
2012-11-06 04:34:50 +01:00
|
|
|
</ImportGroup>
|
|
|
|
|
|
|
|
<!-- The standard targets need to go last for all paths to be proper -->
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Label="LocalAppDataPlatform" />
|
|
|
|
|
2012-11-17 04:37:19 +01:00
|
|
|
<ImportGroup Label="Targets">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)install.targets" />
|
|
|
|
</ImportGroup>
|
2011-11-28 23:45:27 +01:00
|
|
|
</Project>
|