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>{D852DCD6-8383-4947-AD90-980D444A5943}</ProjectGuid>
9 <OutputType>Library</OutputType>
12 <AssemblyName>service</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 <Compile Include="My Project\AssemblyInfo.vb" />
43 <Compile Include="service.vb" />
46 <Content Include="service.svc" />
49 <None Include="Web.config" />
52 <Reference Include="System" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
55 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
56 <Reference Include="System.Xml" />
59 <ProjectReference Include="..\CircularTraceListener\TraceListener.vbproj">
60 <Project>{60E6343D-0269-41CA-A81A-268F549B543E}</Project>
61 <Name>TraceListener</Name>
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">
73 <PostBuildEvent>mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
74 mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
75 copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
76 copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
77 copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
78 copy "$(TargetDir)CircularTraceListener.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin</PostBuildEvent>