File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 50
50
<ItemGroup >
51
51
<ProjectReference Include =" ..\DynamicOpenVR\DynamicOpenVR.csproj" />
52
52
</ItemGroup >
53
- <ItemGroup >
54
- <CopyToOutput Include =" $(ProjectDir)..\..\Packaging\DynamicOpenVR.BeatSaber\**\*.*" />
55
- </ItemGroup >
56
53
<Target Name =" ClearReferenceCopyLocalPaths" AfterTargets =" ResolveAssemblyReferences" >
57
54
<ItemGroup >
58
55
<!-- prevent any referenced DLLs from being copied to the output folder -->
59
56
<ReferenceCopyLocalPaths Remove =" @(ReferenceCopyLocalPaths)" />
60
57
</ItemGroup >
61
58
</Target >
62
59
<Target Name =" Organize" AfterTargets =" AfterBuild" >
60
+ <ItemGroup >
61
+ <CopyToOutput Include =" $(ProjectDir)..\..\Packaging\DynamicOpenVR.BeatSaber\**\*.*" />
62
+ </ItemGroup >
63
+
63
64
<!-- create Plugins folder and move plugin DLL/PDB inside -->
64
65
<MakeDir Directories =" $(PublishDir)Plugins" />
65
66
<Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PublishDir)Plugins" />
Original file line number Diff line number Diff line change 27
27
<HintPath >..\..\Libraries\UnityEngine.XRModule.dll</HintPath >
28
28
</Reference >
29
29
</ItemGroup >
30
- <ItemGroup >
31
- <CopyToOutput Include =" $(ProjectDir)..\..\Packaging\DynamicOpenVR\**\*.*" />
32
- </ItemGroup >
33
30
<Target Name =" ClearReferenceCopyLocalPaths" AfterTargets =" ResolveAssemblyReferences" >
34
31
<ItemGroup >
35
32
<!-- prevent any referenced DLLs from being copied to the output folder -->
36
33
<ReferenceCopyLocalPaths Remove =" @(ReferenceCopyLocalPaths)" />
37
34
</ItemGroup >
38
35
</Target >
39
36
<Target Name =" Organize" AfterTargets =" AfterBuild" >
37
+ <ItemGroup >
38
+ <CopyToOutput Include =" $(ProjectDir)..\..\Packaging\DynamicOpenVR\**\*.*" />
39
+ </ItemGroup >
40
+
40
41
<!-- create Libs folder and move DLL/PDB inside -->
41
42
<MakeDir Directories =" $(PublishDir)Libs" />
42
43
<Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PublishDir)Libs" />
You can’t perform that action at this time.
0 commit comments