1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.20727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{4CB0A29D-C425-438B-9A43-D6377A3F886E}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <StartupObject>Sub Main</StartupObject>
11 <RootNamespace>VB</RootNamespace>
12 <AssemblyName>VB</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>Console</MyType>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <OptionExplicit>On</OptionExplicit>
17 <OptionCompare>Binary</OptionCompare>
18 <OptionStrict>Off</OptionStrict>
19 <OptionInfer>On</OptionInfer>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <DefineDebug>true</DefineDebug>
25 <DefineTrace>true</DefineTrace>
26 <OutputPath>bin\Debug\</OutputPath>
27 <DocumentationFile>VB.xml</DocumentationFile>
28 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <DefineDebug>false</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DocumentationFile>VB.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="System" />
41 <Reference Include="System.ServiceModel.Web">
42 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 <Import Include="Microsoft.VisualBasic" />
47 <Import Include="System" />
48 <Import Include="System.Collections" />
49 <Import Include="System.Collections.Generic" />
50 <Import Include="System.Diagnostics" />
53 <Compile Include="My Project\AssemblyInfo.vb" />
54 <Compile Include="My Project\Application.Designer.vb">
55 <AutoGen>True</AutoGen>
56 <DependentUpon>Application.myapp</DependentUpon>
58 <Compile Include="My Project\Resources.Designer.vb">
59 <AutoGen>True</AutoGen>
60 <DesignTime>True</DesignTime>
61 <DependentUpon>Resources.resx</DependentUpon>
63 <Compile Include="My Project\Settings.Designer.vb">
64 <AutoGen>True</AutoGen>
65 <DependentUpon>Settings.settings</DependentUpon>
66 <DesignTimeSharedInput>True</DesignTimeSharedInput>
70 <EmbeddedResource Include="My Project\Resources.resx">
71 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
72 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
73 <CustomToolNamespace>My.Resources</CustomToolNamespace>
74 <SubType>Designer</SubType>
78 <None Include="My Project\Application.myapp">
79 <Generator>MyApplicationCodeGenerator</Generator>
80 <LastGenOutput>Application.Designer.vb</LastGenOutput>
82 <None Include="My Project\Settings.settings">
83 <Generator>SettingsSingleFileGenerator</Generator>
84 <CustomToolNamespace>My</CustomToolNamespace>
85 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
89 <Compile Include="Program.vb" />
91 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
92 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93 Other similar extension points exist, see Microsoft.Common.targets.
94 <Target Name="BeforeBuild">
96 <Target Name="AfterBuild">