File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{B7F136A1-C86D-4A74-AC4F-3693CD1358A4}</ProjectGuid >
45 <TargetFramework >netcoreapp3.0</TargetFramework >
78 <LangVersion >8.0</LangVersion >
89 <Nullable >enable</Nullable >
910 </PropertyGroup >
11+
1012 <PropertyGroup >
1113 <AssemblyTitle >Ignia OnTopic ASP.NET Core Library</AssemblyTitle >
1214 <Company >Ignia</Company >
1618 <OutputPath >bin\$(Configuration)\</OutputPath >
1719 <Authors >Ignia</Authors >
1820 </PropertyGroup >
21+
1922 <PropertyGroup >
2023 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2124 <PackageTags >C# .NET CMS Presentation Web MVC ASP.NET Core Controller</PackageTags >
2225 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2326 </PropertyGroup >
27+
2428 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2529 <DebugType >full</DebugType >
2630 <RunCodeAnalysis >false</RunCodeAnalysis >
3640 <EmbeddedResource Remove =" Backup\**" />
3741 <None Remove =" Backup\**" />
3842 </ItemGroup >
43+
3944 <ItemGroup >
4045 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
4146 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
4651 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4752 </PackageReference >
4853 </ItemGroup >
54+
4955 <ItemGroup >
5056 <ProjectReference Include =" ..\OnTopic\OnTopic.csproj" />
5157 </ItemGroup >
58+
5259 <ItemGroup >
5360 <None Include =" README.md" />
5461 </ItemGroup >
62+
5563</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{206B7F91-CA25-4E9D-9576-60D2E54A2C0A}</ProjectGuid >
45 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
78 <LangVersion >8.0</LangVersion >
89 <Nullable >enable</Nullable >
910 </PropertyGroup >
11+
1012 <PropertyGroup >
1113 <AssemblyTitle >OnTopic Cached Repository</AssemblyTitle >
1214 <Company >Ignia</Company >
1618 <OutputPath >bin\$(Configuration)\</OutputPath >
1719 <Authors >Ignia</Authors >
1820 </PropertyGroup >
21+
1922 <PropertyGroup >
2023 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2124 <PackageTags >C# .NET CMS Caching Data Repository</PackageTags >
2225 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2326 </PropertyGroup >
27+
2428 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2529 <DebugType >full</DebugType >
2630 <RunCodeAnalysis >false</RunCodeAnalysis >
3236 <UseVSHostingProcess >false</UseVSHostingProcess >
3337 <NoWarn >1701;1702;CA1303</NoWarn >
3438 </PropertyGroup >
39+
3540 <ItemGroup >
3641 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
3742 <PrivateAssets >all</PrivateAssets >
4146 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4247 </PackageReference >
4348 </ItemGroup >
49+
4450 <ItemGroup >
4551 <ProjectReference Include =" ..\OnTopic\OnTopic.csproj" />
4652 </ItemGroup >
53+
4754 <ItemGroup >
4855 <None Include =" README.md" />
4956 </ItemGroup >
57+
5058</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{1DE1F923-C7C2-435B-B49A-975ACBCB5FF0}</ProjectGuid >
45 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
56 <LangVersion >8.0</LangVersion >
67 <Nullable >enable</Nullable >
78 </PropertyGroup >
9+
810 <PropertyGroup >
911 <AssemblyTitle >Ignia SQL Server Repository</AssemblyTitle >
1012 <Company >Ignia</Company >
1416 <OutputPath >bin\$(Configuration)\</OutputPath >
1517 <Authors >Ignia</Authors >
1618 </PropertyGroup >
19+
1720 <PropertyGroup >
1821 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
1922 <PackageTags >C# .NET CMS SQL Data Repository</PackageTags >
2023 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2124 </PropertyGroup >
25+
2226 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2327 <DebugType >full</DebugType >
2428 <RunCodeAnalysis >false</RunCodeAnalysis >
2933 <DebugType >pdbonly</DebugType >
3034 <NoWarn >1701;1702;CA1303</NoWarn >
3135 </PropertyGroup >
36+
3237 <ItemGroup >
3338 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
3439 <PrivateAssets >all</PrivateAssets >
3944 </PackageReference >
4045 <PackageReference Include =" System.Data.SqlClient" Version =" 4.7.0" />
4146 </ItemGroup >
47+
4248 <ItemGroup >
4349 <ProjectReference Include =" ..\OnTopic\OnTopic.csproj" />
4450 </ItemGroup >
51+
4552 <ItemGroup >
4653 <None Include =" README.md" />
4754 </ItemGroup >
55+
4856</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{E52FC633-B4C5-4A2B-8CAF-30E756D7A6A7}</ProjectGuid >
45 <RootNamespace >OnTopic.Models</RootNamespace >
89 <LangVersion >8.0</LangVersion >
910 <Nullable >enable</Nullable >
1011 </PropertyGroup >
12+
1113 <PropertyGroup >
1214 <AssemblyTitle >Ignia OnTopic View Models</AssemblyTitle >
1315 <Company >Ignia</Company >
1719 <OutputPath >bin\$(Configuration)\</OutputPath >
1820 <Authors >Ignia</Authors >
1921 </PropertyGroup >
22+
2023 <PropertyGroup >
2124 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2225 <PackageTags >C# .NET CMS Presentation View Models POCO</PackageTags >
2326 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2427 </PropertyGroup >
28+
2529 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2630 <DebugType >full</DebugType >
2731 <NoWarn >CS1591,CA1056,CA1303</NoWarn >
3236 <DebugType >pdbonly</DebugType >
3337 <NoWarn >CA1303</NoWarn >
3438 </PropertyGroup >
39+
3540 <ItemGroup >
3641 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
3742 <PrivateAssets >all</PrivateAssets >
4449 <ItemGroup >
4550 <ProjectReference Include =" ..\OnTopic\OnTopic.csproj" />
4651 </ItemGroup >
52+
4753 <ItemGroup >
4854 <None Include =" README.md" />
4955 </ItemGroup >
56+
5057</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <ProjectGuid >{B8D5B290-4451-4C3B-AE9E-0FF075958A74}</ProjectGuid >
45 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
78 <LangVersion >8.0</LangVersion >
89 <Nullable >enable</Nullable >
910 </PropertyGroup >
11+
1012 <PropertyGroup >
1113 <AssemblyTitle >Ignia OnTopic Library</AssemblyTitle >
1214 <Company >Ignia</Company >
1618 <OutputPath >bin\$(Configuration)\</OutputPath >
1719 <Authors >Ignia</Authors >
1820 </PropertyGroup >
21+
1922 <PropertyGroup >
2023 <PackageProjectUrl >https://github.com/Ignia/Topics-Library</PackageProjectUrl >
2124 <PackageTags >C# .NET CMS Domain</PackageTags >
2225 <UseFullSemVerForNuGet >true</UseFullSemVerForNuGet >
2326 </PropertyGroup >
27+
2428 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2529 <DebugType >full</DebugType >
2630 <DocumentationFile >bin\$(Configuration)\OnTopic.XML</DocumentationFile >
3236 <UseVSHostingProcess >false</UseVSHostingProcess >
3337 <NoWarn >1701;1702;CA1303</NoWarn >
3438 </PropertyGroup >
39+
3540 <ItemGroup >
3641 <PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
3742 <PrivateAssets >all</PrivateAssets >
4752 <PrivateAssets >all</PrivateAssets >
4853 </PackageReference >
4954 </ItemGroup >
55+
5056 <ItemGroup >
5157 <None Include =" Mapping\README.md" />
5258 <None Include =" README.md" />
5662 <Folder Include =" Internal\Mapping\" />
5763 <Folder Include =" Internal\Reflection\" />
5864 </ItemGroup >
65+
5966</Project >
You can’t perform that action at this time.
0 commit comments