Convert project references to lowercase

- Issue MatterHackers/MCCentral#4082
Errors appear in VS after successful builds due to IntelliSense problems
This commit is contained in:
John Lewin 2018-08-31 08:20:45 -07:00
parent bd409d96fe
commit afe8b8c0ce
6 changed files with 36 additions and 36 deletions

View file

@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj">
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
<Project>{74f6bb6c-9d02-4512-a59a-21940e35c532}</Project>
<Name>Gui</Name>
</ProjectReference>
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
<Project>{657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
<Project>{657dbc6d-c3ea-4398-a3fa-ddb73c14f71b}</Project>
<Name>Agg</Name>
</ProjectReference>
</ItemGroup>