summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyDaemon
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:53:19 +0000
committerfcolin2007-02-01 09:53:19 +0000
commit4c9f7c71f27867c6114e26fb0231415a584ef69e (patch)
tree62d39d5ba1bd6c5fd996b28f63a06d0905ed2883 /CSharp/Ivy/IvyDaemon
parentf39f03bb1125b8a26eb09069f6ad0d6d21ffd5e7 (diff)
downloadivy-csharp-4c9f7c71f27867c6114e26fb0231415a584ef69e.zip
ivy-csharp-4c9f7c71f27867c6114e26fb0231415a584ef69e.tar.gz
ivy-csharp-4c9f7c71f27867c6114e26fb0231415a584ef69e.tar.bz2
ivy-csharp-4c9f7c71f27867c6114e26fb0231415a584ef69e.tar.xz
Utilisateur : Fcolin Date : 11/11/03 Heure : 20:53 Créé Commentaire: (vss 1)
Diffstat (limited to 'CSharp/Ivy/IvyDaemon')
-rw-r--r--CSharp/Ivy/IvyDaemon/IvyDaemon.csproj113
1 files changed, 113 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyDaemon/IvyDaemon.csproj b/CSharp/Ivy/IvyDaemon/IvyDaemon.csproj
new file mode 100644
index 0000000..e62080e
--- /dev/null
+++ b/CSharp/Ivy/IvyDaemon/IvyDaemon.csproj
@@ -0,0 +1,113 @@
+<VisualStudioProject>
+ <CSHARP
+ ProjectType = "Local"
+ ProductVersion = "7.10.3077"
+ SchemaVersion = "2.0"
+ ProjectGuid = "{B10AB29F-D678-4472-9BA3-D627262E14E1}"
+ SccProjectName = "SAK"
+ SccLocalPath = "SAK"
+ SccAuxPath = "SAK"
+ SccProvider = "SAK"
+ >
+ <Build>
+ <Settings
+ ApplicationIcon = "App.ico"
+ AssemblyKeyContainerName = ""
+ AssemblyName = "IvyDaemon"
+ AssemblyOriginatorKeyFile = ""
+ DefaultClientScript = "JScript"
+ DefaultHTMLPageLayout = "Grid"
+ DefaultTargetSchema = "IE50"
+ DelaySign = "false"
+ OutputType = "Exe"
+ PreBuildEvent = ""
+ PostBuildEvent = ""
+ RootNamespace = "IvyDaemon"
+ 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 = "IvyDaemon.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ </Include>
+ </Files>
+ </CSHARP>
+</VisualStudioProject>
+