mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Rule Name="Content"
|
<Rule Name="Content"
|
||||||
PageTemplate="generic"
|
PageTemplate="generic"
|
||||||
|
Description="File Properties"
|
||||||
OverrideMode="Extend"
|
OverrideMode="Extend"
|
||||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Rule Name="PackageReference"
|
<Rule Name="PackageReference"
|
||||||
PageTemplate="generic"
|
PageTemplate="generic"
|
||||||
|
Description="Package Properties"
|
||||||
OverrideMode="Extend"
|
OverrideMode="Extend"
|
||||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Rule Name="ResolvedPackageReference"
|
<Rule Name="ResolvedPackageReference"
|
||||||
PageTemplate="generic"
|
PageTemplate="generic"
|
||||||
|
Description="Package Properties"
|
||||||
OverrideMode="Extend"
|
OverrideMode="Extend"
|
||||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue