Switch to Git submodules and update NuGet packages

This commit is contained in:
2018-02-07 10:22:33 -05:00
parent 127636a354
commit 6ae1faa56c
9 changed files with 101 additions and 36 deletions

View File

@@ -35,9 +35,6 @@
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="FloatingStatusWindowLibrary">
<HintPath>..\..\FloatingStatusWindowLibrary\FloatingStatusWindowLibrary\bin\Debug\FloatingStatusWindowLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
@@ -131,6 +128,12 @@
<ItemGroup>
<None Include="Service References\SystemTemperatureService\SystemTemperatureService1.disco" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="FloatingStatusWindow\Library\FloatingStatusWindow.csproj">
<Project>{f023a16c-2f13-4a87-a8b7-22c43c4a58a4}</Project>
<Name>FloatingStatusWindow</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.