22
33 <PropertyGroup >
44 <ProjectGuid >{E52FC633-B4C5-4A2B-8CAF-30E756D7A6A7}</ProjectGuid >
5- <RootNamespace >OnTopic.ViewModels</RootNamespace >
65 <TargetFrameworks >netstandard2.1</TargetFrameworks >
7- <LangVersion >9.0</LangVersion >
8- <ShouldCreateLogs >True</ShouldCreateLogs >
9- <AdvancedSettingsExpanded >False</AdvancedSettingsExpanded >
10- <Nullable >enable</Nullable >
11- <AnalysisLevel >latest</AnalysisLevel >
12- <AnalysisMode >AllEnabledByDefault</AnalysisMode >
6+ <RootNamespace >OnTopic.ViewModels</RootNamespace >
137 </PropertyGroup >
148
159 <PropertyGroup >
1610 <AssemblyTitle >OnTopic View Models</AssemblyTitle >
17- <Company >Ignia</Company >
18- <Product >OnTopic</Product >
1911 <Description >Provides view models that map to the factory default content type schemas.</Description >
20- <Copyright >©2021 Ignia, LLC</Copyright >
2112 <OutputPath >bin\$(Configuration)\</OutputPath >
22- <Authors >Ignia</Authors >
23- </PropertyGroup >
24-
25- <PropertyGroup >
26- <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2713 <PackageTags >C# .NET CMS Presentation View Models POCO</PackageTags >
28- <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
29- </PropertyGroup >
30-
31- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32- <DebugType >full</DebugType >
33- <RunCodeAnalysis >false</RunCodeAnalysis >
34- <LangVersion >latest</LangVersion >
35- </PropertyGroup >
36- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37- <DebugType >pdbonly</DebugType >
3814 </PropertyGroup >
3915
4016 <ItemGroup >
4723 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4824 </PackageReference >
4925 </ItemGroup >
50- <ItemGroup >
51- <ProjectReference Include =" ..\OnTopic\OnTopic.csproj" />
52- </ItemGroup >
5326
5427 <ItemGroup >
55- <None Include =" README.md " />
28+ <ProjectReference Include =" ..\OnTopic\OnTopic.csproj " />
5629 </ItemGroup >
5730
5831</Project >
0 commit comments