mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Fixed project system rules.
This commit is contained in:
parent
85e47acdbc
commit
1de49df587
3 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Rule Name="Content"
|
||||
PageTemplate="generic"
|
||||
Description="File Properties"
|
||||
OverrideMode="Extend"
|
||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Rule Name="PackageReference"
|
||||
PageTemplate="generic"
|
||||
Description="Package Properties"
|
||||
OverrideMode="Extend"
|
||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Rule Name="ResolvedPackageReference"
|
||||
PageTemplate="generic"
|
||||
Description="Package Properties"
|
||||
OverrideMode="Extend"
|
||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue