2011-01-11 21:25:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- VC boilerplate -->
|
2011-01-11 21:25:47 +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>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{BD00D65F-24DA-4784-8860-3B972EA125FC}</ProjectGuid>
|
|
|
|
<RootNamespace>libresrc</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2012-11-01 15:10:06 +01:00
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Aegisub project configuration -->
|
|
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
2012-11-01 15:10:06 +01:00
|
|
|
<AegisubUseWxWidgets>true</AegisubUseWxWidgets>
|
|
|
|
<SrcDir>..\..\..\src\libresrc\</SrcDir>
|
2011-01-11 21:25:47 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-14 04:47:57 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
2011-01-11 21:25:47 +01:00
|
|
|
</ImportGroup>
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Project specific configuration -->
|
2011-01-11 21:25:47 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
2012-11-01 15:10:06 +01:00
|
|
|
<ResPack>
|
|
|
|
<OutputDir>$(MSBuildThisFileDirectory)..\..\..\src\libresrc\</OutputDir>
|
|
|
|
</ResPack>
|
2011-01-11 21:25:47 +01:00
|
|
|
</ItemDefinitionGroup>
|
2011-01-14 04:47:57 +01:00
|
|
|
<ImportGroup Label="ExtensionTargets">
|
2012-11-01 15:10:06 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\respack\Aegisub.ResPack.targets" />
|
2011-01-14 04:47:57 +01:00
|
|
|
</ImportGroup>
|
|
|
|
<!-- Source files -->
|
2011-01-11 21:25:47 +01:00
|
|
|
<ItemGroup>
|
2012-11-01 15:10:06 +01:00
|
|
|
<ResPack Include="..\..\..\src\libresrc\manifest.respack">
|
|
|
|
<OutputName>default_config.cpp</OutputName>
|
|
|
|
<OutputHeader>default_config.h</OutputHeader>
|
|
|
|
</ResPack>
|
|
|
|
<ResPack Include="..\..\..\src\bitmaps\manifest.respack">
|
|
|
|
<OutputName>bitmap.cpp</OutputName>
|
|
|
|
<OutputHeader>bitmap.h</OutputHeader>
|
|
|
|
</ResPack>
|
2011-01-11 21:25:47 +01:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="$(SrcDir)libresrc.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="$(SrcDir)libresrc.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|