- AdvMessageBox dient zum Erzeugen einer eigenen MessageBox. Der MessageBox kann ein eigenes Icon übergeben werden. Die Anzahl der Buttons kann zwischen 1 und 4 geändert werden. Die Standard-Buttons lassen sich benutzerdefiniert beschriften
108 lines
4.1 KiB
XML
108 lines
4.1 KiB
XML
<VisualStudioProject>
|
|
<CSHARP
|
|
ProjectType = "Local"
|
|
ProductVersion = "7.0.9466"
|
|
SchemaVersion = "1.0"
|
|
ProjectGuid = "{A48DC289-14BB-47D2-BF34-DCC8598DCE23}"
|
|
>
|
|
<Build>
|
|
<Settings
|
|
ApplicationIcon = "App.ico"
|
|
AssemblyKeyContainerName = ""
|
|
AssemblyName = "Test_AdvMessageBox"
|
|
AssemblyOriginatorKeyFile = ""
|
|
DefaultClientScript = "JScript"
|
|
DefaultHTMLPageLayout = "Grid"
|
|
DefaultTargetSchema = "IE50"
|
|
DelaySign = "false"
|
|
OutputType = "WinExe"
|
|
RootNamespace = "Test_AdvMessageBox"
|
|
StartupObject = ""
|
|
>
|
|
<Config
|
|
Name = "Debug"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE"
|
|
DocumentationFile = ""
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
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"
|
|
Optimize = "true"
|
|
OutputPath = "bin\Release\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
</Settings>
|
|
<References>
|
|
<Reference
|
|
Name = "System"
|
|
AssemblyName = "System"
|
|
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Drawing"
|
|
AssemblyName = "System.Drawing"
|
|
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Windows.Forms"
|
|
AssemblyName = "System.Windows.Forms"
|
|
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
|
|
/>
|
|
<Reference
|
|
Name = "AdvMessageBox"
|
|
AssemblyName = "AdvMessageBox"
|
|
HintPath = "..\AdvMessageBox\bin\Debug\AdvMessageBox.dll"
|
|
/>
|
|
</References>
|
|
</Build>
|
|
<Files>
|
|
<Include>
|
|
<File
|
|
RelPath = "App.ico"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "AssemblyInfo.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Test_AdvMessageBox.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Test_AdvMessageBox.resx"
|
|
DependentUpon = "Test_AdvMessageBox.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
</Include>
|
|
</Files>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|