This commit is contained in:
pypy
2020-11-17 21:32:08 +09:00
parent 45643b9a25
commit fbe54ee962

View File

@@ -14,6 +14,7 @@
<Deterministic>true</Deterministic> <Deterministic>true</Deterministic>
<NuGetPackageImportStamp> <NuGetPackageImportStamp>
</NuGetPackageImportStamp> </NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Disk</InstallFrom>
@@ -26,7 +27,6 @@
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision> <ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup> </PropertyGroup>
@@ -95,7 +95,6 @@
<Compile Include="CpuMonitor.cs" /> <Compile Include="CpuMonitor.cs" />
<Compile Include="OffScreenBrowser.cs" /> <Compile Include="OffScreenBrowser.cs" />
<Compile Include="NoopDragHandler.cs" /> <Compile Include="NoopDragHandler.cs" />
<Compile Include="ToastService.cs" />
<Compile Include="WebApi.cs" /> <Compile Include="WebApi.cs" />
<Compile Include="SQLite.cs" /> <Compile Include="SQLite.cs" />
<Compile Include="SharedVariable.cs" /> <Compile Include="SharedVariable.cs" />
@@ -175,9 +174,6 @@
<PackageReference Include="DiscordRichPresence"> <PackageReference Include="DiscordRichPresence">
<Version>1.0.166</Version> <Version>1.0.166</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.17134.1000</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json"> <PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version> <Version>12.0.3</Version>
</PackageReference> </PackageReference>