Skip to content

Commit

Permalink
updated build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliams0305 committed Jul 15, 2024
1 parent e654744 commit 6cb0278
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 4 additions & 6 deletions source/WebLogger.Crestron/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0" DefaultTargets="build">

<Target Name="SimplSharpClean"/>
<Target Name="SimplSharpPostProcess47"/>
<Target Name="SimplSharpPostProcess"/>

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0" DefaultTargets="build">
<Target Name="SimplSharpClean" />
<Target Name="SimplSharpPostProcess" />
<Target Name="SimplSharpPostProcess47" />
</Project>
8 changes: 5 additions & 3 deletions source/WebLogger.Crestron/WebLogger.Crestron.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
<None Remove="Simpl\SPlsWork\**" />
</ItemGroup>

<ItemGroup>
<Content Remove="C:\Users\ewilliams\.nuget\packages\simplsharp.library.targets\0.1.8\contentFiles\any\any\Directory.Build.targets" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Library" Version="2.20.66" />
<PackageReference Include="SimplSharp.Library.Targets" Version="0.1.8">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SimplSharp.Library.Targets" Version="0.1.9" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions source/WebLogger/WebLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ This was originally created for use on Crestron VC4 but has since been migrated

<ItemGroup>
<EmbeddedResource Include="HTML\console.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="HTML\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="HTML\info.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="HTML\style.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>

Expand Down

0 comments on commit 6cb0278

Please sign in to comment.