2017-02-13 11:31:55 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-08 14:50:52 +08:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
|
|
|
Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
|
|
-->
|
2017-02-13 00:02:44 +08:00
|
|
|
<configuration>
|
2017-02-13 15:48:53 +08:00
|
|
|
<appSettings>
|
|
|
|
<add key="StagingFolder" value="Staging" />
|
|
|
|
<add key="ReleasesFolder" value="Releases" />
|
|
|
|
<add key="GitHubAccessToken" value="" />
|
|
|
|
<add key="GitHubUsername" value="ppy" />
|
|
|
|
<add key="GitHubRepoName" value="osu" />
|
|
|
|
<add key="ProjectName" value="osu.Desktop" />
|
|
|
|
<add key="NuSpecName" value="osu.Desktop\osu.nuspec" />
|
|
|
|
<add key="SolutionName" value="osu" />
|
|
|
|
<add key="TargetName" value="Client\osu.Desktop" />
|
|
|
|
<add key="PackageName" value="osulazer" />
|
|
|
|
<add key="IconName" value="lazer.ico" />
|
|
|
|
<add key="CodeSigningCertificate" value="" />
|
|
|
|
</appSettings>
|
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
|
|
|
</startup>
|
2017-04-12 18:20:30 +08:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="DeltaCompressionDotNet.MsDelta" publicKeyToken="46b2138a390abf55" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
|
|
|
|
</dependentAssembly>
|
2017-06-13 10:50:46 +08:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="SharpCompress" publicKeyToken="afb0a02973931d96" culture="neutral" />
|
2017-09-13 19:25:40 +08:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0-0.18.1.0" newVersion="0.18.1.0" />
|
2017-06-13 10:50:46 +08:00
|
|
|
</dependentAssembly>
|
2017-04-12 18:20:30 +08:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2017-02-13 00:02:44 +08:00
|
|
|
</configuration>
|