diff options
author | fcolin | 2007-02-01 10:09:20 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:09:20 +0000 |
commit | 63a9e3465f659b13dd071d62febd343eab8d3d3a (patch) | |
tree | 1ee03957c13caae595f94ab4fc70fc9e9a3cdfb4 /CSharp/Ivy/IvyProbeConsole | |
parent | b0c450a59d519df33501d0c4fcfadbf28d71ee1c (diff) | |
download | ivy-csharp-63a9e3465f659b13dd071d62febd343eab8d3d3a.zip ivy-csharp-63a9e3465f659b13dd071d62febd343eab8d3d3a.tar.gz ivy-csharp-63a9e3465f659b13dd071d62febd343eab8d3d3a.tar.bz2 ivy-csharp-63a9e3465f659b13dd071d62febd343eab8d3d3a.tar.xz |
Utilisateur : Fcolin Date : 22/12/05 Heure : 17:48 Créé Commentaire: (vss 1)
Diffstat (limited to 'CSharp/Ivy/IvyProbeConsole')
-rw-r--r-- | CSharp/Ivy/IvyProbeConsole/Properties/Settings.settings | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/Properties/Settings.settings b/CSharp/Ivy/IvyProbeConsole/Properties/Settings.settings new file mode 100644 index 0000000..b0c75fd --- /dev/null +++ b/CSharp/Ivy/IvyProbeConsole/Properties/Settings.settings @@ -0,0 +1,21 @@ +<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="IvyProbeConsole.Properties" GeneratedClassName="Settings">
+ <Profiles />
+ <Settings>
+ <Setting Name="domain" Type="System.String" Scope="Application">
+ <Value Profile="(Default)" />
+ </Setting>
+ <Setting Name="name" Type="System.String" Scope="Application">
+ <Value Profile="(Default)">C#ProbeConsole</Value>
+ </Setting>
+ <Setting Name="quiet" Type="System.Boolean" Scope="Application">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="timestamp" Type="System.Boolean" Scope="Application">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="IvyDebug" Type="System.Boolean" Scope="Application">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ </Settings>
+</SettingsFile>
\ No newline at end of file |