Switch to the newer Roslyn compiler on Linux/macOS.
This commit is contained in:
committed by
Oliver Brakmann
parent
5b00586de2
commit
d53338ca5e
@@ -976,18 +976,10 @@
|
||||
<Copy
|
||||
SourceFiles="$(TargetPath)"
|
||||
DestinationFolder="$(SolutionDir)mods/common/"/>
|
||||
<!--
|
||||
csc generates .pdb symbol files (not `.dll.pdb`).
|
||||
mcs generates .dll.mdb symbol files.
|
||||
-->
|
||||
<Copy
|
||||
SourceFiles="$(TargetDir)$(TargetName).pdb"
|
||||
DestinationFolder="$(SolutionDir)mods/common/"
|
||||
Condition="Exists('$(TargetDir)$(TargetName).pdb')"/>
|
||||
<Copy
|
||||
SourceFiles="$(TargetPath).mdb"
|
||||
DestinationFolder="$(SolutionDir)mods/common/"
|
||||
Condition="Exists('$(TargetPath).mdb')"/>
|
||||
<!-- Uncomment these lines when debugging or adding to this target
|
||||
<Message Text="DEBUG OS: $(OS)"/>
|
||||
<Message Text="DEBUG SolutionDir: $(SolutionDir)"/>
|
||||
@@ -996,4 +988,4 @@
|
||||
<Message Text="DEBUG TargetName: $(TargetName)"/>
|
||||
-->
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user