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>{2F6C6AAD-44DA-4993-BDDB-F6B3F3424916}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>SpaceFlint.PruneMerge</RootNamespace>
|
|
<AssemblyName>PruneMerge</AssemblyName>
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
|
<ProjectLanguage>FSharp</ProjectLanguage>
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<Import Project="..\Solution.project" />
|
|
<ItemGroup>
|
|
<Compile Include="Cmdline.fs" />
|
|
<Compile Include="Program.fs" />
|
|
<Content Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\JavaBinary\JavaBinary.csproj">
|
|
<Project>{e9ad82d2-f50f-47d0-af81-98fae604d910}</Project>
|
|
<Name>JavaBinary</Name>
|
|
</ProjectReference>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\packages\FSharp.Core.4.7.2\lib\net45\FSharp.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.Compression" />
|
|
</ItemGroup>
|
|
</Project> |