Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Potential CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Nov 17, 2023
1 parent 349cbaa commit 1f46da2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
</ItemGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>3ae0a0e8-4683-4e4a-ba94-ae22f5d0778f</ProjectGuid>
<ProjectGuid>33b22bda-f02d-41d7-ba4d-402c0a3eb9fc</ProjectGuid>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\FAFB-PowerShell-Tool\FAFB-PowerShell-Tool.csproj</EntryPointProjectUniqueName>
<PackageCertificateThumbprint>65834F6159AD88E7BAAED899A9B8B91D733281C1</PackageCertificateThumbprint>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
Expand Down
10 changes: 5 additions & 5 deletions FAFB-PowerShell-Tool.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
IgnorableNamespaces="uap rescap">

<Identity
Name="FAFB-PowerShell-Tool"
Publisher="CN=FAFB-PowerShell-Tool, O=FAFB-PowerShell-Tool, C=US"
Version="0.1.0.0" />
Name="bdd5a1da-6412-424c-acd9-103004b9b4a7"
Publisher="CN=Hunter Thompson"
Version="1.0.0.0" />

<Properties>
<DisplayName>FAFB PowerShell Tool</DisplayName>
<DisplayName>FAFB-PowerShell-Tool.Package</DisplayName>
<PublisherDisplayName>Hunter Thompson</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
Expand All @@ -31,7 +31,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="FAFB-PowerShell-Tool"
DisplayName="FAFB-PowerShell-Tool.Package"
Description="FAFB-PowerShell-Tool.Package"
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Expand Down
7 changes: 1 addition & 6 deletions FAFB-PowerShell-Tool.Test/FAFB-PowerShell-Tool.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>FAFB_PowerShell_Tool.Test</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FAFB-PowerShell-Tool\FAFB-PowerShell-Tool.csproj" />
</ItemGroup>

</Project>
</Project>
64 changes: 32 additions & 32 deletions FAFB-PowerShell-Tool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FAFB-PowerShell-Tool", "FAFB-PowerShell-Tool\FAFB-PowerShell-Tool.csproj", "{72C5F986-BC18-47B9-9EE1-A5E61A7A5A68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FAFB-PowerShell-Tool.Test", "FAFB-PowerShell-Tool.Test\FAFB-PowerShell-Tool.Test.csproj", "{63B3AB38-2C45-400F-8AA1-FCAF4DC9FBE7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FAFB-PowerShell-Tool.Test", "FAFB-PowerShell-Tool.Test\FAFB-PowerShell-Tool.Test.csproj", "{63B3AB38-2C45-400F-8AA1-FCAF4DC9FBE7}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "FAFB-PowerShell-Tool.Package", "FAFB-PowerShell-Tool.Package\FAFB-PowerShell-Tool.Package.wapproj", "{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}"
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "FAFB-PowerShell-Tool.Package", "FAFB-PowerShell-Tool.Package\FAFB-PowerShell-Tool.Package.wapproj", "{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -63,36 +63,36 @@ Global
{63B3AB38-2C45-400F-8AA1-FCAF4DC9FBE7}.Release|x64.Build.0 = Release|Any CPU
{63B3AB38-2C45-400F-8AA1-FCAF4DC9FBE7}.Release|x86.ActiveCfg = Release|Any CPU
{63B3AB38-2C45-400F-8AA1-FCAF4DC9FBE7}.Release|x86.Build.0 = Release|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM.ActiveCfg = Debug|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM.Build.0 = Debug|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM.Deploy.0 = Debug|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM64.ActiveCfg = Debug|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM64.Build.0 = Debug|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|ARM64.Deploy.0 = Debug|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x64.ActiveCfg = Debug|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x64.Build.0 = Debug|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x64.Deploy.0 = Debug|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x86.ActiveCfg = Debug|x86
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x86.Build.0 = Debug|x86
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Debug|x86.Deploy.0 = Debug|x86
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|Any CPU.Build.0 = Release|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM.ActiveCfg = Release|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM.Build.0 = Release|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM.Deploy.0 = Release|ARM
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM64.ActiveCfg = Release|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM64.Build.0 = Release|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|ARM64.Deploy.0 = Release|ARM64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x64.ActiveCfg = Release|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x64.Build.0 = Release|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x64.Deploy.0 = Release|x64
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x86.ActiveCfg = Release|x86
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x86.Build.0 = Release|x86
{3AE0A0E8-4683-4E4A-BA94-AE22F5D0778F}.Release|x86.Deploy.0 = Release|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM.ActiveCfg = Debug|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM.Build.0 = Debug|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM.Deploy.0 = Debug|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM64.ActiveCfg = Debug|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM64.Build.0 = Debug|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|ARM64.Deploy.0 = Debug|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x64.ActiveCfg = Debug|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x64.Build.0 = Debug|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x64.Deploy.0 = Debug|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x86.ActiveCfg = Debug|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x86.Build.0 = Debug|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Debug|x86.Deploy.0 = Debug|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|Any CPU.Build.0 = Release|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM.ActiveCfg = Release|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM.Build.0 = Release|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM.Deploy.0 = Release|ARM
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM64.ActiveCfg = Release|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM64.Build.0 = Release|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|ARM64.Deploy.0 = Release|ARM64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x64.ActiveCfg = Release|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x64.Build.0 = Release|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x64.Deploy.0 = Release|x64
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x86.ActiveCfg = Release|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x86.Build.0 = Release|x86
{33B22BDA-F02D-41D7-BA4D-402C0A3EB9FC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 1 addition & 5 deletions FAFB-PowerShell-Tool/FAFB-PowerShell-Tool.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
Expand All @@ -9,20 +8,17 @@
<RepositoryUrl>https://github.com/StrangeRanger/FAFB-PowerShell-Tool</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit 1f46da2

Please sign in to comment.