- Created MemberCenter.Installer project with references to Infrastructure, Application, and Domain projects. - Added Program.cs with a basic console output. - Generated MemberCenterDbContextModelSnapshot for database schema representation.
7 lines
148 B
XML
7 lines
148 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<RunAnalyzers>false</RunAnalyzers>
|
|
<EnableNETAnalyzers>false</EnableNETAnalyzers>
|
|
</PropertyGroup>
|
|
</Project>
|