File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 </ProjectReference >
3333 </ItemGroup >
3434
35+ <ItemGroup >
36+ <!-- Exclude the Resources folder and its contents -->
37+ <None Remove =" Resources/" />
38+ </ItemGroup >
39+
3540 <ItemGroup >
3641 <!-- Include all files in the Resources folder but copy them directly to the output directory -->
37- <None Update =" Resources/**/*" >
42+ <None Update =" Resources/*" >
43+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
44+ <Link >%(RecursiveDir)/../%(Filename)%(Extension)</Link >
45+ <Pack >true</Pack >
46+ <PackageCopyToOutput >true</PackageCopyToOutput >
47+ </None >
48+ <None Update =" Resources/graphviz/*" >
3849 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
39- <TargetPath >%(RecursiveDir)/../%(Filename)%(Extension)</TargetPath >
50+ <Link >%(RecursiveDir)/../../graphviz/ %(Filename)%(Extension)</Link >
4051 <Pack >true</Pack >
4152 <PackageCopyToOutput >true</PackageCopyToOutput >
4253 </None >
You can’t perform that action at this time.
0 commit comments