|
@@ -16,9 +16,6 @@
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
</PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
|
|
|
- </ItemGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -184,7 +181,6 @@
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Managers\AfterSalesManager.cs" />
|
|
|
<Compile Include="Managers\AppManager.cs" />
|
|
@@ -336,6 +332,17 @@
|
|
|
<Name>Vinno.vCloud.FIS.CrossPlatform.Windows</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="SkiaSharp">
|
|
|
+ <Version>1.68.2.1</Version>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="sqlite-net-pcl">
|
|
|
+ <Version>1.7.335</Version>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="System.Text.Json">
|
|
|
+ <Version>5.0.2</Version>
|
|
|
+ </PackageReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PostBuildEvent>if not exist "$(TargetDir)x64" mkdir "$(TargetDir)x64"
|