mirror of
https://github.com/uberhalit/SekiroFpsUnlockAndMore.git
synced 2026-06-13 09:57:55 +00:00
run as normal user, include icons in project, update .Net to 4.6.1
This commit is contained in:
parent
f485974b6b
commit
d45267119e
6 changed files with 238 additions and 209 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
||||||
</startup>
|
</startup>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
126
SekiroFpsUnlockAndMore/Properties/Resources.Designer.cs
generated
126
SekiroFpsUnlockAndMore/Properties/Resources.Designer.cs
generated
|
|
@ -1,63 +1,63 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
// Laufzeitversion:4.0.30319.42000
|
// Laufzeitversion:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
// der Code erneut generiert wird.
|
// der Code erneut generiert wird.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace SekiroFpsUnlockAndMore.Properties {
|
namespace SekiroFpsUnlockAndMore.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Resources {
|
internal class Resources {
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
internal Resources() {
|
internal Resources() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SekiroFpsUnlockAndMore.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SekiroFpsUnlockAndMore.Properties.Resources", typeof(Resources).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
get {
|
get {
|
||||||
return resourceCulture;
|
return resourceCulture;
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
resourceCulture = value;
|
resourceCulture = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
// Laufzeitversion:4.0.30319.42000
|
// Laufzeitversion:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
// der Code erneut generiert wird.
|
// der Code erneut generiert wird.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace SekiroFpsUnlockAndMore.Properties {
|
namespace SekiroFpsUnlockAndMore.Properties {
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")]
|
||||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
||||||
public static Settings Default {
|
public static Settings Default {
|
||||||
get {
|
get {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,114 +1,143 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{DDB24669-982C-44D6-8375-6176CD97B7E2}</ProjectGuid>
|
<ProjectGuid>{DDB24669-982C-44D6-8375-6176CD97B7E2}</ProjectGuid>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>SekiroFpsUnlockAndMore</RootNamespace>
|
<RootNamespace>SekiroFpsUnlockAndMore</RootNamespace>
|
||||||
<AssemblyName>SekiroFpsUnlockAndMore</AssemblyName>
|
<AssemblyName>SekiroFpsUnlockAndMore</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<PropertyGroup>
|
<PublishUrl>publish\</PublishUrl>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<Install>true</Install>
|
||||||
</PropertyGroup>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
<UpdateInterval>7</UpdateInterval>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
<DebugType>full</DebugType>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<Prefer32Bit>true</Prefer32Bit>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
</PropertyGroup>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
<OutputPath>bin\x64\Release\</OutputPath>
|
</PropertyGroup>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<PropertyGroup />
|
||||||
<Optimize>true</Optimize>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<DebugType>full</DebugType>
|
||||||
<Prefer32Bit>true</Prefer32Bit>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
</PropertyGroup>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<PropertyGroup>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
<Prefer32Bit>true</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||||
<Reference Include="System" />
|
<OutputPath>bin\x64\Release\</OutputPath>
|
||||||
<Reference Include="System.Data" />
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<Reference Include="System.Xml" />
|
<Optimize>true</Optimize>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<DebugType>pdbonly</DebugType>
|
||||||
<Reference Include="System.Core" />
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<Reference Include="System.Xml.Linq" />
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<Reference Include="System.Net.Http" />
|
<Prefer32Bit>true</Prefer32Bit>
|
||||||
<Reference Include="System.Xaml">
|
</PropertyGroup>
|
||||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
<PropertyGroup>
|
||||||
</Reference>
|
<ApplicationIcon>SekiroFpsUnlockAndMore.ico</ApplicationIcon>
|
||||||
<Reference Include="WindowsBase" />
|
</PropertyGroup>
|
||||||
<Reference Include="PresentationCore" />
|
<PropertyGroup />
|
||||||
<Reference Include="PresentationFramework" />
|
<PropertyGroup>
|
||||||
</ItemGroup>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<ItemGroup>
|
</PropertyGroup>
|
||||||
<ApplicationDefinition Include="App.xaml">
|
<ItemGroup>
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Reference Include="System" />
|
||||||
<SubType>Designer</SubType>
|
<Reference Include="System.Data" />
|
||||||
</ApplicationDefinition>
|
<Reference Include="System.Xml" />
|
||||||
<Compile Include="MemoryCaveGenerator.cs" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Compile Include="SettingsService.cs" />
|
<Reference Include="System.Core" />
|
||||||
<Compile Include="StatusViewModel.cs" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Page Include="MainWindow.xaml">
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Reference Include="System.Net.Http" />
|
||||||
<SubType>Designer</SubType>
|
<Reference Include="System.Xaml">
|
||||||
</Page>
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||||
<Compile Include="App.xaml.cs">
|
</Reference>
|
||||||
<DependentUpon>App.xaml</DependentUpon>
|
<Reference Include="WindowsBase" />
|
||||||
<SubType>Code</SubType>
|
<Reference Include="PresentationCore" />
|
||||||
</Compile>
|
<Reference Include="PresentationFramework" />
|
||||||
<Compile Include="MainWindow.xaml.cs">
|
</ItemGroup>
|
||||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
<ItemGroup>
|
||||||
<SubType>Code</SubType>
|
<ApplicationDefinition Include="App.xaml">
|
||||||
</Compile>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</ItemGroup>
|
<SubType>Designer</SubType>
|
||||||
<ItemGroup>
|
</ApplicationDefinition>
|
||||||
<Compile Include="GameData.cs" />
|
<Compile Include="MemoryCaveGenerator.cs" />
|
||||||
<Compile Include="PatternScan.cs" />
|
<Compile Include="SettingsService.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs">
|
<Compile Include="StatusViewModel.cs" />
|
||||||
<SubType>Code</SubType>
|
<Page Include="MainWindow.xaml">
|
||||||
</Compile>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
<SubType>Designer</SubType>
|
||||||
<AutoGen>True</AutoGen>
|
</Page>
|
||||||
<DesignTime>True</DesignTime>
|
<Compile Include="App.xaml.cs">
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
<DependentUpon>App.xaml</DependentUpon>
|
||||||
</Compile>
|
<SubType>Code</SubType>
|
||||||
<Compile Include="Properties\Settings.Designer.cs">
|
</Compile>
|
||||||
<AutoGen>True</AutoGen>
|
<Compile Include="MainWindow.xaml.cs">
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<SubType>Code</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
</ItemGroup>
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<ItemGroup>
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<Compile Include="GameData.cs" />
|
||||||
</EmbeddedResource>
|
<Compile Include="PatternScan.cs" />
|
||||||
<None Include="app.manifest" />
|
<Compile Include="Properties\AssemblyInfo.cs">
|
||||||
<None Include="Properties\Settings.settings">
|
<SubType>Code</SubType>
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
</Compile>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
</None>
|
<AutoGen>True</AutoGen>
|
||||||
</ItemGroup>
|
<DesignTime>True</DesignTime>
|
||||||
<ItemGroup>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
<None Include="App.config" />
|
</Compile>
|
||||||
</ItemGroup>
|
<Compile Include="Properties\Settings.Designer.cs">
|
||||||
<ItemGroup>
|
<AutoGen>True</AutoGen>
|
||||||
<Resource Include="icon.ico" />
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
</ItemGroup>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Compile>
|
||||||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<None Include="app.manifest" />
|
||||||
|
<None Include="Properties\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="App.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName>
|
||||||
|
<Install>true</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
|
<Install>false</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Resource Include="SekiroFpsUnlockAndMore.ico" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
BIN
SekiroFpsUnlockAndMore/SekiroFpsUnlockAndMore.ico
Normal file
BIN
SekiroFpsUnlockAndMore/SekiroFpsUnlockAndMore.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
|
|
@ -4,7 +4,7 @@
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
<security>
|
<security>
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
</requestedPrivileges>
|
</requestedPrivileges>
|
||||||
</security>
|
</security>
|
||||||
</trustInfo>
|
</trustInfo>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue