-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,375 additions
and
1,375 deletions.
There are no files selected for viewing
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,49 +1,49 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<Version>0.5.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AutoFixture" /> | ||
<PackageReference Include="AutoFixture.AutoNSubstitute" /> | ||
<PackageReference Include="AutoFixture.Xunit2" /> | ||
<PackageReference Include="coverlet.collector"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="NSubstitute" /> | ||
<PackageReference Include="NSubstitute.Analyzers.CSharp" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim.Bar\Whim.Bar.csproj" /> | ||
<ProjectReference Include="..\Whim.TestUtils\Whim.TestUtils.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<Version>0.6.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AutoFixture" /> | ||
<PackageReference Include="AutoFixture.AutoNSubstitute" /> | ||
<PackageReference Include="AutoFixture.Xunit2" /> | ||
<PackageReference Include="coverlet.collector"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="NSubstitute" /> | ||
<PackageReference Include="NSubstitute.Analyzers.CSharp" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim.Bar\Whim.Bar.csproj" /> | ||
<ProjectReference Include="..\Whim.TestUtils\Whim.TestUtils.csproj" /> | ||
</ItemGroup> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<RootNamespace>Whim.Bar</RootNamespace> | ||
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> | ||
<UseWinUI>true</UseWinUI> | ||
<Version>0.5.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="BarWindow.xaml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" /> | ||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim\Whim.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Update="BarWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InternalsVisibleTo Include="Whim.Bar.Tests" /> | ||
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<RootNamespace>Whim.Bar</RootNamespace> | ||
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> | ||
<UseWinUI>true</UseWinUI> | ||
<Version>0.6.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="BarWindow.xaml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" /> | ||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim\Whim.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Update="BarWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InternalsVisibleTo Include="Whim.Bar.Tests" /> | ||
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> | ||
</ItemGroup> | ||
</Project> |
96 changes: 48 additions & 48 deletions
96
src/Whim.CommandPalette.Tests/Whim.CommandPalette.Tests.csproj
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,49 +1,49 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<Version>0.5.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AutoFixture" /> | ||
<PackageReference Include="AutoFixture.AutoNSubstitute" /> | ||
<PackageReference Include="AutoFixture.Xunit2" /> | ||
<PackageReference Include="coverlet.collector"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="NSubstitute" /> | ||
<PackageReference Include="NSubstitute.Analyzers.CSharp" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim.CommandPalette\Whim.CommandPalette.csproj" /> | ||
<ProjectReference Include="..\Whim.TestUtils\Whim.TestUtils.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AnalysisModeDesign>All</AnalysisModeDesign> | ||
<AnalysisModeDocumentation>All</AnalysisModeDocumentation> | ||
<AnalysisModeGlobalization>None</AnalysisModeGlobalization> | ||
<AnalysisModeInteroperability>All</AnalysisModeInteroperability> | ||
<AnalysisModeMaintainability>All</AnalysisModeMaintainability> | ||
<AnalysisModeNaming>All</AnalysisModeNaming> | ||
<AnalysisModePerformance>All</AnalysisModePerformance> | ||
<AnalysisModeReliability>All</AnalysisModeReliability> | ||
<AnalysisModeSecurity>All</AnalysisModeSecurity> | ||
<AnalysisModeSingleFile>All</AnalysisModeSingleFile> | ||
<AnalysisModeStyle>All</AnalysisModeStyle> | ||
<AnalysisModeUsage>All</AnalysisModeUsage> | ||
<Authors>Isaac Daly</Authors> | ||
<BuildInParallel>true</BuildInParallel> | ||
<Description>An extensible window manager for Windows.</Description> | ||
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<GenerateLibraryLayout>true</GenerateLibraryLayout> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Platforms>x64;arm64;Any CPU</Platforms> | ||
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> | ||
<Version>0.6.0</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AutoFixture" /> | ||
<PackageReference Include="AutoFixture.AutoNSubstitute" /> | ||
<PackageReference Include="AutoFixture.Xunit2" /> | ||
<PackageReference Include="coverlet.collector"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
<PackageReference Include="NSubstitute" /> | ||
<PackageReference Include="NSubstitute.Analyzers.CSharp" /> | ||
<PackageReference Include="xunit" /> | ||
<PackageReference Include="xunit.runner.visualstudio"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Whim.CommandPalette\Whim.CommandPalette.csproj" /> | ||
<ProjectReference Include="..\Whim.TestUtils\Whim.TestUtils.csproj" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.