added SSCLI 1.0
[windows-sources.git] / sdk / samples / FrameworkSamples / CLR / Reflection / ReflectionEmit / vb / reflectionemit / testemittedassemblyvb.vbproj
blobab01b88c530b152c56ccdaccf66481fbc85c4b87
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>{5CF7BA1E-8EF0-4433-BB32-4931F05252CE}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <ApplicationIcon>
9     </ApplicationIcon>
10     <AssemblyKeyContainerName>
11     </AssemblyKeyContainerName>
12     <AssemblyName>TestEmittedAssembly</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>Exe</OutputType>
21     <OptionCompare>Binary</OptionCompare>
22     <OptionExplicit>On</OptionExplicit>
23     <OptionStrict>On</OptionStrict>
24     <RootNamespace>NetSDKSamples</RootNamespace>
25     <StartupObject>NetSDKSamples.App</StartupObject>
26     <InstanceType>SingleInstance</InstanceType>
27     <ShutdownMode>MainFormClose</ShutdownMode>
28     <Title>
29     </Title>
30     <Description>
31     </Description>
32     <Company>
33     </Company>
34     <Product>
35     </Product>
36     <Copyright>
37     </Copyright>
38     <Trademark>
39     </Trademark>
40     <AssemblyType>EXE</AssemblyType>
41     <TypeComplianceDiagnostics>false</TypeComplianceDiagnostics>
42     <CompatibilityChecks>false</CompatibilityChecks>
43     <CompatibleAssembly>
44     </CompatibleAssembly>
45   </PropertyGroup>
46   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
47     <OutputPath>bin\</OutputPath>
48     <BaseAddress>0</BaseAddress>
49     <ConfigurationOverrideFile>
50     </ConfigurationOverrideFile>
51     <DefineConstants>
52     </DefineConstants>
53     <DefineDebug>true</DefineDebug>
54     <DefineTrace>true</DefineTrace>
55     <DocumentationFile>
56     </DocumentationFile>
57     <DebugSymbols>true</DebugSymbols>
58     <IncrementalBuild>true</IncrementalBuild>
59     <Optimize>false</Optimize>
60     <RegisterForComInterop>false</RegisterForComInterop>
61     <RemoveIntegerChecks>false</RemoveIntegerChecks>
62     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
63     <WarningLevel>1</WarningLevel>
64   </PropertyGroup>
65   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
66     <OutputPath>bin\</OutputPath>
67     <BaseAddress>0</BaseAddress>
68     <ConfigurationOverrideFile>
69     </ConfigurationOverrideFile>
70     <DefineConstants>
71     </DefineConstants>
72     <DefineDebug>false</DefineDebug>
73     <DefineTrace>true</DefineTrace>
74     <DocumentationFile>
75     </DocumentationFile>
76     <DebugSymbols>false</DebugSymbols>
77     <IncrementalBuild>true</IncrementalBuild>
78     <Optimize>false</Optimize>
79     <RegisterForComInterop>false</RegisterForComInterop>
80     <RemoveIntegerChecks>false</RemoveIntegerChecks>
81     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
82     <WarningLevel>1</WarningLevel>
83   </PropertyGroup>
84   <ItemGroup>
85     <Reference Include="$(OutputPath)EmittedAssembly">
86       <Name>EmittedAssembly</Name>
87     </Reference>
88     <Reference Include="System">
89       <Name>System</Name>
90     </Reference>
91   </ItemGroup>
92   <ItemGroup>
93     <Import Include="System" />
94   </ItemGroup>
95   <ItemGroup>
96     <Compile Include="TestEmittedAssembly.vb">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include="AssemblyInfo.vb">
100       <Link>AssemblyInfo.vb</Link>
101       <SubType>Code</SubType>
102     </Compile>
103   </ItemGroup>
104   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
105   <PropertyGroup>
106     <PreBuildEvent>
107     </PreBuildEvent>
108     <PostBuildEvent>
109     </PostBuildEvent>
110   </PropertyGroup>
111 </Project>