Add folder structure for C# Models, each radio model should have a Model.

This commit is contained in:
Erick Kinnee 2019-03-06 10:24:36 -06:00
parent 0c4ff0d019
commit 19846e5b5e
5 changed files with 11 additions and 16 deletions

View file

@ -79,5 +79,11 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpCAT\SharpCAT.csproj">
<Project>{dad3e7be-905a-4768-a695-0bcf96171e35}</Project>
<Name>SharpCAT</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>