Renamed project name from automatically_implemented_properties.csproj to essential_csharp_features.csproj
This commit is contained in:
parent
6301eccf0a
commit
df3b9aacdf
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "automatically_implemented_properties", "automatically_implemented_properties\automatically_implemented_properties.csproj", "{96E49340-18A4-48F0-A71F-D756FFFC27A5}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "essential_csharp_features", "essential_csharp_features\essential_csharp_features.csproj", "{96E49340-18A4-48F0-A71F-D756FFFC27A5}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
|
<RootNamespace>automatically_implemented_properties</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user