1 Star 0 Fork 0

wensten/SharpMap

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.config 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felix Obermaier 提交于 2020-01-24 17:24 +08:00 . Fix app.config where applicable
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="ExampleCodeSnippets.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<ExampleCodeSnippets.Properties.Settings>
<setting name="OleDbProvider" serializeAs="String">
<value>Microsoft.ACE.OLEDB.15.0</value>
</setting>
</ExampleCodeSnippets.Properties.Settings>
</applicationSettings>
</configuration>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wensten/SharpMap.git
git@gitee.com:wensten/SharpMap.git
wensten
SharpMap
SharpMap
develop

搜索帮助