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.20706</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{58CF7380-4E59-462E-94A3-FF73BC1120D4}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <StartupObject>Sub Main</StartupObject>
13 <AssemblyName>Service</AssemblyName>
14 <FileAlignment>512</FileAlignment>
15 <MyType>Console</MyType>
16 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
17 <OptionExplicit>On</OptionExplicit>
18 <OptionCompare>Binary</OptionCompare>
19 <OptionStrict>Off</OptionStrict>
20 <OptionInfer>On</OptionInfer>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <DefineDebug>true</DefineDebug>
26 <DefineTrace>true</DefineTrace>
27 <OutputPath>bin\Debug\</OutputPath>
28 <DocumentationFile>Service.xml</DocumentationFile>
29 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <DefineDebug>false</DefineDebug>
34 <DefineTrace>true</DefineTrace>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\Release\</OutputPath>
37 <DocumentationFile>Service.xml</DocumentationFile>
38 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
41 <Reference Include="System" />
42 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
45 <Import Include="Microsoft.VisualBasic" />
46 <Import Include="System" />
49 <Compile Include="My Project\AssemblyInfo.vb" />
50 <Compile Include="My Project\Application.Designer.vb">
51 <AutoGen>True</AutoGen>
52 <DependentUpon>Application.myapp</DependentUpon>
54 <Compile Include="My Project\Resources.Designer.vb">
55 <AutoGen>True</AutoGen>
56 <DesignTime>True</DesignTime>
57 <DependentUpon>Resources.resx</DependentUpon>
59 <Compile Include="My Project\Settings.Designer.vb">
60 <AutoGen>True</AutoGen>
61 <DependentUpon>Settings.settings</DependentUpon>
62 <DesignTimeSharedInput>True</DesignTimeSharedInput>
66 <EmbeddedResource Include="My Project\Resources.resx">
67 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
68 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
69 <CustomToolNamespace>My.Resources</CustomToolNamespace>
70 <SubType>Designer</SubType>
74 <None Include="App.config" />
75 <None Include="My Project\Application.myapp">
76 <Generator>MyApplicationCodeGenerator</Generator>
77 <LastGenOutput>Application.Designer.vb</LastGenOutput>
79 <None Include="My Project\Settings.settings">
80 <Generator>SettingsSingleFileGenerator</Generator>
81 <CustomToolNamespace>My</CustomToolNamespace>
82 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
86 <Compile Include="Service.vb" />
89 <ProjectReference Include="..\Shared\Shared.vbproj">
90 <Project>{DB071A3E-C410-41BB-AED7-3313A4157D9E}</Project>
94 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
95 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96 Other similar extension points exist, see Microsoft.Common.targets.
97 <Target Name="BeforeBuild">
99 <Target Name="AfterBuild">