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>{6FF45A48-BD4D-4AD8-9EB0-B71EF712D930}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>ReaderWriter</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>
40 <AssemblyType>Library</AssemblyType>
41 <TypeComplianceDiagnostics>false</TypeComplianceDiagnostics>
42 <CompatibilityChecks>false</CompatibilityChecks>
46 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
47 <OutputPath>bin\</OutputPath>
48 <BaseAddress>0</BaseAddress>
49 <ConfigurationOverrideFile>
50 </ConfigurationOverrideFile>
53 <DefineDebug>true</DefineDebug>
54 <DefineTrace>true</DefineTrace>
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>
65 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
66 <OutputPath>bin\</OutputPath>
67 <BaseAddress>0</BaseAddress>
68 <ConfigurationOverrideFile>
69 </ConfigurationOverrideFile>
72 <DefineDebug>false</DefineDebug>
73 <DefineTrace>true</DefineTrace>
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>
85 <Reference Include="mscorlib">
88 <Reference Include="System">
93 <Import Include="System" />
96 <Compile Include="ReaderWriter.vb">
97 <SubType>Code</SubType>
99 <Compile Include="AssemblyInfo.vb">
100 <Link>AssemblyInfo.vb</Link>
101 <SubType>Code</SubType>
104 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />