annotate Tools/DocGen/Content/Doc/Data/App2.config @ 7:99cd4f3947d8
Закомментированы строки мешающие добавлению авиа дежурств.
author |
nickolay |
date |
Fri, 27 Oct 2017 18:26:29 +0300 |
parents |
f990fcb411a9 |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0" encoding="utf-8" ?>
|
|
2 <configuration>
|
|
3 <appSettings>
|
|
4 <!-- MySql configuration -->
|
|
5 <add
|
|
6 key = "ConnectionString./*[a]*/MySql/*[/a]*/"
|
|
7 value = "..."/>
|
|
8 <add
|
|
9 key = "/*[a]*/BLToolkit.DefaultConfiguration/*[/a]*/"
|
|
10 value = "/*[a]*/MySql/*[/a]*/"/>
|
|
11 </appSettings>
|
|
12 </configuration>
|