File tree Expand file tree Collapse file tree 2 files changed +7
-28
lines changed
Dalamud/Interface/Internal/Asserts Expand file tree Collapse file tree 2 files changed +7
-28
lines changed Original file line number Diff line number Diff line change 28
28
<PlatformToolset >v143</PlatformToolset >
29
29
<LinkIncremental >false</LinkIncremental >
30
30
<CharacterSet >Unicode</CharacterSet >
31
- <OutDir >..\ bin\$(Configuration)\</OutDir >
31
+ <OutDir >bin\$(Configuration)\</OutDir >
32
32
<IntDir >obj\$(Configuration)\</IntDir >
33
33
</PropertyGroup >
34
34
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
200
200
<ItemGroup >
201
201
<Manifest Include =" themes.manifest" />
202
202
</ItemGroup >
203
- <Target Name =" RemoveExtraFiles" AfterTargets =" PostBuildEvent" >
204
- <Delete Files =" $(OutDir)$(TargetName).lib" />
205
- <Delete Files =" $(OutDir)$(TargetName).exp" />
203
+ <Target Name =" CopyOutputDlls" AfterTargets =" PostBuildEvent" >
204
+ <Copy SourceFiles =" $(OutDir)$(TargetName).dll" DestinationFolder =" ..\bin\$(Configuration)\" />
205
+ <Copy SourceFiles =" $(OutDir)$(TargetName).pdb" DestinationFolder =" ..\bin\$(Configuration)\" />
206
+
207
+ <Copy SourceFiles =" $(OutDir)nethost.dll" DestinationFolder =" ..\bin\$(Configuration)\" />
206
208
</Target >
207
- </Project >
209
+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments