Add dependencies.
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Eto.Forms" Version="2.4.1" />
|
<PackageReference Include="Eto.Forms" Version="2.4.1" />
|
||||||
<PackageReference Include="Eto.Serialization.Xaml" 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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="..\LICENSE">
|
<Content Include="..\LICENSE">
|
||||||
@@ -17,4 +19,9 @@
|
|||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="..\..\dotnet\cicm.cs">
|
||||||
|
<Link>cicm.cs</Link>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user