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>{2C55F18B-40F9-4CD4-B465-822AE2FFE53B}</ProjectGuid>
9 <OutputType>Library</OutputType>
12 <AssemblyName>Service</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 <MyType>Windows</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>Service.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>Service.xml</DocumentationFile>
37 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40 <Reference Include="System" />
41 <Reference Include="System.Data" />
42 <Reference Include="System.Runtime.Serialization">
43 <RequiredTargetFramework>3.0</RequiredTargetFramework>
45 <Reference Include="System.ServiceModel">
46 <RequiredTargetFramework>3.0</RequiredTargetFramework>
48 <Reference Include="System.WorkflowServices">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 <Reference Include="System.Xml" />
54 <Import Include="Microsoft.VisualBasic" />
57 <Compile Include="My Project\AssemblyInfo.vb" />
58 <Compile Include="My Project\Application.Designer.vb">
59 <AutoGen>True</AutoGen>
60 <DependentUpon>Application.myapp</DependentUpon>
62 <Compile Include="My Project\Resources.Designer.vb">
63 <AutoGen>True</AutoGen>
64 <DesignTime>True</DesignTime>
65 <DependentUpon>Resources.resx</DependentUpon>
67 <Compile Include="My Project\Settings.Designer.vb">
68 <AutoGen>True</AutoGen>
69 <DependentUpon>Settings.settings</DependentUpon>
70 <DesignTimeSharedInput>True</DesignTimeSharedInput>
74 <EmbeddedResource Include="My Project\Resources.resx">
75 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
76 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
77 <CustomToolNamespace>My.Resources</CustomToolNamespace>
78 <SubType>Designer</SubType>
82 <None Include="My Project\Application.myapp">
83 <Generator>MyApplicationCodeGenerator</Generator>
84 <LastGenOutput>Application.Designer.vb</LastGenOutput>
86 <None Include="My Project\Settings.settings">
87 <Generator>SettingsSingleFileGenerator</Generator>
88 <CustomToolNamespace>My</CustomToolNamespace>
89 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
91 <None Include="Web.config" />
94 <Compile Include="DurableCalculator.vb" />
95 <Compile Include="ICalculator.vb" />
96 <Content Include="Service.svc" />
98 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100 Other similar extension points exist, see Microsoft.Common.targets.
101 <Target Name="BeforeBuild">
103 <Target Name="AfterBuild">
107 <PostBuildEvent>md %25SystemDrive%25\inetpub\wwwroot\ServiceModelSamples\bin
108 copy "$(TargetPath)" %25SystemDrive%25\inetpub\wwwroot\ServiceModelSamples\bin
109 copy "$(ProjectDir)*.svc" %25SystemDrive%25\inetpub\wwwroot\ServiceModelSamples
110 copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\ServiceModelSamples</PostBuildEvent>