Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Now more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
LazuliKao committed Nov 8, 2020
1 parent 560e2d3 commit 989f4ad
Show file tree
Hide file tree
Showing 2,054 changed files with 2,388,621 additions and 1,907 deletions.
Binary file modified .vs/PFSHOP/v16/.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions ManageWindow/FodyWeavers.xml
@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<AsyncErrorHandler />
</Weavers>
26 changes: 26 additions & 0 deletions ManageWindow/FodyWeavers.xsd
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="AsyncErrorHandler" minOccurs="0" maxOccurs="1" type="xs:anyType" />
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
<xs:annotation>
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenerateXsd" type="xs:boolean">
<xs:annotation>
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
9 changes: 8 additions & 1 deletion ManageWindow/MainWindow.xaml.cs
Expand Up @@ -21,6 +21,13 @@ namespace ManageWindow
/// </summary>
public partial class MainWindow
{
public static class AsyncErrorHandler
{
public static void HandleException(Exception exception)
{
WriteLine(exception);
}
}
public MainWindow()
{
InitializeComponent();
Expand All @@ -33,7 +40,7 @@ private void Button_Click(object sender, RoutedEventArgs e)
{
Process.Start("https://github.com/littlegao233/PFShop-CS/releases");
}
public void WriteLine(object content)
public static void WriteLine(object content)
{
ConsoleColor defaultForegroundColor = Console.ForegroundColor;
ConsoleColor defaultBackgroundColor = Console.BackgroundColor;
Expand Down
13 changes: 13 additions & 0 deletions ManageWindow/PFSHOPManageWindow.csproj
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\AsyncErrorHandler.Fody.1.3.0\build\AsyncErrorHandler.Fody.props" Condition="Exists('..\packages\AsyncErrorHandler.Fody.1.3.0\build\AsyncErrorHandler.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -36,6 +37,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AsyncErrorHandler, Version=1.3.0.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL">
<HintPath>..\packages\AsyncErrorHandler.Fody.1.3.0\lib\netstandard1.0\AsyncErrorHandler.dll</HintPath>
</Reference>
<Reference Include="MaterialDesignColors, Version=1.2.6.1513, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.dll</HintPath>
</Reference>
Expand All @@ -49,9 +53,15 @@
<HintPath>..\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Security" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -132,5 +142,8 @@
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.1.3\build\MaterialDesignThemes.targets'))" />
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\AsyncErrorHandler.Fody.1.3.0\build\AsyncErrorHandler.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\AsyncErrorHandler.Fody.1.3.0\build\AsyncErrorHandler.Fody.props'))" />
</Target>
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
</Project>
Binary file added ManageWindow/bin/Debug/AsyncErrorHandler.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions ManageWindow/bin/Debug/AsyncErrorHandler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ManageWindow/bin/Debug/ManageWindow.exe
Binary file not shown.
Binary file modified ManageWindow/bin/Debug/ManageWindow.pdb
Binary file not shown.
Binary file not shown.
Binary file added ManageWindow/bin/Release/AsyncErrorHandler.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions ManageWindow/bin/Release/AsyncErrorHandler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ManageWindow/bin/Release/ManageWindow.exe
Binary file not shown.
Binary file modified ManageWindow/bin/Release/ManageWindow.pdb
Binary file not shown.
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/MainWindow.baml
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/ManageWindow.exe
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/ManageWindow.g.resources
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/ManageWindow.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion ManageWindow/obj/Debug/ManageWindow_MarkupCompile.cache
Expand Up @@ -13,7 +13,7 @@ C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\App.xaml
31528227330

7-1030224550
20-657421939
75-2074703552
MainWindow.xaml;Pages\GeneralSetting.xaml;Pages\ShopEdit.xaml;

False
Expand Down
@@ -1 +1 @@
56071bf9ceb7e08ad46e98030b603c4660c95e5b
39f79b6f94e7ac9596edbde388eeda22b0d2ee89
Expand Up @@ -80,3 +80,7 @@ C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Debug\PFSHOPManageWin
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Debug\PFSHOPManageWindow.csproj.CopyComplete
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Debug\ManageWindow.exe
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Debug\ManageWindow.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Debug\AsyncErrorHandler.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Debug\AsyncErrorHandler.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Debug\PFSHOPManageWindow.csproj.Fody.CopyLocal.cache
@@ -0,0 +1,24 @@
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\AsyncErrorHandler.Fody.1.3.0\lib\netstandard1.0\AsyncErrorHandler.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\MaterialDesignExtensions.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\AsyncErrorHandler.Fody.1.3.0\lib\netstandard1.0\AsyncErrorHandler.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\MaterialDesignExtensions.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\ar-DZ\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\cs\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\cs-CZ\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\de\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\fr\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\fr-FR\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\pt\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\pt-BR\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\Ru\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\ru-ru\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\uz-Latn-UZ\MaterialDesignExtensions.resources.dll
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/Pages/GeneralSetting.baml
Binary file not shown.
Binary file modified ManageWindow/obj/Debug/Pages/ShopEdit.baml
Binary file not shown.
Binary file not shown.
Binary file modified ManageWindow/obj/Release/MainWindow.baml
Binary file not shown.
Binary file modified ManageWindow/obj/Release/ManageWindow.exe
Binary file not shown.
Binary file modified ManageWindow/obj/Release/ManageWindow.g.resources
Binary file not shown.
Binary file modified ManageWindow/obj/Release/ManageWindow.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion ManageWindow/obj/Release/ManageWindow_MarkupCompile.cache
Expand Up @@ -13,7 +13,7 @@ C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\App.xaml
31528227330

7-1030224550
20-657421939
75-2074703552
MainWindow.xaml;Pages\GeneralSetting.xaml;Pages\ShopEdit.xaml;

False
Expand Down
20 changes: 20 additions & 0 deletions ManageWindow/obj/Release/ManageWindow_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
ManageWindow


winexe
C#
.cs
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\
ManageWindow
none
false
TRACE
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\App.xaml
31528227330

8-33711879
75-2074703552
MainWindow.xaml;Pages\GeneralSetting.xaml;Pages\ShopEdit.xaml;

True

6 changes: 6 additions & 0 deletions ManageWindow/obj/Release/ManageWindow_MarkupCompile.i.lref
@@ -0,0 +1,6 @@


FC:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\MainWindow.xaml;;
FC:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\Pages\GeneralSetting.xaml;;
FC:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\Pages\ShopEdit.xaml;;

@@ -1 +1 @@
0656658ef82906cf4127974645fec5dac78d84e8
91520621e3bf93b8aae9957495cb478bb48be51d
Expand Up @@ -80,3 +80,7 @@ C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\PFSHOPManageW
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\PFSHOPManageWindow.csproj.CopyComplete
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\ManageWindow.exe
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\ManageWindow.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Release\AsyncErrorHandler.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Release\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\bin\Release\AsyncErrorHandler.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\ManageWindow\obj\Release\PFSHOPManageWindow.csproj.Fody.CopyLocal.cache
@@ -0,0 +1,24 @@
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\AsyncErrorHandler.Fody.1.3.0\lib\netstandard1.0\AsyncErrorHandler.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\MaterialDesignExtensions.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\AsyncErrorHandler.Fody.1.3.0\lib\netstandard1.0\AsyncErrorHandler.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignColors.1.2.6\lib\net45\MaterialDesignColors.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\MaterialDesignExtensions.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignThemes.3.1.3\lib\net45\MaterialDesignThemes.Wpf.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.pdb
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\Ookii.Dialogs.Wpf.1.1.0\lib\net45\Ookii.Dialogs.Wpf.xml
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\ar-DZ\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\cs\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\cs-CZ\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\de\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\fr\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\fr-FR\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\pt\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\pt-BR\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\Ru\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\ru-ru\MaterialDesignExtensions.resources.dll
C:\Users\gaoxi\Documents\GitHub\PFSHOP-CS\packages\MaterialDesignExtensions.3.2.0\lib\net45\uz-Latn-UZ\MaterialDesignExtensions.resources.dll
Binary file not shown.
Binary file modified ManageWindow/obj/Release/Pages/GeneralSetting.baml
Binary file not shown.
Binary file modified ManageWindow/obj/Release/Pages/ShopEdit.baml
Binary file not shown.
33 changes: 33 additions & 0 deletions ManageWindow/packages.config
@@ -1,7 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AsyncErrorHandler.Fody" version="1.3.0" targetFramework="net45" />
<package id="Fody" version="6.0.0" targetFramework="net45" developmentDependency="true" />
<package id="MaterialDesignColors" version="1.2.6" targetFramework="net45" />
<package id="MaterialDesignExtensions" version="3.2.0" targetFramework="net45" />
<package id="MaterialDesignThemes" version="3.1.3" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net45" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net45" />
<package id="Ookii.Dialogs.Wpf" version="1.1.0" targetFramework="net45" />
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net45" />
<package id="System.Globalization" version="4.3.0" targetFramework="net45" />
<package id="System.IO" version="4.3.0" targetFramework="net45" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net45" />
<package id="System.Linq" version="4.3.0" targetFramework="net45" />
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net45" />
<package id="System.Net.Http" version="4.3.0" targetFramework="net45" />
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net45" />
<package id="System.ObjectModel" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net45" />
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net45" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net45" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net45" />
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net45" />
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net45" />
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net45" />
<package id="System.Threading" version="4.3.0" targetFramework="net45" />
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net45" />
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net45" />
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net45" />
</packages>
1 change: 1 addition & 0 deletions PFSHOP/FodyWeavers.xml
@@ -1,3 +1,4 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<AsyncErrorHandler />
<Costura />
</Weavers>
1 change: 1 addition & 0 deletions PFSHOP/FodyWeavers.xsd
Expand Up @@ -4,6 +4,7 @@
<xs:element name="Weavers">
<xs:complexType>
<xs:all>
<xs:element name="AsyncErrorHandler" minOccurs="0" maxOccurs="1" type="xs:anyType" />
<xs:element name="Costura" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:all>
Expand Down

0 comments on commit 989f4ad

Please sign in to comment.