added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / CLR / Reflection / Invoke / vb / invoke / testervb.vbproj
blobe3e974f4fdb26cfda72118c61fba8cbec3d9ea51
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
8     <ApplicationIcon>
9     </ApplicationIcon>
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>
24     <RootNamespace>
25     </RootNamespace>
26     <StartupObject>App</StartupObject>
27     <InstanceType>SingleInstance</InstanceType>
28     <ShutdownMode>MainFormClose</ShutdownMode>
29     <Title>
30     </Title>
31     <Description>
32     </Description>
33     <Company>
34     </Company>
35     <Product>
36     </Product>
37     <Copyright>
38     </Copyright>
39     <Trademark>
40     </Trademark>
41     <AssemblyType>Library</AssemblyType>
42     <TypeComplianceDiagnostics>true</TypeComplianceDiagnostics>
43     <CompatibilityChecks>true</CompatibilityChecks>
44     <CompatibleAssembly>
45     </CompatibleAssembly>
46   </PropertyGroup>
47   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
48     <OutputPath>bin\</OutputPath>
49     <BaseAddress>0</BaseAddress>
50     <ConfigurationOverrideFile>
51     </ConfigurationOverrideFile>
52     <DefineConstants>
53     </DefineConstants>
54     <DefineDebug>true</DefineDebug>
55     <DefineTrace>true</DefineTrace>
56     <DocumentationFile>
57     </DocumentationFile>
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>
65   </PropertyGroup>
66   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
67     <OutputPath>bin\</OutputPath>
68     <BaseAddress>0</BaseAddress>
69     <ConfigurationOverrideFile>
70     </ConfigurationOverrideFile>
71     <DefineConstants>
72     </DefineConstants>
73     <DefineDebug>false</DefineDebug>
74     <DefineTrace>true</DefineTrace>
75     <DocumentationFile>
76     </DocumentationFile>
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>
84   </PropertyGroup>
85   <ItemGroup>
86     <Reference Include="mscorlib">
87       <Name>mscorlib</Name>
88     </Reference>
89     <Reference Include="System">
90       <Name>System</Name>
91     </Reference>
92     <Reference Include="System.Windows.Forms">
93       <Name>SYSTEM.WINDOWS.FORMS</Name>
94     </Reference>
95   </ItemGroup>
96   <ItemGroup>
97     <Import Include="System" />
98   </ItemGroup>
99   <ItemGroup>
100     <Compile Include="Tester.vb">
101       <SubType>Code</SubType>
102     </Compile>
103     <Compile Include="AssemblyInfo.vb">
104       <Link>AssemblyInfo.vb</Link>
105       <SubType>Code</SubType>
106     </Compile>
107   </ItemGroup>
108   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
109   <PropertyGroup>
110     <PreBuildEvent>
111     </PreBuildEvent>
112     <PostBuildEvent>
113     </PostBuildEvent>
114   </PropertyGroup>
115 </Project>