-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Steamless to fix compatibility with latest Nioh update
Updated project to Visual Studio 2019
- Loading branch information
1 parent
40d504b
commit a9128cf
Showing
4 changed files
with
130 additions
and
123 deletions.
There are no files selected for viewing
Submodule Steamless
updated
79 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,62 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiohResolution", "Src\NiohResolution\NiohResolution.csproj", "{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{1FA8987A-75B3-46FE-9AE2-093FB6E1257C}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steamless.API", "Lib\Steamless\Steamless.API\Steamless.API.csproj", "{56C95629-3B34-47FE-B988-04274409294F}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steamless.Unpacker.Variant31.x64", "Lib\Steamless\Steamless.Unpacker.Variant31.x64\Steamless.Unpacker.Variant31.x64.csproj", "{05F540FB-D14B-4966-8DE2-591B76361CF0}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{2E9E0824-3394-48A4-A078-8D59CB77DA15}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|x86.Build.0 = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|x86.ActiveCfg = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|x86.Build.0 = Release|Any CPU | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|x86.ActiveCfg = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|x86.Build.0 = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|x86.ActiveCfg = Release|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|x86.Build.0 = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|x86.ActiveCfg = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|x86.Build.0 = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|x86.ActiveCfg = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{56C95629-3B34-47FE-B988-04274409294F} = {1FA8987A-75B3-46FE-9AE2-093FB6E1257C} | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0} = {1FA8987A-75B3-46FE-9AE2-093FB6E1257C} | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29519.87 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiohResolution", "Src\NiohResolution\NiohResolution.csproj", "{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{1FA8987A-75B3-46FE-9AE2-093FB6E1257C}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steamless.API", "Lib\Steamless\Steamless.API\Steamless.API.csproj", "{56C95629-3B34-47FE-B988-04274409294F}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steamless.Unpacker.Variant31.x64", "Lib\Steamless\Steamless.Unpacker.Variant31.x64\Steamless.Unpacker.Variant31.x64.csproj", "{05F540FB-D14B-4966-8DE2-591B76361CF0}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{2E9E0824-3394-48A4-A078-8D59CB77DA15}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Debug|x86.Build.0 = Debug|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|x86.ActiveCfg = Release|Any CPU | ||
{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}.Release|x86.Build.0 = Release|Any CPU | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|x86.ActiveCfg = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Debug|x86.Build.0 = Debug|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|Any CPU.Build.0 = Release|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|x86.ActiveCfg = Release|x86 | ||
{56C95629-3B34-47FE-B988-04274409294F}.Release|x86.Build.0 = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|Any CPU.Build.0 = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|x86.ActiveCfg = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Debug|x86.Build.0 = Debug|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|Any CPU.Build.0 = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|x86.ActiveCfg = Release|x86 | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{56C95629-3B34-47FE-B988-04274409294F} = {1FA8987A-75B3-46FE-9AE2-093FB6E1257C} | ||
{05F540FB-D14B-4966-8DE2-591B76361CF0} = {1FA8987A-75B3-46FE-9AE2-093FB6E1257C} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {30709AFF-6DE0-4B90-8271-4BC13F071011} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}</ProjectGuid> | ||
<OutputType>Exe</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>NiohResolution</RootNamespace> | ||
<AssemblyName>NiohResolution</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\..\Bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\Bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ApplicationIcon>icon.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Program.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="App.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Lib\Steamless\Steamless.API\Steamless.API.csproj"> | ||
<Project>{56c95629-3b34-47fe-b988-04274409294f}</Project> | ||
<Name>Steamless.API</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Lib\Steamless\Steamless.Unpacker.Variant31.x64\Steamless.Unpacker.Variant31.x64.csproj"> | ||
<Project>{05f540fb-d14b-4966-8de2-591b76361cf0}</Project> | ||
<Name>Steamless.Unpacker.Variant31.x64</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="icon.ico" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{369EAAEB-080A-4C1C-AC0F-37581CD98BFD}</ProjectGuid> | ||
<OutputType>Exe</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>NiohResolution</RootNamespace> | ||
<AssemblyName>NiohResolution</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>..\..\Bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\Bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ApplicationIcon>icon.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Program.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="App.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="icon.ico" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Lib\Steamless\Steamless.API\Steamless.API.csproj"> | ||
<Project>{56c95629-3b34-47fe-b988-04274409294f}</Project> | ||
<Name>Steamless.API</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Lib\Steamless\Steamless.Unpacker.Variant31.x64\Steamless.Unpacker.Variant31.x64.csproj"> | ||
<Project>{05f540fb-d14b-4966-8de2-591b76361cf0}</Project> | ||
<Name>Steamless.Unpacker.Variant31.x64</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters