Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Oct 23, 2023
1 parent 9540021 commit 8701709
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions src/GUI/efcpt.6/efcpt.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\efcpt\Extensions\*.cs">
<Compile Include="..\efcpt.7\Extensions\*.cs">
<Link>Extensions\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\HostedServices\*.cs">
<Compile Include="..\efcpt.7\HostedServices\*.cs">
<Link>HostedServices\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Options\*.cs">
<Compile Include="..\efcpt.7\Options\*.cs">
<Link>Options\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Services\*.cs">
<Compile Include="..\efcpt.7\Services\*.cs">
<Link>Services\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Constants.cs" Link="Constants.cs" />
<Compile Include="..\efcpt\Program.cs" Link="Program.cs" />
<Compile Include="..\efcpt.7\Constants.cs" Link="Constants.cs" />
<Compile Include="..\efcpt.7\Program.cs" Link="Program.cs" />
</ItemGroup>

<ItemGroup>
<Content Include="..\efcpt\efcpt-readme.md" Link="efcpt-readme.md">
<Content Include="..\efcpt.7\efcpt-readme.md" Link="efcpt-readme.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="..\efcpt\readme.md" Link="readme.md" Pack="true" PackagePath="\" />
<None Include="..\efcpt.7\readme.md" Link="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 8 additions & 8 deletions src/GUI/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\efcpt\Extensions\*.cs">
<Compile Include="..\efcpt.7\Extensions\*.cs">
<Link>Extensions\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\HostedServices\*.cs">
<Compile Include="..\efcpt.7\HostedServices\*.cs">
<Link>HostedServices\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Options\*.cs">
<Compile Include="..\efcpt.7\Options\*.cs">
<Link>Options\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Services\*.cs">
<Compile Include="..\efcpt.7\Services\*.cs">
<Link>Services\%(Filename)%(Extension)</Link>
</Compile>
<Compile Include="..\efcpt\Constants.cs" Link="Constants.cs" />
<Compile Include="..\efcpt\Program.cs" Link="Program.cs" />
<Compile Include="..\efcpt.7\Constants.cs" Link="Constants.cs" />
<Compile Include="..\efcpt.7\Program.cs" Link="Program.cs" />
</ItemGroup>

<ItemGroup>
<Content Include="..\efcpt\efcpt-readme.md" Link="efcpt-readme.md">
<Content Include="..\efcpt.7\efcpt-readme.md" Link="efcpt-readme.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="..\efcpt\readme.md" Link="readme.md" Pack="true" PackagePath="\" />
<None Include="..\efcpt.7\readme.md" Link="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8701709

Please sign in to comment.