Skip to content

Commit

Permalink
Updated Steamless to fix compatibility with latest Nioh update
Browse files Browse the repository at this point in the history
Updated project to Visual Studio 2019
  • Loading branch information
LennardF1989 committed Nov 26, 2019
1 parent 40d504b commit a9128cf
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 123 deletions.
2 changes: 1 addition & 1 deletion Lib/Steamless
Submodule Steamless updated 79 files
+1 −0 .gitignore
+3 −2 ExamplePlugin/Main.cs
+2 −2 ExamplePlugin/Properties/AssemblyInfo.cs
+6 −0 README.md
+1 −1 Steamless.API/Crypto/AesHelper.cs
+1 −1 Steamless.API/Events/LogMessageEventArgs.cs
+1 −1 Steamless.API/Events/LogMessageType.cs
+1 −1 Steamless.API/Extensions/FileStreamExtensions.cs
+1 −1 Steamless.API/Model/NavigatedEventArgs.cs
+1 −1 Steamless.API/Model/NotifiableModel.cs
+19 −9 Steamless.API/Model/SteamlessOptions.cs
+1 −1 Steamless.API/Model/SteamlessPlugin.cs
+7 −7 Steamless.API/Model/ViewModelBase.cs
+1 −1 Steamless.API/PE32/NativeApi32.cs
+1 −1 Steamless.API/PE32/Pe32File.cs
+1 −1 Steamless.API/PE32/Pe32Helpers.cs
+1 −1 Steamless.API/PE64/NativeApi64.cs
+2 −2 Steamless.API/PE64/Pe64File.cs
+1 −1 Steamless.API/PE64/Pe64Helpers.cs
+4 −4 Steamless.API/Properties/AssemblyInfo.cs
+1 −1 Steamless.API/Services/LoggingService.cs
+1 −1 Steamless.API/SteamlessApiVersionAttribute.cs
+1 −1 Steamless.API/SteamlessEvents.cs
+1 −1 Steamless.Unpacker.Variant20.x86/Classes/SteamStubDrmFlags.cs
+31 −1 Steamless.Unpacker.Variant20.x86/Classes/SteamStubHeader.cs
+1 −1 Steamless.Unpacker.Variant20.x86/Classes/SteamStubHelpers.cs
+142 −27 Steamless.Unpacker.Variant20.x86/Main.cs
+4 −4 Steamless.Unpacker.Variant20.x86/Properties/AssemblyInfo.cs
+ Steamless.Unpacker.Variant20.x86/SharpDisasm.dll
+2 −1 Steamless.Unpacker.Variant20.x86/Steamless.Unpacker.Variant20.x86.csproj
+1 −1 Steamless.Unpacker.Variant30.x64/Classes/SteamStubDrmFlags.cs
+1 −1 Steamless.Unpacker.Variant30.x64/Classes/SteamStubHeader.cs
+1 −1 Steamless.Unpacker.Variant30.x64/Classes/SteamStubHelpers.cs
+31 −6 Steamless.Unpacker.Variant30.x64/Main.cs
+4 −4 Steamless.Unpacker.Variant30.x64/Properties/AssemblyInfo.cs
+1 −1 Steamless.Unpacker.Variant30.x86/Classes/SteamStubDrmFlags.cs
+1 −1 Steamless.Unpacker.Variant30.x86/Classes/SteamStubHeader.cs
+1 −1 Steamless.Unpacker.Variant30.x86/Classes/SteamStubHelpers.cs
+3 −2 Steamless.Unpacker.Variant30.x86/Main.cs
+4 −4 Steamless.Unpacker.Variant30.x86/Properties/AssemblyInfo.cs
+1 −1 Steamless.Unpacker.Variant31.x64/Classes/SteamStubDrmFlags.cs
+1 −1 Steamless.Unpacker.Variant31.x64/Classes/SteamStubHeader.cs
+1 −1 Steamless.Unpacker.Variant31.x64/Classes/SteamStubHelpers.cs
+11 −4 Steamless.Unpacker.Variant31.x64/Main.cs
+4 −4 Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs
+1 −1 Steamless.Unpacker.Variant31.x86/Classes/SteamStubDrmFlags.cs
+1 −1 Steamless.Unpacker.Variant31.x86/Classes/SteamStubHeader.cs
+1 −1 Steamless.Unpacker.Variant31.x86/Classes/SteamStubHelpers.cs
+24 −12 Steamless.Unpacker.Variant31.x86/Main.cs
+4 −4 Steamless.Unpacker.Variant31.x86/Properties/AssemblyInfo.cs
+1 −1 Steamless/App.xaml
+1 −1 Steamless/App.xaml.cs
+1 −1 Steamless/Assets/Animations.xaml
+1 −1 Steamless/Assets/Controls.CheckBox.xaml
+1 −1 Steamless/Assets/Controls.Scrollbars.xaml
+1 −1 Steamless/Assets/Controls.xaml
+1 −1 Steamless/Assets/Theme.xaml
+1 −1 Steamless/Assets/Window.xaml
+1 −1 Steamless/Classes/ControlsHelper.cs
+2 −3 Steamless/Classes/GridViewColumnWidthFromItemsBehavior.cs
+1 −1 Steamless/Model/ApplicationState.cs
+1 −1 Steamless/Model/AutomaticPlugin.cs
+1 −1 Steamless/Model/DataService.cs
+1 −1 Steamless/Model/IDataService.cs
+9 −9 Steamless/Model/Tasks/BaseTask.cs
+1 −1 Steamless/Model/Tasks/LoadPluginsTask.cs
+1 −1 Steamless/Model/Tasks/StartSteamlessTask.cs
+1 −1 Steamless/Model/Tasks/StatusTask.cs
+4 −4 Steamless/Properties/AssemblyInfo.cs
+1 −1 Steamless/View/AboutView.xaml
+1 −1 Steamless/View/AboutView.xaml.cs
+3 −1 Steamless/View/MainView.xaml
+1 −1 Steamless/View/MainView.xaml.cs
+2 −2 Steamless/View/MainWindow.xaml
+1 −1 Steamless/View/MainWindow.xaml.cs
+1 −1 Steamless/View/SplashView.xaml
+1 −1 Steamless/View/SplashView.xaml.cs
+28 −39 Steamless/ViewModel/MainWindowViewModel.cs
+1 −1 Steamless/ViewModel/ViewModelLocator.cs
117 changes: 62 additions & 55 deletions NiohResolution.sln
@@ -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
128 changes: 64 additions & 64 deletions Src/NiohResolution/NiohResolution.csproj
@@ -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>
6 changes: 3 additions & 3 deletions Src/NiohResolution/Properties/AssemblyInfo.cs
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NiohResolution")]
[assembly: AssemblyCopyright("Copyright © Lennard Fonteijn 2017")]
[assembly: AssemblyCopyright("Copyright © Lennard Fonteijn 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

0 comments on commit a9128cf

Please sign in to comment.