Renamed project name from automatically_implemented_properties.csproj to essential_csharp_features.csproj

This commit is contained in:
Jason Zhu 2021-07-05 16:29:28 +10:00
parent 6301eccf0a
commit df3b9aacdf
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>