2010-10-04 21:30:42 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Nsis'">
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{75DC22B1-113F-4A66-96B9-2FF8208C10E8}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="..\Build.Tasks\Common.xml" />
|
|
|
|
|
<Target Name="UpdateVersion">
|
|
|
|
|
<GenerateAssemblyInfo OutputFile="..\GlobalAssemblyInfo.cs" AssemblyCompany="The Open Toolkit Library" AssemblyProduct="The Open Toolkit Library" AssemblyCopyright="Copyright © 2006 - 2010 the Open Toolkit Library" AssemblyTrademark="OpenTK" Major="1" Minor="0" />
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="Build">
|
|
|
|
|
<CallTarget Targets="UpdateVersion" />
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="Rebuild">
|
|
|
|
|
<CallTarget Targets="UpdateVersion" />
|
2010-10-04 23:02:31 +00:00
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="Clean" />
|
|
|
|
|
</Project>
|