Compare commits
3 Commits
bc3a05ebf9
...
f41b2ae005
| Author | SHA1 | Date | |
|---|---|---|---|
| f41b2ae005 | |||
| 64fa9e1823 | |||
| cf175649a0 |
@@ -5,5 +5,6 @@
|
|||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public string Nome { get; set; } = string.Empty;
|
public string Nome { get; set; } = string.Empty;
|
||||||
public decimal Prezzo { get; set; }
|
public decimal Prezzo { get; set; }
|
||||||
|
public string Note { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ActiveDebugProfile>http</ActiveDebugProfile>
|
<ActiveDebugProfile>https</ActiveDebugProfile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user