Class GeneratedFileProperties
- Namespace
- SunamoCsproj.Data
- Assembly
- SunamoCsproj.dll
public class GeneratedFileProperties
- Inheritance
-
GeneratedFileProperties
- Inherited Members
-
- Extension Methods
-
Properties
public string? AssemblyMetadata { get; set; }
Property Value
- string
DisableImplicitNamespaceImports
public string? DisableImplicitNamespaceImports { get; set; }
Property Value
- string
ImplicitUsings
public string? ImplicitUsings { get; set; }
Property Value
- string
InternalsVisibleTo
public string? InternalsVisibleTo { get; set; }
Property Value
- string
Items
public string? Items { get; set; }
Property Value
- string
PackageReference
public string? PackageReference { get; set; }
Property Value
- string
TrimmerRootAssembly
public string? TrimmerRootAssembly { get; set; }
Property Value
- string
Using
public string? Using { get; set; }
Property Value
- string