Add dependencies.

This commit is contained in:
2018-07-30 22:34:21 +01:00
parent 7f595d35ed
commit fdbaf24667

View File

@@ -10,6 +10,8 @@
<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.4.1" />
<PackageReference Include="Eto.Serialization.Xaml" Version="2.4.1" />
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE">
@@ -17,4 +19,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\dotnet\cicm.cs">
<Link>cicm.cs</Link>
</Compile>
</ItemGroup>
</Project>