added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / PartialTrust / WsHttpXBAP / CS / service / service.csproj
blobb7485fab3a5ceda6cba5f26a085a6862d8c4a15a
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.20727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>service</AssemblyName>
13     <FileUpgradeFlags>
14     </FileUpgradeFlags>
15     <OldToolsVersion>2.0</OldToolsVersion>
16     <UpgradeBackupLocation>
17     </UpgradeBackupLocation>
18     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
40     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
41   </ItemGroup>
42   <ItemGroup>
43     <Compile Include="NumberUtility.cs" />
44     <Compile Include="service.cs" />
45   </ItemGroup>
46   <ItemGroup>
47     <Content Include="Index.htm" />
48     <Content Include="service.svc" />
49   </ItemGroup>
50   <ItemGroup>
51     <None Include="Web.config" />
52   </ItemGroup>
53   <ItemGroup>
54     <Folder Include="Properties\" />
55   </ItemGroup>
56   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
57   <PropertyGroup Condition="'$(Do_MSBUILD_FromWinBuild)' != 'true'">
58     <PostBuildEvent>copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
59 copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
60 copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
61 </PostBuildEvent>
62   </PropertyGroup>
63   <PropertyGroup>
64     <PostBuildEvent>copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
65 copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
66 copy "$(ProjectDir)Index.htm" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
67 copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
68 </PostBuildEvent>
69   </PropertyGroup>
70 </Project>