bluebonnet/Demos/WinForm_FS/WinForm_FS.fsproj
2020-08-26 11:23:24 +03:00

33 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{EF7A55BE-784B-404B-90FC-E265EF8115B5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SpaceFlint.Demos</RootNamespace>
<AssemblyName>Demo_WinForm_FS</AssemblyName>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ProjectLanguage>FSharp</ProjectLanguage>
</PropertyGroup>
<Import Project="..\..\Solution.project" />
<ItemGroup>
<Content Include="packages.config" />
<Reference Include="FSharp.Core">
<HintPath>..\packages\FSharp.Core.4.7.2\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<ProjectReference Include="..\WinForm_CS\WinForm_CS.csproj">
<Project>{67A50769-550D-4C76-8965-73D73E76A173}</Project>
<Name>Main</Name>
</ProjectReference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="PresentationFramework" />
<None Include="..\Common\App.config" />
<Compile Include="AssemblyInfo.fs" />
<Compile Include="..\Common\Points.fs" />
<Compile Include="Main.fs" />
</ItemGroup>
<Target Name="RunDemo" DependsOnTargets="Build;AfterBuild">
<Exec Command="&quot;$(OutputPath)$(AssemblyName).exe&quot;"/>
</Target>
</Project>