2012-11-15 21:36:23 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Custom Tasks</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ExecShellScript Include=".">
|
|
|
|
<CC>cl</CC>
|
|
|
|
<CFLAGS>-nologo</CFLAGS>
|
|
|
|
<PATH>$(MsysBasePath)\bin;$(NativeExecutablePath)</PATH>
|
2012-11-17 00:35:45 +01:00
|
|
|
<INCLUDE>$(MSBuildProjectDirectory);$(AegisubSourceBase)\src\msvc;$(AegisubSourceBase)\include;$(IncludePath)</INCLUDE>
|
2012-11-15 21:36:23 +01:00
|
|
|
<LIB>$(AegisubLibraryDir);$(LibraryPath)</LIB>
|
|
|
|
<Configuration>$(Configuration)</Configuration>
|
|
|
|
<Platform>$(Platform)</Platform>
|
|
|
|
<Sh>$(MsysBasePath)\bin\sh.exe</Sh>
|
|
|
|
</ExecShellScript>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<UsingTask TaskName="ExecShellScript" AssemblyFile="$(AegisubBinaryDir)BuildTasks.dll" />
|
|
|
|
<UsingTask TaskName="MsysPath" AssemblyFile="$(AegisubBinaryDir)BuildTasks.dll" />
|
|
|
|
<UsingTask TaskName="UpdateFile" AssemblyFile="$(AegisubBinaryDir)BuildTasks.dll" />
|
|
|
|
</Project>
|
|
|
|
|