annotate Tools/Templates.VB/My Project/Settings.settings @ 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 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
|
3 <Profiles />
|
|
4 <Settings>
|
|
5 <Setting Name="NorthwindConnectionString" Type="(Connection string)" Scope="Application">
|
|
6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
|
7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
8 <ConnectionString>Data Source=DADDY;Initial Catalog=Northwind;Integrated Security=True</ConnectionString>
|
|
9 <ProviderName>System.Data.SqlClient</ProviderName>
|
|
10 </SerializableConnectionString></DesignTimeValue>
|
|
11 <Value Profile="(Default)">Data Source=DADDY;Initial Catalog=Northwind;Integrated Security=True</Value>
|
|
12 </Setting>
|
|
13 </Settings>
|
|
14 </SettingsFile> |