summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:08:39 +0000
committerfcolin2007-02-01 10:08:39 +0000
commit713d36926a8b44b5c821f1d2e124bdacc5dd2d1c (patch)
tree1db2bc2bb43aa0c77c225ba2fdbb37d290de2d67
parentaf97284f0d3fc154d0aefca85fa78b25e481c256 (diff)
downloadivy-csharp-713d36926a8b44b5c821f1d2e124bdacc5dd2d1c.zip
ivy-csharp-713d36926a8b44b5c821f1d2e124bdacc5dd2d1c.tar.gz
ivy-csharp-713d36926a8b44b5c821f1d2e124bdacc5dd2d1c.tar.bz2
ivy-csharp-713d36926a8b44b5c821f1d2e124bdacc5dd2d1c.tar.xz
Utilisateur : Fcolin Date : 11/11/03 Heure : 20:53 Créé Commentaire: (vss 1)
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj113
1 files changed, 113 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
new file mode 100644
index 0000000..0030f90
--- /dev/null
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
@@ -0,0 +1,113 @@
+<VisualStudioProject>
+ <CSHARP
+ ProjectType = "Local"
+ ProductVersion = "7.10.3077"
+ SchemaVersion = "2.0"
+ ProjectGuid = "{19023DE7-AAD8-4EC4-8FAF-D793868F8861}"
+ SccProjectName = "SAK"
+ SccLocalPath = "SAK"
+ SccAuxPath = "SAK"
+ SccProvider = "SAK"
+ >
+ <Build>
+ <Settings
+ ApplicationIcon = "App.ico"
+ AssemblyKeyContainerName = ""
+ AssemblyName = "IvyProbe"
+ AssemblyOriginatorKeyFile = ""
+ DefaultClientScript = "JScript"
+ DefaultHTMLPageLayout = "Grid"
+ DefaultTargetSchema = "IE50"
+ DelaySign = "false"
+ OutputType = "Exe"
+ PreBuildEvent = ""
+ PostBuildEvent = ""
+ RootNamespace = "IvyProbe"
+ RunPostBuildEvent = "OnBuildSuccess"
+ StartupObject = ""
+ >
+ <Config
+ Name = "Debug"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "DEBUG;TRACE"
+ DocumentationFile = ""
+ DebugSymbols = "true"
+ FileAlignment = "4096"
+ IncrementalBuild = "true"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "false"
+ OutputPath = "bin\Debug\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ <Config
+ Name = "Release"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "TRACE"
+ DocumentationFile = ""
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\Release\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
+ </Settings>
+ <References>
+ <Reference
+ Name = "System"
+ AssemblyName = "System"
+ HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
+ />
+ <Reference
+ Name = "System.Data"
+ AssemblyName = "System.Data"
+ HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
+ />
+ <Reference
+ Name = "System.XML"
+ AssemblyName = "System.Xml"
+ HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
+ />
+ <Reference
+ Name = "Ivy"
+ Project = "{F2F03CF7-0087-4EDB-AD15-80C9E8DA2617}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
+ </References>
+ </Build>
+ <Files>
+ <Include>
+ <File
+ RelPath = "App.ico"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "AssemblyInfo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "IvyProbe.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ </Include>
+ </Files>
+ </CSHARP>
+</VisualStudioProject>
+