Skip to content

Commit 15b8b0e

Browse files
committed
Minor
1 parent a11539c commit 15b8b0e

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

RunAsPleb.slnx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
<Configurations>
33
<Platform Name="Any CPU" />
44
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
<Platform Name="ARM64" />
57
</Configurations>
6-
<Project Path="RunAsPleb/RunAsPleb.csproj">
8+
<Project Path="RunAsPleb/RunAsPleb.csproj" DefaultStartup="true">
9+
<Platform Solution="*|Any CPU" Project="AnyCPU" />
710
<Platform Solution="*|x64" Project="x64" />
11+
<Platform Solution="*|x86" Project="x86" />
12+
<Platform Solution="*|ARM64" Project="ARM64" />
813
</Project>
914
</Solution>

RunAsPleb/Add to context menu.reg renamed to RunAsPleb/Context Menu Registry Files/Add to context menu.reg

File renamed without changes.

RunAsPleb/Remove from context menu.reg renamed to RunAsPleb/Context Menu Registry Files/Remove from context menu.reg

File renamed without changes.

RunAsPleb/RunAsPleb.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@
3030
<RepositoryType>git</RepositoryType>
3131
</PropertyGroup>
3232

33+
<ItemGroup>
34+
<None Update="Context Menu Registry Files/**/*">
35+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
36+
</None>
37+
</ItemGroup>
38+
3339
</Project>

0 commit comments

Comments
 (0)