[Editor] Remove some windows dependencies in editor libraries (#1908)

This commit is contained in:
Nicolas Musset 2023-10-16 20:07:25 +02:00 коммит произвёл GitHub
Родитель e017fe1268
Коммит 329becbecf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
25 изменённых файлов: 25 добавлений и 26 удалений

Просмотреть файл

@ -3,7 +3,7 @@
<Import Project="..\..\sources\shared\Stride.NuGetResolver\Stride.NuGetResolver.projitems" Label="Shared" />
<Import Project="..\..\sources\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
</PropertyGroup>

Просмотреть файл

@ -9,8 +9,6 @@
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\build\</SolutionDir>
<RestorePackages>true</RestorePackages>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.0.0" ExcludeAssets="runtime" />

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -5,7 +5,7 @@
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StridePackAssets>true</StridePackAssets>
<StrideLocalized>true</StrideLocalized>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization --parameter-key</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
</PropertyGroup>

Просмотреть файл

@ -2,7 +2,7 @@
<Import Project="..\..\targets\Stride.Core.props" />
<PropertyGroup>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<StrideLocalized>true</StrideLocalized>

Просмотреть файл

@ -4,7 +4,7 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideLocalized>true</StrideLocalized>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<UseWPF>true</UseWPF>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
</PropertyGroup>

Просмотреть файл

@ -6,7 +6,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

Просмотреть файл

@ -4,7 +4,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer</StrideAssemblyProcessorOptions>
<UseWPF>true</UseWPF>

Просмотреть файл

@ -4,7 +4,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ParadoxBuildTags>WindowsTools</ParadoxBuildTags>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\build\</SolutionDir>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<UseWPF>true</UseWPF>

Просмотреть файл

@ -5,7 +5,7 @@
<PropertyGroup>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<UseWPF>true</UseWPF>
<EnableDefaultPageItems>false</EnableDefaultPageItems>
</PropertyGroup>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<UseWPF>true</UseWPF>

Просмотреть файл

@ -4,7 +4,7 @@
<PropertyGroup>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>
<StrideLocalized>true</StrideLocalized>

Просмотреть файл

@ -1,7 +1,7 @@
<Project>
<Import Project="..\..\targets\Stride.UnitTests.props" />
<PropertyGroup>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>

Просмотреть файл

@ -4,7 +4,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -2,7 +2,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<StrideEditorTargetFramework>net6.0-windows7.0</StrideEditorTargetFramework>
<StrideEditorTargetFramework>net6.0</StrideEditorTargetFramework>
<StrideEditorAppTargetFramework>net6.0-windows7.0</StrideEditorAppTargetFramework>
</PropertyGroup>
</Project>

Просмотреть файл

@ -4,7 +4,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{164A5B9A-E684-4B3F-9EF4-B7765FC0A8A1}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
<StrideAssemblyProcessorOptions>--auto-module-initializer --serialization</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -5,7 +5,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>Exe</OutputType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
</PropertyGroup>

Просмотреть файл

@ -3,7 +3,7 @@
<Import Project="..\..\targets\Stride.props" />
<PropertyGroup>
<StrideProjectType>Cpp</StrideProjectType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessorOptions>
</StrideAssemblyProcessorOptions>

Просмотреть файл

@ -2,7 +2,7 @@
<Import Project="..\..\targets\Stride.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideAssemblyProcessor>true</StrideAssemblyProcessor>
</PropertyGroup>

Просмотреть файл

@ -2,7 +2,7 @@
<Import Project="..\..\targets\Stride.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(StrideEditorTargetFramework)</TargetFramework>
<TargetFramework>$(StrideEditorAppTargetFramework)</TargetFramework>
<StrideBuildTags>WindowsTools</StrideBuildTags>
<StrideCompilerTargetsEnable Condition="'$(StridePackageBuild)' == 'true'">false</StrideCompilerTargetsEnable>
<StrideCompilerTargetsEnable Condition="'$(StrideSkipUnitTests)' == 'true'">false</StrideCompilerTargetsEnable>