We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36848d commit 2abb10cCopy full SHA for 2abb10c
SER.csproj
@@ -18,7 +18,11 @@
18
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
19
<Copy
20
SourceFiles="$(TargetDir)SER.dll"
21
- DestinationFolder="C:\Users\Olgie\AppData\Roaming\SCP Secret Laboratory\LabAPI\plugins\global"
+ DestinationFolder="$(LABAPI_PLUGINS)"
22
+ />
23
+ <Copy
24
+ SourceFiles="$(TargetDir)SER.dll"
25
+ DestinationFolder="$(SL_DEV_REFERENCES)"
26
/>
27
</Target>
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
0 commit comments