mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 19:01:06 +00:00
Added opentk.nsi to project, to allow editing directly through the IDE.
This commit is contained in:
parent
82019a9127
commit
80a8dd6d33
|
@ -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">
|
<Project ToolsVersion="2.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
||||||
<OutputPath>.</OutputPath>
|
<OutputPath>.</OutputPath>
|
||||||
|
@ -20,6 +20,9 @@
|
||||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="opentk.nsi" />
|
||||||
|
</ItemGroup>
|
||||||
<Target Name="Build">
|
<Target Name="Build">
|
||||||
<DateStamp>
|
<DateStamp>
|
||||||
<Output TaskParameter="Date" PropertyName="ShortDate" />
|
<Output TaskParameter="Date" PropertyName="ShortDate" />
|
||||||
|
|
Loading…
Reference in a new issue