added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Management / ServiceValidation / VB / service / service.vbproj
blob5e09bd792ba2c87bf1415fa45f5f8522c10bc09e
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
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>{C8F9D5FB-A6AC-4985-B71F-EB3A474F5301}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>service</AssemblyName>
13     <MyType>Empty</MyType>
14     <StartupObject>
15     </StartupObject>
16   </PropertyGroup>
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>
23     <DocumentationFile>
24     </DocumentationFile>
25     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
26   </PropertyGroup>
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>
33     <DocumentationFile>
34     </DocumentationFile>
35     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
36   </PropertyGroup>
37   <ItemGroup>
38     <Import Include="Microsoft.VisualBasic" />
39     <Import Include="System" />
40   </ItemGroup>
41   <ItemGroup>
42     <Compile Include="My Project\AssemblyInfo.vb" />
43     <Compile Include="service.vb" />
44   </ItemGroup>
45   <ItemGroup>
46     <None Include="Web.config" />
47   </ItemGroup>
48   <ItemGroup>
49     <Reference Include="System" />
50     <Reference Include="System.Data" />
51     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
52     <Reference Include="System.Xml" />
53   </ItemGroup>
54   <ItemGroup>
55     <ProjectReference Include="..\endpointValidate\endpointValidate.vbproj">
56       <Project>{C5AC8BEA-C2CF-4196-844E-8BA55219B437}</Project>
57       <Name>endpointValidate</Name>
58     </ProjectReference>
59   </ItemGroup>
60   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
61   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
62        Other similar extension points exist, see Microsoft.Common.targets.
63   <Target Name="BeforeBuild">
64   </Target>
65   <Target Name="AfterBuild">
66   </Target>
67   -->
68   <PropertyGroup>
69     <PostBuildEvent>
70             mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
71             mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
72             copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
73             copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
74             copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
75 </PostBuildEvent>
76   </PropertyGroup>
77 </Project>