28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{67A50769-550D-4C76-8965-73D73E76A173}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>SpaceFlint.Demos</RootNamespace>
|
|
<AssemblyName>Demo_WinForm_CS</AssemblyName>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<Import Project="..\..\Solution.project" />
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="PresentationFramework" />
|
|
<None Include="..\Common\App.config" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="..\Common\HAL.cs" />
|
|
<Compile Include="..\Common\WinForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="..\Common\Points.cs" />
|
|
<Compile Include="Main.cs" />
|
|
</ItemGroup>
|
|
<Target Name="RunDemo" DependsOnTargets="Build;AfterBuild">
|
|
<Exec Command=""$(OutputPath)$(AssemblyName).exe"" />
|
|
</Target>
|
|
</Project> |