Revision: | 4 |
Committed: | Wed Jul 11 14:19:13 2012 UTC (11 years, 4 months ago) by william |
File size: | 1062 byte(s) |
Log Message: | imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/ Revision: 1 Author: beartown Date: 3:10:40 AM, Monday, June 21, 2010 Message: First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image |
# | Content |
---|---|
1 | <?xml version='1.0' encoding='utf-8'?> |
2 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AnywhereTS.Properties" GeneratedClassName="Settings"> |
3 | <Profiles /> |
4 | <Settings> |
5 | <Setting Name="atsConnectionString" 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=.\SQLEXPRESS;Database='AnywhereTS';Integrated Security=True;Connect Timeout=30;User Instance=False</ConnectionString> |
9 | <ProviderName>System.Data.SqlClient</ProviderName> |
10 | </SerializableConnectionString></DesignTimeValue> |
11 | <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Database='AnywhereTS';Integrated Security=True;Connect Timeout=30;User Instance=False</Value> |
12 | </Setting> |
13 | </Settings> |
14 | </SettingsFile> |