Skip to content

Commit

Permalink
Initial work on RCL
Browse files Browse the repository at this point in the history
  • Loading branch information
enkelmedia committed May 18, 2023
1 parent f32a8ca commit 6732614
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 19 deletions.
12 changes: 5 additions & 7 deletions Our.Umbraco.TheDashboard/Our.Umbraco.TheDashboard.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<StaticWebAssetBasePath>/</StaticWebAssetBasePath>
<ContentTargetFolders>.</ContentTargetFolders>
<PackageId>Our.Umbraco.TheDashboard</PackageId>
<Title>Our.Umbraco.TheDashboard</Title>
<Description>Content dashboard for Umbraco 10</Description>
<Product>The Dashboard for Umbraco</Product>
<PackageTags>umbraco umbraco-marketplace dashboard activities plugin package</PackageTags>
<Version>11.0.1</Version>
<Version>11.1.0</Version>
<Authors>Markus Johansson</Authors>
<Copyright>Copyright (c) Obviuse AB</Copyright>
<Company>Obviuse AB / Enkel Media Stockholm AB</Company>
Expand All @@ -24,11 +26,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="App_Plugins\Our.Umbraco.TheDashboard\**\*.*">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
<None Include="build\**\*.*">
<None Include="build\**\*.*">
<Pack>True</Pack>
<PackagePath>buildTransitive</PackagePath>
</None>
Expand Down
12 changes: 0 additions & 12 deletions Our.Umbraco.TheDashboard/build/Our.Umbraco.TheDashboard.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
<OurUmbracoTheDashboardContentFilesPath>$(MSBuildThisFileDirectory)..\App_Plugins\Our.Umbraco.TheDashboard\**\*.*</OurUmbracoTheDashboardContentFilesPath>
</PropertyGroup>

<Target Name="CopyOurUmbracoTheDashboardAssets" BeforeTargets="Build">
<ItemGroup>
<OurUmbracoTheDashboardContentFiles Include="$(OurUmbracoTheDashboardContentFilesPath)" />
</ItemGroup>
<Message Text="Copying Our.Umbraco.TheDashboard files: $(OurUmbracoTheDashboardContentFilesPath) - #@(OurUmbracoTheDashboardContentFiles->Count()) files" Importance="high" />
<Copy
SourceFiles="@(OurUmbracoTheDashboardContentFiles)"
DestinationFiles="@(OurUmbracoTheDashboardContentFiles->'$(MSBuildProjectDirectory)\App_Plugins\Our.Umbraco.TheDashboard\%(RecursiveDir)%(Filename)%(Extension)')"
SkipUnchangedFiles="true" />

</Target>

<Target Name="ClearOurUmbracoTheDashboardAssets" BeforeTargets="Clean">
<ItemGroup>
<OurUmbracoTheDashboardDir Include="$(MSBuildProjectDirectory)\App_Plugins\Our.Umbraco.TheDashboard\" />
Expand Down

0 comments on commit 6732614

Please sign in to comment.