1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E9E7B2E8-F635-45C8-B7B9-92B751F82CC6}</ProjectGuid>
9 <OutputType>Exe</OutputType>
12 <AssemblyName>Router</AssemblyName>
13 <MyType>Empty</MyType>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DefineDebug>true</DefineDebug>
21 <DefineTrace>true</DefineTrace>
22 <OutputPath>bin\</OutputPath>
25 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <DefineDebug>false</DefineDebug>
30 <DefineTrace>true</DefineTrace>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\</OutputPath>
35 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
38 <Import Include="Microsoft.VisualBasic" />
39 <Import Include="System" />
42 <None Include="App.config" />
43 <None Include="My Project\Settings.settings">
44 <CustomToolNamespace>My</CustomToolNamespace>
45 <Generator>SettingsSingleFileGenerator</Generator>
46 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
50 <Compile Include="Contracts.vb" />
51 <Compile Include="My Project\AssemblyInfo.vb" />
52 <Compile Include="My Project\Resources.Designer.vb">
53 <AutoGen>True</AutoGen>
54 <DesignTime>True</DesignTime>
55 <DependentUpon>Resources.resx</DependentUpon>
57 <Compile Include="My Project\Settings.Designer.vb">
58 <AutoGen>True</AutoGen>
59 <DesignTimeSharedInput>True</DesignTimeSharedInput>
60 <DependentUpon>Settings.settings</DependentUpon>
62 <Compile Include="Router.vb" />
63 <Compile Include="RouterBinding.vb" />
64 <Compile Include="RoutingTable.vb" />
67 <Content Include="RoutingTable.xml">
68 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
72 <Reference Include="System" />
73 <Reference Include="System.Configuration" />
74 <Reference Include="System.Data" />
75 <Reference Include="System.Deployment" />
76 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
77 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
78 <Reference Include="System.Xml" />
81 <EmbeddedResource Include="My Project\Resources.resx">
82 <SubType>Designer</SubType>
83 <CustomToolNamespace>My.Resources</CustomToolNamespace>
84 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
85 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
88 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
89 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90 Other similar extension points exist, see Microsoft.Common.targets.
91 <Target Name="BeforeBuild">
93 <Target Name="AfterBuild">