2
0
mirror of https://github.com/tenrok/Rfid-Credential-Provider.git synced 2026-05-30 15:34:04 +03:00
Files
rfid-credential-provider/Manager/TestWizard/Backup/TestWizard.csproj
T
2012-02-26 13:07:01 -08:00

169 lines
6.4 KiB
XML

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{C4C2A78E-01F3-4D2C-A3FB-1C90D8F58033}"
>
<Build>
<Settings
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "TestWizard"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "TestWizard"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
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.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "Wizard.UI"
Project = "{80614F74-563D-418E-9BF6-1294F73521C0}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Wizard.Controls"
Project = "{23AD43FF-38F2-4FEC-9FAA-D7B2FA54492B}"
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 = "CompletePage.cs"
SubType = "UserControl"
BuildAction = "Compile"
/>
<File
RelPath = "CompletePage.resx"
DependentUpon = "CompletePage.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "MiddlePage.cs"
SubType = "UserControl"
BuildAction = "Compile"
/>
<File
RelPath = "MiddlePage.resx"
DependentUpon = "MiddlePage.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Program.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestWizardSheet.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "TestWizardSheet.resx"
DependentUpon = "TestWizardSheet.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "WelcomePage.cs"
SubType = "UserControl"
BuildAction = "Compile"
/>
<File
RelPath = "WelcomePage.resx"
DependentUpon = "WelcomePage.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Bitmaps\Sidebar.bmp"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>