Added opentk.nsi to project, to allow editing directly through the IDE.
This commit is contained in:
parent
82019a9127
commit
80a8dd6d33
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="2.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
||||
<OutputPath>.</OutputPath>
|
||||
|
@ -20,6 +20,9 @@
|
|||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="opentk.nsi" />
|
||||
</ItemGroup>
|
||||
<Target Name="Build">
|
||||
<DateStamp>
|
||||
<Output TaskParameter="Date" PropertyName="ShortDate" />
|
||||
|
|
Loading…
Reference in a new issue