bluebonnet/Demos/WinForm_CS/WinForm_CS.csproj

28 lines
1.1 KiB
XML
Raw Permalink Normal View History

2020-08-26 11:23:24 +03:00
<?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="&quot;$(OutputPath)$(AssemblyName).exe&quot;" />
</Target>
</Project>