|
1 | | -<Project Sdk="Microsoft.NET.Sdk.Razor"> |
2 | | - |
3 | | - <Import Project="../../../Utilities/Lombiq.MSBuild.Targets/Lombiq.MSBuild.LibMan.Targets/Lombiq.MSBuild.LibMan.Targets.props" |
4 | | - Condition="'$(NuGetBuild)' != 'true'"/> |
5 | | - |
| 1 | +<Project> |
6 | 2 | <PropertyGroup> |
7 | 3 | <TargetFramework>net10.0</TargetFramework> |
8 | | - <AddRazorSupportForMvc>true</AddRazorSupportForMvc> |
9 | | - <DefaultItemExcludes>$(DefaultItemExcludes);.git*</DefaultItemExcludes> |
10 | 4 | </PropertyGroup> |
11 | 5 |
|
| 6 | + <Import Condition="'$(NuGetBuild)' != 'true'" Project="../../../Utilities/Lombiq.MSBuild.Targets/Lombiq.MSBuild.OrchardCore.Module.Sdk/Sdk/Import.props" /> |
| 7 | + <Import Condition="'$(NuGetBuild)' == 'true'" Project="Sdk.props" Sdk="Lombiq.MSBuild.OrchardCore.Module.Sdk" Version="1.0.1-alpha.6.osoe-1208" /> |
| 8 | + |
12 | 9 | <PropertyGroup> |
| 10 | + <IsLombiqProject>true</IsLombiqProject> |
13 | 11 | <Title>Lombiq Helpful Extensions for Orchard Core</Title> |
14 | | - <Authors>Lombiq Technologies</Authors> |
15 | | - <Copyright>Copyright © 2013, Lombiq Technologies Ltd.</Copyright> |
16 | | - <Description>Lombiq Helpful Extensions for Orchard Core: Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation.</Description> |
17 | | - <PackageIcon>NuGetIcon.png</PackageIcon> |
| 12 | + <CopyrightYear>2013</CopyrightYear> |
| 13 | + <DescriptionBody>Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation.</DescriptionBody> |
18 | 14 | <PackageTags>OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets</PackageTags> |
19 | 15 | <RepositoryUrl>https://github.com/Lombiq/Helpful-Extensions</RepositoryUrl> |
20 | | - <PackageProjectUrl>https://github.com/Lombiq/Helpful-Extensions</PackageProjectUrl> |
21 | | - <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> |
22 | 16 | </PropertyGroup> |
23 | 17 |
|
24 | 18 | <ItemGroup> |
25 | | - <None Include="..\Readme.md" /> |
26 | | - <None Include="NuGetIcon.png" Pack="true" PackagePath="" /> |
27 | | - </ItemGroup> |
28 | | - |
29 | | - <ItemGroup> |
30 | | - <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
31 | | - </ItemGroup> |
32 | | - |
33 | | - <ItemGroup> |
34 | | - <PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="3.0.71" /> |
35 | 19 | <PackageReference Include="OrchardCore.Autoroute" Version="3.0.0-preview-18960" /> |
36 | | - <PackageReference Include="OrchardCore.ContentFields" Version="3.0.0-preview-18960" /> |
37 | 20 | <PackageReference Include="OrchardCore.Contents" Version="3.0.0-preview-18960" /> |
38 | 21 | <PackageReference Include="OrchardCore.Flows" Version="3.0.0-preview-18960" /> |
39 | 22 | <PackageReference Include="OrchardCore.Html" Version="3.0.0-preview-18960" /> |
40 | 23 | <PackageReference Include="OrchardCore.Lists" Version="3.0.0-preview-18960" /> |
41 | 24 | <PackageReference Include="OrchardCore.Liquid" Version="3.0.0-preview-18960" /> |
42 | 25 | <PackageReference Include="OrchardCore.Markdown" Version="3.0.0-preview-18960" /> |
43 | 26 | <PackageReference Include="OrchardCore.MetaWeblog.Abstractions" Version="3.0.0-preview-18960" /> |
44 | | - <PackageReference Include="OrchardCore.Module.Targets" Version="3.0.0-preview-18960" GeneratePathProperty="true" /> |
45 | 27 | <PackageReference Include="OrchardCore.Rules.Abstractions" Version="3.0.0-preview-18960" /> |
46 | 28 | <PackageReference Include="OrchardCore.Workflows" Version="3.0.0-preview-18960" /> |
47 | 29 | <PackageReference Include="Scrutor" Version="7.0.0" /> |
48 | 30 | </ItemGroup> |
49 | 31 |
|
50 | | - <ItemGroup Condition="'$(NuGetBuild)' != 'true'"> |
51 | | - <ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj" /> |
52 | | - </ItemGroup> |
53 | | - |
54 | | - <ItemGroup Condition="'$(NuGetBuild)' == 'true'"> |
55 | | - <PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="12.6.1-alpha.5.osoe-925" /> |
56 | | - <PackageReference Include="Lombiq.MSBuild.LibMan.Targets" Version="1.0.0-alpha.12.nest-643" /> |
57 | | - <PackageReference Include="Lombiq.HelpfulLibraries.Attributes" Version="12.6.1-alpha.5.osoe-925" OutputItemType="Analyzer" ReferenceOutputAssembly="true" /> |
58 | | - <PackageReference Include="Lombiq.HelpfulLibraries.SourceGenerators" Version="12.6.1-alpha.5.osoe-925" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
59 | | - </ItemGroup> |
60 | | - |
61 | | - <Import Project="../../../Utilities/Lombiq.MSBuild.Targets/Lombiq.MSBuild.LibMan.Targets/Lombiq.MSBuild.LibMan.Targets.targets" |
62 | | - Condition="'$(NuGetBuild)' != 'true'"/> |
63 | | - |
| 32 | + <Import Condition="'$(NuGetBuild)' != 'true'" Project="../../../Utilities/Lombiq.MSBuild.Targets/Lombiq.MSBuild.OrchardCore.Module.Sdk/Sdk/Import.targets" /> |
| 33 | + <Import Condition="'$(NuGetBuild)' == 'true'" Project="Sdk.targets" Sdk="Lombiq.MSBuild.OrchardCore.Module.Sdk" Version="1.0.1-alpha.6.osoe-1208" /> |
64 | 34 | </Project> |
0 commit comments