31 references to EscapeValue
Microsoft.DotNet.ProjectTools (31)
VirtualProjectBuilder.cs (31)
577
<ArtifactsPath>{
EscapeValue
(artifactsPath)}</ArtifactsPath>
578
<AssemblyName>{
EscapeValue
(Path.GetFileNameWithoutExtension(entryPointFilePath))}</AssemblyName>
583
<EntryPointFilePath>{
EscapeValue
(entryPointFilePath)}</EntryPointFilePath>
606
<{name}>{
EscapeValue
(value)}</{name}>
614
<Clean Include="{
EscapeValue
(artifactsPath)}/*" />
622
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" />
628
<Import Project="Sdk.props" Sdk="{
EscapeValue
(firstSdkName)}" Version="{
EscapeValue
(firstSdkVersion)}" />
638
<Project Sdk="{
EscapeValue
(slashDelimited)}">
652
<Sdk Name="{
EscapeValue
(sdk.Name)}" />
658
<Sdk Name="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />
688
<{name}>{
EscapeValue
(value)}</{name}>
696
<UserSecretsId>{
EscapeValue
(userSecretsId)}</UserSecretsId>
705
<{property.Name}>{
EscapeValue
(property.Value)}</{property.Name}>
755
<{itemType} Include="{
EscapeValue
(includeOrExclude.Name)}" {FromIncludeDirectiveMetadataName}="true" />
761
<{itemType} Remove="{
EscapeValue
(includeOrExclude.Name)}" />
781
<{itemType} Include="{
EscapeValue
(include)}" />
802
<PackageReference Include="{
EscapeValue
(package.Name)}" />
808
<PackageReference Include="{
EscapeValue
(package.Name)}" Version="{
EscapeValue
(package.Version)}" />
830
<ProjectReference Include="{
EscapeValue
(projectReference.Name)}" />
842
<ProjectReference Include="{
EscapeValue
(virtualProjectPath)}" />
866
<Compile Include="{
EscapeValue
(entryPointFilePath)}" Exclude="@(Compile)" />
876
<RuntimeHostConfigurationOption Include="EntryPointFilePath" Value="{
EscapeValue
(entryPointFilePath)}" />
877
<RuntimeHostConfigurationOption Include="EntryPointFileDirectoryPath" Value="{
EscapeValue
(entryPointDirectory)}" />
910
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" />
916
<Import Project="{
EscapeValue
(project)}" Sdk="{
EscapeValue
(sdk.Name)}" Version="{
EscapeValue
(sdk.Version)}" />