added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / WorkflowServices / DurableService / VB / Service / Service.vbproj
blobe7faf09cea1bae7bcc7803e63d693454ba805d1c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" 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>9.0.20706</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{2C55F18B-40F9-4CD4-B465-822AE2FFE53B}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>
11     </RootNamespace>
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>
20   </PropertyGroup>
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>
29   </PropertyGroup>
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>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Data" />
42     <Reference Include="System.Runtime.Serialization">
43       <RequiredTargetFramework>3.0</RequiredTargetFramework>
44     </Reference>
45     <Reference Include="System.ServiceModel">
46       <RequiredTargetFramework>3.0</RequiredTargetFramework>
47     </Reference>
48     <Reference Include="System.WorkflowServices">
49       <RequiredTargetFramework>3.5</RequiredTargetFramework>
50     </Reference>
51     <Reference Include="System.Xml" />
52   </ItemGroup>
53   <ItemGroup>
54     <Import Include="Microsoft.VisualBasic" />
55   </ItemGroup>
56   <ItemGroup>
57     <Compile Include="My Project\AssemblyInfo.vb" />
58     <Compile Include="My Project\Application.Designer.vb">
59       <AutoGen>True</AutoGen>
60       <DependentUpon>Application.myapp</DependentUpon>
61     </Compile>
62     <Compile Include="My Project\Resources.Designer.vb">
63       <AutoGen>True</AutoGen>
64       <DesignTime>True</DesignTime>
65       <DependentUpon>Resources.resx</DependentUpon>
66     </Compile>
67     <Compile Include="My Project\Settings.Designer.vb">
68       <AutoGen>True</AutoGen>
69       <DependentUpon>Settings.settings</DependentUpon>
70       <DesignTimeSharedInput>True</DesignTimeSharedInput>
71     </Compile>
72   </ItemGroup>
73   <ItemGroup>
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>
79     </EmbeddedResource>
80   </ItemGroup>
81   <ItemGroup>
82     <None Include="My Project\Application.myapp">
83       <Generator>MyApplicationCodeGenerator</Generator>
84       <LastGenOutput>Application.Designer.vb</LastGenOutput>
85     </None>
86     <None Include="My Project\Settings.settings">
87       <Generator>SettingsSingleFileGenerator</Generator>
88       <CustomToolNamespace>My</CustomToolNamespace>
89       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
90     </None>
91     <None Include="Web.config" />
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include="DurableCalculator.vb" />
95     <Compile Include="ICalculator.vb" />
96     <Content Include="Service.svc" />
97   </ItemGroup>
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">
102   </Target>
103   <Target Name="AfterBuild">
104   </Target>
105   -->
106   <PropertyGroup>
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>
111   </PropertyGroup>
112 </Project>