menuApp.csproj
Upload User: sflyled
Upload Date: 2013-01-18
Package Size: 1760k
Code Size: 4k
Category:

.net

Development Platform:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{C4AEB221-A6BF-4675-9035-63B1DD343CEF}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "menuApp"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 NoStandardLibraries = "false"
  19.                 OutputType = "WinExe"
  20.                 RootNamespace = "menuApp"
  21.                 StartupObject = ""
  22.             >
  23.                 <Config
  24.                     Name = "Debug"
  25.                     AllowUnsafeBlocks = "false"
  26.                     BaseAddress = "285212672"
  27.                     CheckForOverflowUnderflow = "false"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     FileAlignment = "4096"
  33.                     IncrementalBuild = "true"
  34.                     Optimize = "false"
  35.                     OutputPath = "binDebug"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "4"
  40.                 />
  41.                 <Config
  42.                     Name = "Release"
  43.                     AllowUnsafeBlocks = "false"
  44.                     BaseAddress = "285212672"
  45.                     CheckForOverflowUnderflow = "false"
  46.                     ConfigurationOverrideFile = ""
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     FileAlignment = "4096"
  51.                     IncrementalBuild = "true"
  52.                     Optimize = "true"
  53.                     OutputPath = "binRelease"
  54.                     RegisterForComInterop = "false"
  55.                     RemoveIntegerChecks = "false"
  56.                     TreatWarningsAsErrors = "false"
  57.                     WarningLevel = "4"
  58.                 />
  59.             </Settings>
  60.             <References>
  61.                 <Reference
  62.                     Name = "System"
  63.                     AssemblyName = "System"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Data"
  67.                     AssemblyName = "System.Data"
  68.                 />
  69.                 <Reference
  70.                     Name = "System.Drawing"
  71.                     AssemblyName = "System.Drawing"
  72.                 />
  73.                 <Reference
  74.                     Name = "System.Windows.Forms"
  75.                     AssemblyName = "System.Windows.Forms"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.XML"
  79.                     AssemblyName = "System.XML"
  80.                 />
  81.             </References>
  82.         </Build>
  83.         <Files>
  84.             <Include>
  85.                 <File
  86.                     RelPath = "AssemblyInfo.cs"
  87.                     BuildAction = "Compile"
  88.                 />
  89.                 <File
  90.                     RelPath = "Form1.cs"
  91.                     SubType = "Form"
  92.                     BuildAction = "Compile"
  93.                 />
  94.                 <File
  95.                     RelPath = "Form1.resx"
  96.                     DependentUpon = "Form1.cs"
  97.                     BuildAction = "EmbeddedResource"
  98.                 />
  99.                 <File
  100.                     RelPath = "licenses.licx"
  101.                     BuildAction = "Content"
  102.                 />
  103.             </Include>
  104.         </Files>
  105.     </CSHARP>
  106. </VisualStudioProject>