Skip to content

Commit f242ea5

Browse files
committed
Use OC module SDKs.
1 parent c59c4ec commit f242ea5

File tree

1 file changed

+9
-39
lines changed

1 file changed

+9
-39
lines changed
Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,34 @@
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>
62
<PropertyGroup>
73
<TargetFramework>net10.0</TargetFramework>
8-
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
9-
<DefaultItemExcludes>$(DefaultItemExcludes);.git*</DefaultItemExcludes>
104
</PropertyGroup>
115

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+
129
<PropertyGroup>
10+
<IsLombiqProject>true</IsLombiqProject>
1311
<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>
1814
<PackageTags>OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets</PackageTags>
1915
<RepositoryUrl>https://github.com/Lombiq/Helpful-Extensions</RepositoryUrl>
20-
<PackageProjectUrl>https://github.com/Lombiq/Helpful-Extensions</PackageProjectUrl>
21-
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
2216
</PropertyGroup>
2317

2418
<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" />
3519
<PackageReference Include="OrchardCore.Autoroute" Version="3.0.0-preview-18960" />
36-
<PackageReference Include="OrchardCore.ContentFields" Version="3.0.0-preview-18960" />
3720
<PackageReference Include="OrchardCore.Contents" Version="3.0.0-preview-18960" />
3821
<PackageReference Include="OrchardCore.Flows" Version="3.0.0-preview-18960" />
3922
<PackageReference Include="OrchardCore.Html" Version="3.0.0-preview-18960" />
4023
<PackageReference Include="OrchardCore.Lists" Version="3.0.0-preview-18960" />
4124
<PackageReference Include="OrchardCore.Liquid" Version="3.0.0-preview-18960" />
4225
<PackageReference Include="OrchardCore.Markdown" Version="3.0.0-preview-18960" />
4326
<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" />
4527
<PackageReference Include="OrchardCore.Rules.Abstractions" Version="3.0.0-preview-18960" />
4628
<PackageReference Include="OrchardCore.Workflows" Version="3.0.0-preview-18960" />
4729
<PackageReference Include="Scrutor" Version="7.0.0" />
4830
</ItemGroup>
4931

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" />
6434
</Project>

0 commit comments

Comments
 (0)