File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <PropertyGroup >
3- <UnlockerPatchDllName >UnlockerPatch .dll</UnlockerPatchDllName >
3+ <UnlockerStubDllName >UnlockerStub .dll</UnlockerStubDllName >
44 </PropertyGroup >
55
6- <Target Name =" CopyUnlockerPatchDll " BeforeTargets =" AfterCompile" >
6+ <Target Name =" CopyUnlockerStubDll " BeforeTargets =" AfterCompile" >
77 <ItemGroup >
8- <UnlockerPatchDll Include =" $(MSBuildThisFileDirectory)..\lib\net8.0-windows7.0\x64\UnlockerPatch .dll" Condition =" '$(PlatformTarget)' == 'x64'" />
8+ <UnlockerStubDll Include =" $(MSBuildThisFileDirectory)..\lib\net8.0-windows7.0\x64\UnlockerStub .dll" Condition =" '$(PlatformTarget)' == 'x64'" />
99 </ItemGroup >
1010
11- <Copy SourceFiles =" @(UnlockerPatchDll )" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" True" />
11+ <Copy SourceFiles =" @(UnlockerStubDll )" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" True" />
1212 </Target >
1313</Project >
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <PropertyGroup >
3- <UnlockerPatchDllName >UnlockerPatch .dll</UnlockerPatchDllName >
3+ <UnlockerStubDllName >UnlockerStub .dll</UnlockerStubDllName >
44 </PropertyGroup >
55
6- <Target Name =" CopyUnlockerPatchDll " BeforeTargets =" AfterCompile" >
6+ <Target Name =" CopyUnlockerStubDll " BeforeTargets =" AfterCompile" >
77 <ItemGroup >
8- <UnlockerPatchDll Include =" $(MSBuildThisFileDirectory)..\lib\net8.0-windows7.0\x64\UnlockerPatch .dll" Condition =" '$(PlatformTarget)' == 'x64'" />
8+ <UnlockerStubDll Include =" $(MSBuildThisFileDirectory)..\lib\net8.0-windows7.0\x64\UnlockerStub .dll" Condition =" '$(PlatformTarget)' == 'x64'" />
99 </ItemGroup >
1010
11- <Copy SourceFiles =" @(UnlockerPatchDll )" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" True" />
11+ <Copy SourceFiles =" @(UnlockerStubDll )" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" True" />
1212 </Target >
1313</Project >
You can’t perform that action at this time.
0 commit comments