You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
4.5 KiB
117 lines
4.5 KiB
<VisualStudioProject>
|
|
<CSHARP
|
|
ProjectType = "Local"
|
|
ProductVersion = "7.0.9466"
|
|
SchemaVersion = "1.0"
|
|
ProjectGuid = "{9F60F960-3E48-4769-A065-9D0A3732D67D}"
|
|
>
|
|
<Build>
|
|
<Settings
|
|
ApplicationIcon = "Icon1.ico"
|
|
AssemblyKeyContainerName = ""
|
|
AssemblyName = "StringCheck2"
|
|
AssemblyOriginatorKeyFile = ""
|
|
DefaultClientScript = "JScript"
|
|
DefaultHTMLPageLayout = "Grid"
|
|
DefaultTargetSchema = "IE50"
|
|
DelaySign = "false"
|
|
OutputType = "WinExe"
|
|
RootNamespace = "StringCheck2"
|
|
StartupObject = ""
|
|
>
|
|
<Config
|
|
Name = "Debug"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE"
|
|
DocumentationFile = "document.xml"
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "false"
|
|
OutputPath = "c:\test\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
<Config
|
|
Name = "Release"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "TRACE"
|
|
DocumentationFile = "document.xml"
|
|
DebugSymbols = "false"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "false"
|
|
Optimize = "true"
|
|
OutputPath = ".\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
</Settings>
|
|
<References>
|
|
<Reference
|
|
Name = "System"
|
|
AssemblyName = "System"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Data"
|
|
AssemblyName = "System.Data"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Drawing"
|
|
AssemblyName = "System.Drawing"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Windows.Forms"
|
|
AssemblyName = "System.Windows.Forms"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.XML"
|
|
AssemblyName = "System.Xml"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
|
|
/>
|
|
</References>
|
|
</Build>
|
|
<Files>
|
|
<Include>
|
|
<File
|
|
RelPath = "AssemblyInfo.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "frm_main.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "frm_main.resx"
|
|
DependentUpon = "frm_main.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "Icon1.ico"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "StringCheck.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
</Include>
|
|
</Files>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|