src: dotnet: WIP

This commit is contained in:
Bill Zissimopoulos
2017-04-01 16:13:09 -07:00
parent a5eadc50a7
commit ab462fb546
3 changed files with 334 additions and 4 deletions

View File

@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -34,6 +35,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -42,6 +44,9 @@
<Compile Include="..\..\src\dotnet\FileSystem.cs">
<Link>FileSystem.cs</Link>
</Compile>
<Compile Include="..\..\src\dotnet\Interop.cs">
<Link>Interop.cs</Link>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.