mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2024-11-27 17:00:53 +01:00
Linux compilation fixes
Enter these commands to build: nuget restore SonicAudioTools.sln msbuild SonicAudioTools.sln /p:Configuration=Release Change log: * Fixed word case in SonicAudioLib.csproj * Added bash alternative of PostBuild script in CsbBuilder.csproj
This commit is contained in:
parent
6babbb5a8c
commit
e01d66cfb4
@ -235,7 +235,7 @@
|
|||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>copy "$(SolutionDir)Dependencies\*.dll" "$(TargetDir)"</PostBuildEvent>
|
<PostBuildEvent>copy "$(SolutionDir)Dependencies\*.dll" "$(TargetDir)" || find "$(SolutionDir)Dependencies/" -name "*.dll" -exec cp {} "$(TargetDir)" ";"</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
@ -244,4 +244,4 @@
|
|||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
<Compile Include="IO\DataExtractor.cs" />
|
<Compile Include="IO\DataExtractor.cs" />
|
||||||
<Compile Include="IO\StringPool.cs" />
|
<Compile Include="IO\StringPool.cs" />
|
||||||
<Compile Include="Helpers.cs" />
|
<Compile Include="Helpers.cs" />
|
||||||
<Compile Include="IO\SubStream.cs" />
|
<Compile Include="IO\Substream.cs" />
|
||||||
<Compile Include="IO\DataPool.cs" />
|
<Compile Include="IO\DataPool.cs" />
|
||||||
<Compile Include="FileBases\FileBase.cs" />
|
<Compile Include="FileBases\FileBase.cs" />
|
||||||
<Compile Include="ProgressChangedEvent.cs" />
|
<Compile Include="ProgressChangedEvent.cs" />
|
||||||
@ -83,4 +83,4 @@
|
|||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user