removing the embedded resources (no need)

This commit is contained in:
2020-02-17 00:09:02 -05:00
parent 3b8e4f3e5a
commit da96435735

View File

@@ -118,16 +118,16 @@
<Compile Include="Systems\ValidationConsts.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Components\Advantage.Data.Provider.dll" />
<None Include="Components\Advantage.Data.Provider.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Components\Devart.Data.dll" />
<EmbeddedResource Include="Components\Devart.Data.PostgreSql.dll" />
<None Include="Components\Devart.Data.dll" />
<None Include="Components\Devart.Data.PostgreSql.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Components\Ace32.dll" />
<EmbeddedResource Include="Components\ADSLOC32.dll" />
<EmbeddedResource Include="Components\axcws32.dll" />
<None Include="Components\Ace32.dll" />
<None Include="Components\ADSLOC32.dll" />
<None Include="Components\axcws32.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.