1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.30530</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{CFB9B738-ECA5-436A-BA33-E964D310A4EF}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>Tester</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Flow</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE32Nav30</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <OptionCompare>Binary</OptionCompare>
22 <OptionExplicit>On</OptionExplicit>
23 <OptionStrict>On</OptionStrict>
26 <StartupObject>App</StartupObject>
27 <InstanceType>SingleInstance</InstanceType>
28 <ShutdownMode>MainFormClose</ShutdownMode>
41 <AssemblyType>Library</AssemblyType>
42 <TypeComplianceDiagnostics>true</TypeComplianceDiagnostics>
43 <CompatibilityChecks>true</CompatibilityChecks>
47 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
48 <OutputPath>bin\</OutputPath>
49 <BaseAddress>0</BaseAddress>
50 <ConfigurationOverrideFile>
51 </ConfigurationOverrideFile>
54 <DefineDebug>true</DefineDebug>
55 <DefineTrace>true</DefineTrace>
58 <DebugSymbols>true</DebugSymbols>
59 <IncrementalBuild>false</IncrementalBuild>
60 <Optimize>false</Optimize>
61 <RegisterForComInterop>false</RegisterForComInterop>
62 <RemoveIntegerChecks>false</RemoveIntegerChecks>
63 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
64 <WarningLevel>1</WarningLevel>
66 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
67 <OutputPath>bin\</OutputPath>
68 <BaseAddress>0</BaseAddress>
69 <ConfigurationOverrideFile>
70 </ConfigurationOverrideFile>
73 <DefineDebug>false</DefineDebug>
74 <DefineTrace>true</DefineTrace>
77 <DebugSymbols>false</DebugSymbols>
78 <IncrementalBuild>false</IncrementalBuild>
79 <Optimize>false</Optimize>
80 <RegisterForComInterop>false</RegisterForComInterop>
81 <RemoveIntegerChecks>false</RemoveIntegerChecks>
82 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
83 <WarningLevel>1</WarningLevel>
86 <Reference Include="mscorlib">
89 <Reference Include="System">
92 <Reference Include="System.Windows.Forms">
93 <Name>SYSTEM.WINDOWS.FORMS</Name>
97 <Import Include="System" />
100 <Compile Include="Tester.vb">
101 <SubType>Code</SubType>
103 <Compile Include="AssemblyInfo.vb">
104 <Link>AssemblyInfo.vb</Link>
105 <SubType>Code</SubType>
108 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />