Skip to content

Commit d015fce

Browse files
committed
Merge Upstream
2 parents 424d757 + 431584e commit d015fce

File tree

150 files changed

+2261
-1415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+2261
-1415
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,8 @@ migrateToAutomaticPackageRestore.ps1
300300
*.pyc
301301
*.diagsession
302302
Output-Performance.txt
303-
*.diff
303+
*.diff
304+
305+
# vscode
306+
.vscode
307+
.history

Directory.Build.targets

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project>
2+
<Target Name="ExcludePluginProjectReferenceOutput"
3+
AfterTargets="AssignProjectConfiguration"
4+
BeforeTargets="ResolveProjectReferences"
5+
Condition="'$(OutputType)' == 'Library' and '$(CopyLocalLockFileAssemblies)' == 'true' and $(AssemblyName.EndsWith('Tests')) == 'false' ">
6+
<ItemGroup>
7+
<ProjectReferenceWithConfiguration Update="@(ProjectReferenceWithConfiguration)" >
8+
<Private>false</Private>
9+
</ProjectReferenceWithConfiguration>
10+
<ProjectReference Update="@(ProjectReference)" >
11+
<Private>false</Private>
12+
</ProjectReference>
13+
</ItemGroup>
14+
</Target>
15+
</Project>

Doc/Default Icons/app_missing_img.png

23.1 KB
Loading
43.2 KB
Loading

Doc/Default Icons/app_missing_img_01.svg

Lines changed: 44 additions & 0 deletions
Loading
43.3 KB
Loading

Doc/Default Icons/app_missing_img_02.svg

Lines changed: 44 additions & 0 deletions
Loading
43.5 KB
Loading

Doc/Default Icons/app_missing_img_03.svg

Lines changed: 44 additions & 0 deletions
Loading
45.1 KB
Loading

0 commit comments

Comments
 (0)