1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>{C304376E-69F1-4E27-978F-FCE5534861C8}</ProjectGuid>
9 <OutputType>Exe</OutputType>
12 <AssemblyName>service</AssemblyName>
13 <MyType>Empty</MyType>
14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19 <UpgradeBackupLocation>
20 </UpgradeBackupLocation>
21 <OldToolsVersion>2.0</OldToolsVersion>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24 <DebugSymbols>true</DebugSymbols>
25 <DebugType>full</DebugType>
26 <DefineDebug>true</DefineDebug>
27 <DefineTrace>true</DefineTrace>
28 <OutputPath>bin\</OutputPath>
31 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <DefineDebug>false</DefineDebug>
36 <DefineTrace>true</DefineTrace>
37 <Optimize>true</Optimize>
38 <OutputPath>bin\</OutputPath>
41 <NoWarn>42016,42017,42018,42019,42032</NoWarn>
44 <Import Include="Microsoft.VisualBasic" />
45 <Import Include="System" />
48 <None Include="App.config" />
51 <Compile Include="My Project\AssemblyInfo.vb" />
52 <Compile Include="service.vb" />
55 <Reference Include="System" />
56 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
59 <ProjectReference Include="..\library\library.vbproj">
60 <Project>{1206C1E4-F169-4EAF-BC34-253EA5CF309C}</Project>
64 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66 Other similar extension points exist, see Microsoft.Common.targets.
67 <Target Name="BeforeBuild">
69 <Target Name="AfterBuild">