| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/MSBuild/Current/Bin/en-US/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright, Microsoft Corporation, All rights reserved.-->
<Rule
Name="Content"
DisplayName="File Properties"
PageTemplate="generic"
Description="File Properties"
xmlns="http://schemas.microsoft.com/build/2009/properties">
<Rule.DataSource>
<DataSource Persistence="ProjectFile" HasConfigurationCondition="False" ItemType="Content" />
</Rule.DataSource>
<Rule.Categories>
<Category Name="Advanced" DisplayName="Advanced" />
<Category Name="Misc" DisplayName="Misc" />
</Rule.Categories>
<DynamicEnumProperty
Name="{}{ItemType}"
DisplayName="Build Action"
Category="Advanced"
Description="How the file relates to the build and deployment processes."
EnumProvider="ItemTypes" />
<EnumProperty
Name="CopyToOutputDirectory"
DisplayName="Copy to Output Directory"
Category="Advanced"
Description="Specifies the source file will be copied to the output directory.">
<EnumValue Name="Never" DisplayName="Do not copy" />
<EnumValue Name="Always" DisplayName="Copy always" />
<EnumValue Name="PreserveNewest" DisplayName="Copy if newer" />
</EnumProperty>
<StringProperty
Name="Identity"
Visible="false"
ReadOnly="true"
Category="Misc"
Description="The item specified in the Include attribute.">
<StringProperty.DataSource>
<DataSource Persistence="Intrinsic" ItemType="Content" PersistedName="Identity" />
</StringProperty.DataSource>
</StringProperty>
<StringProperty
Name="FullPath"
DisplayName="Full Path"
ReadOnly="true"
Category="Misc"
Description="Location of the file.">
<StringProperty.DataSource>
<DataSource Persistence="Intrinsic" ItemType="Content" PersistedName="FullPath" />
</StringProperty.DataSource>
</StringProperty>
<StringProperty
Name="FileNameAndExtension"
DisplayName="File Name"
ReadOnly="true"
Category="Misc"
Description="Name of the file or folder.">
<StringProperty.DataSource>
<DataSource Persistence="Intrinsic" ItemType="Content" PersistedName="FileNameAndExtension" />
</StringProperty.DataSource>
</StringProperty>
<BoolProperty Name="Visible" Visible="false" />
<StringProperty Name="DependentUpon" Visible="false">
<StringProperty.Metadata>
<NameValuePair Name="DoNotCopyAcrossProjects" Value="true" />
</StringProperty.Metadata>
</StringProperty>
<StringProperty Name="Link" Visible="false">
<StringProperty.Metadata>
<NameValuePair Name="DoNotCopyAcrossProjects" Value="true" />
</StringProperty.Metadata>
</StringProperty>
</Rule>