bluebonnet/JavaBinary/JavaBinary.csproj

20 lines
639 B
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>{E9AD82D2-F50F-47D0-AF81-98FAE604D910}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SpaceFlint.JavaBinary</RootNamespace>
<AssemblyName>JavaBinary</AssemblyName>
</PropertyGroup>
<Import Project="..\Solution.project" />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.IO.Compression" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="src\**\*.cs" />
</ItemGroup>
</Project>