Skip to content

Commit

Permalink
~ VS: add RuntimeIdentifier win10-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
nikich340 committed Jan 12, 2023
1 parent 68474fb commit 7988e82
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CR2WTests/CR2WTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.App/WolvenKit.App.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>WolvenKit.App</AssemblyTitle>
<Product>WolvenKit.App</Product>
<Copyright>Copyright © 2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Bundles/WolvenKit.Bundles.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>..\Publish\</PublishUrl>
<Install>true</Install>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.CLI/WolvenKit.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>WolvenKit.CLI</AssemblyTitle>
<Product>WolvenKit.CLI</Product>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.CR2W/WolvenKit.CR2W.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>W3Edit.CR2W</AssemblyTitle>
<Product>W3Edit.CR2W</Product>
<Copyright>Copyright © 2015-2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Cache/WolvenKit.Cache.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>W3Edit.Textures</AssemblyTitle>
<Product>W3Edit.Textures</Product>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Common/WolvenKit.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>WolvenKit.Common</AssemblyTitle>
<Product>WolvenKit.Commmon</Product>
<Copyright>Copyright © 2017-2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Console/WolvenKit.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>WolvenKit.Console</AssemblyTitle>
<Product>WolvenKit.Console</Product>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Net/WolvenKit.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>WolvenKit.Net</AssemblyTitle>
<Product>WolvenKit.Net</Product>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Nvidia/WolvenKit.Nvidia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>Wolvekit.Nvidia</AssemblyTitle>
<Product>Wolvekit.Nvidia</Product>
Expand Down
2 changes: 2 additions & 0 deletions WolvenKit.Render/WolvenKit.Render.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
Expand All @@ -24,6 +25,7 @@
<Deterministic>false</Deterministic>
<AssemblyVersion>0.1.*</AssemblyVersion>
<FileVersion>0.1.0</FileVersion>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Save/WolvenKit.Save.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<RootNamespace>WolvenKit.W3SavegameEditor.Core</RootNamespace>
<AssemblyName>WolvenKit.W3SavegameEditor.Core</AssemblyName>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64</Platforms>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Scaleform/WolvenKit.Scaleform.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>W3Edit.Scaleform</AssemblyTitle>
<Product>W3Edit.Scaleform</Product>
<Copyright>Copyright © 2017-2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.W3Speech/WolvenKit.W3Speech.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>W3Edit.W3Speech</AssemblyTitle>
<Product>W3Edit.W3Speech</Product>
<Copyright>Copyright © 2017-2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.W3Strings/WolvenKit.W3Strings.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>W3Edit.W3Strings</AssemblyTitle>
<Product>W3Edit.W3Strings</Product>
<Copyright>Copyright © 2015-2020</Copyright>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit.Wwise/WolvenKit.Wwise.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>WolvenKit.Wwise</AssemblyTitle>
<Product>WolvenKit.Wwise</Product>
Expand Down
1 change: 1 addition & 0 deletions WolvenKit/WolvenKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>./Publish/</PublishUrl>
<Install>true</Install>
Expand Down
1 change: 1 addition & 0 deletions Wolvenkit.Radish/Wolvenkit.Radish.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyTitle>WolvenKit.Radish</AssemblyTitle>
<Product>WolvenKit.Radish</Product>
<Copyright>Copyright © 2020</Copyright>
Expand Down

0 comments on commit 7988e82

Please sign in to comment.