添加项目文件。

This commit is contained in:
akwkevin
2021-07-23 09:42:22 +08:00
commit f25a958797
2798 changed files with 352360 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="LiveCharts" publicKeyToken="c5935629d38af058" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="LiveCharts.Wpf" publicKeyToken="3b585c2a5f1a92c1" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-0.7.2.2" newVersion="0.7.2.2"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>