-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09fe920
commit a62a9a3
Showing
12 changed files
with
50 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Temp/ | |
obj/ | ||
classes/ | ||
generated/ | ||
.idea | ||
*.suo | ||
*.ide | ||
applicationhost.config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
ApiExamples/CSharp/ApiExamples.Xamarin/Mac/TestRunner.Xamarin.Mac/packages.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
ApiExamples/CSharp/ApiExamples.Xamarin/Mac/Xamarin.Mac.Tests/packages.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,42 +94,17 @@ | |
<None Include="Info.plist" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Content Include="Entitlements.plist" /> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BundleResource Include="Resources\Default.png" /> | ||
<BundleResource Include="Resources\[email protected]" /> | ||
<BundleResource Include="Resources\[email protected]" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="Aspose.Words, Version=20.5.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\Aspose.Words.20.5.0\lib\netstandard2.0\Aspose.Words.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Aspose.Words.Pdf2Word, Version=20.4.0.0, Culture=neutral, PublicKeyToken=b2012bcb6a4c6805, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\Aspose.Words.20.5.0\lib\netstandard2.0\Aspose.Words.Pdf2Word.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\Microsoft.Win32.Registry.4.7.0\lib\netstandard2.0\Microsoft.Win32.Registry.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MonoTouch.NUnitLite" /> | ||
<Reference Include="Aspose.BarCode"> | ||
<HintPath>..\..\..\packages\Aspose.BarCode.19.2.0\lib\netstandard2.0\Aspose.BarCode.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\SkiaSharp.1.68.1.1\lib\Xamarin.iOS\SkiaSharp.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\System.Security.AccessControl.4.7.0\lib\netstandard2.0\System.Security.AccessControl.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\System.Security.Principal.Windows.4.7.0\lib\netstandard2.0\System.Security.Principal.Windows.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="Xamarin.iOS" /> | ||
|
@@ -142,5 +117,16 @@ | |
<IsWatchApp>false</IsWatchApp> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Aspose.BarCode"> | ||
<Version>19.2.0</Version> | ||
</PackageReference> | ||
<PackageReference Include="Aspose.Words"> | ||
<Version>20.5.0</Version> | ||
</PackageReference> | ||
<PackageReference Include="System.Reflection.Emit" Version="4.3.0"> | ||
<ExcludeAssets>all</ExcludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> | ||
</Project> |
13 changes: 0 additions & 13 deletions
13
ApiExamples/CSharp/ApiExamples.Xamarin/iOS/TestRunner.Xamarin.iOS/packages.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
ApiExamples/CSharp/ApiExamples.Xamarin/iOS/Xamarin.iOS.Tests/packages.config
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters