added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Management / ServiceValidation / CS / service / service.csproj
blob34a5dfa6057e7842290ece8efbbedba812d361a6
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>{C0AA7A27-47C3-48C7-97B8-2A206560EC25}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Microsoft.ServiceModel.Samples</RootNamespace>
12     <AssemblyName>service</AssemblyName>
13     <StartupObject>
14     </StartupObject>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
34   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
35        Other similar extension points exist, see Microsoft.Common.targets.
36   <Target Name="BeforeBuild">
37   </Target>
38   <Target Name="AfterBuild">
39   </Target>
40   -->
41   <ItemGroup>
42     <Compile Include="Properties\AssemblyInfo.cs" />
43     <Compile Include="service.cs">
44     </Compile>
45   </ItemGroup>
46   <PropertyGroup>
47     <PostBuildEvent>
48             mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
49             mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
50             copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
51             copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
52             copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
53 </PostBuildEvent>
54   </PropertyGroup>
55   <ItemGroup>
56     <None Include="Web.config" />
57   </ItemGroup>
58   <ItemGroup>
59     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
60     </Reference>
61     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
62       <SpecificVersion>False</SpecificVersion>
63       <HintPath>C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.ServiceModel.dll</HintPath>
64     </Reference>
65   </ItemGroup>
66   <ItemGroup>
67     <ProjectReference Include="..\endpointValidate\endpointValidate.csproj">
68       <Project>{9C49E806-5227-431D-A149-078FC7B09B29}</Project>
69       <Name>endpointValidate</Name>
70     </ProjectReference>
71   </ItemGroup>
72 </Project>