re-added .NET File IO support, to try and get closer to RomVault working on Linux/Mono.

This commit is contained in:
gjefferyes
2014-10-22 10:37:47 -05:00
parent 0eb2d48241
commit 3c6ca00d4a
3 changed files with 167 additions and 23 deletions

View File

@@ -35,7 +35,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>.\</OutputPath>
<OutputPath>Stage\</OutputPath>
<DefineConstants>TRACE;DEBUG;UNMANAGED;COMPRESS;LZMA_STREAM;DOTNET20</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -333,4 +333,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>