Remove unused config file

This commit is contained in:
John Lewin 2018-09-04 12:56:38 -07:00
parent 3ae9c19fb6
commit dec20f9aaf
2 changed files with 0 additions and 14 deletions

View file

@ -599,10 +599,6 @@
<Content Include="StaticData\SliceSettings\unload_filament.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="config.json">
<LogicalName>config.json</LogicalName>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Utilities\InspectForm.resx">
<DependentUpon>InspectForm.cs</DependentUpon>
</EmbeddedResource>

View file

@ -1,10 +0,0 @@
{
"ProviderTypes": {
"OsInformationProvider": "MatterHackers.Agg.Platform.WinformsInformationProvider, agg_platform_win32",
"DialogProvider": "MatterHackers.Agg.Platform.WinformsFileDialogProvider, agg_platform_win32",
"SystemWindow": "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32",
"SystemWindowProvider": "MatterHackers.Agg.UI.WinformsSystemWindowProvider, agg_platform_win32",
"ImageIOProvider": "MatterHackers.Agg.Image.ImageIOWindowsPlugin, agg_platform_win32",
"StaticDataProvider": "MatterHackers.Agg.FileSystemStaticData, agg_platform_win32"
}
}