2010-11-02 18:39:43 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-10-04 23:30:42 +02:00
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
2010-10-06 16:56:11 +02:00
|
|
|
<OutputPath>..\..\Binaries\OpenTK\Release</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
2010-10-04 23:30:42 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
2010-10-06 16:56:11 +02:00
|
|
|
<OutputPath>..\..\Binaries\OpenTK\Debug</OutputPath>
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
<Optimize>false</Optimize>
|
2010-10-04 23:30:42 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
2010-10-06 16:56:11 +02:00
|
|
|
<OutputPath>..\..\Binaries\OpenTK\Release</OutputPath>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2010-10-04 23:30:42 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Nsis'">
|
2010-10-06 16:56:11 +02:00
|
|
|
<OutputPath>..\..\Binaries\OpenTK\Release</OutputPath>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2010-10-04 23:30:42 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{75DC22B1-113F-4A66-96B9-2FF8208C10E8}</ProjectGuid>
|
2010-10-06 17:17:29 +02:00
|
|
|
<AssemblyName>Build.UpdateVersion</AssemblyName>
|
|
|
|
<RootNamespace>Build.UpdateVersion</RootNamespace>
|
2010-10-06 16:56:11 +02:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
2010-11-02 18:39:43 +01:00
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2010-10-04 23:30:42 +02:00
|
|
|
</PropertyGroup>
|
2010-10-06 16:56:11 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
</ItemGroup>
|
2010-10-28 12:30:35 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System" />
|
|
|
|
</ItemGroup>
|
2010-10-06 16:56:11 +02:00
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
2010-11-02 18:39:43 +01:00
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2010-10-06 16:56:11 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
<PreBuildEvent>
|
|
|
|
</PreBuildEvent>
|
|
|
|
<PostBuildEvent>
|
|
|
|
</PostBuildEvent>
|
|
|
|
</PropertyGroup>
|
2010-11-02 18:39:43 +01:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Documentation|AnyCPU' ">
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
<DefineConstants>TRACE;</DefineConstants>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
<DefineConstants>TRACE;</DefineConstants>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Nsis|AnyCPU' ">
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
<DefineConstants>TRACE;</DefineConstants>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
2010-10-06 16:56:11 +02:00
|
|
|
<Target Name="BeforeBuild">
|
2010-10-06 10:47:01 +02:00
|
|
|
<Delete Files="..\..\Version.txt" />
|
2010-10-04 23:30:42 +02:00
|
|
|
</Target>
|
2010-10-06 16:56:11 +02:00
|
|
|
<Target Name="AfterBuild">
|
2010-10-06 17:07:12 +02:00
|
|
|
<Exec Command="$(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) == 'Windows_NT'" />
|
|
|
|
<Exec Command="mono $(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) != 'Windows_NT'" />
|
2010-10-05 01:02:31 +02:00
|
|
|
</Target>
|
2010-10-06 17:17:29 +02:00
|
|
|
</Project>
|