src: dotnet: add Service class

This commit is contained in:
Bill Zissimopoulos
2017-04-05 16:25:38 -07:00
parent d545b8df26
commit c782c4d668
3 changed files with 216 additions and 1 deletions

View File

@ -50,6 +50,9 @@
<Compile Include="..\..\src\dotnet\Interop.cs">
<Link>Interop.cs</Link>
</Compile>
<Compile Include="..\..\src\dotnet\Service.cs">
<Link>Service.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.