123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.20506</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7A412BEA-ED4B-45A7-B2F0-526FB9B5D138}</ProjectGuid>
- <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Microsoft.Hawaii.KeyValue.Client</RootNamespace>
- <AssemblyName>Microsoft.Hawaii.KeyValue.Client</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
- <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
- <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
- <SilverlightApplication>false</SilverlightApplication>
- <ValidateXaml>true</ValidateXaml>
- <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>Bin\Debug</OutputPath>
- <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>Bin\Release</OutputPath>
- <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>Bin\Release\Microsoft.Hawaii.KeyValue.Client.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Servicemodel.Web" />
- <Reference Include="System.Windows" />
- <Reference Include="system" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Net" />
- <Reference Include="mscorlib.extensions" />
- <Reference Include="System.Xml.Serialization" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\common\Version.cs">
- <Link>Properties\Version.cs</Link>
- </Compile>
- <Compile Include="KeyValueService.cs" />
- <Compile Include="Model\KeyValueItem.cs" />
- <Compile Include="NamespaceDoc.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ServiceAgents\DeleteByKeysAgent.cs" />
- <Compile Include="ServiceAgents\DeleteAgent.cs" />
- <Compile Include="ServiceAgents\SetAgent.cs" />
- <Compile Include="ServiceAgents\CreateAgent.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceAgents\GetAgent.cs" />
- <Compile Include="ServiceAgents\GetByKeyAgent.cs" />
- <Compile Include="ServiceAgents\GetByKeysAgent.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="ServiceRequest\DeleteByKeysRequest.cs" />
- <Compile Include="ServiceRequest\GetByKeysRequest.cs" />
- <Compile Include="ServiceRequest\SetRequest.cs" />
- <Compile Include="ServiceResults\DeleteResult.cs" />
- <Compile Include="ServiceResults\GetByKeyResult.cs" />
- <Compile Include="ServiceResults\GetByKeysResult.cs" />
- <Compile Include="ServiceResults\GetResult.cs" />
- <Compile Include="ServiceResults\SetResult.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\common\ClientLibraryBase\ClientLibraryBase.csproj">
- <Project>{AC93C88D-4A95-48CD-BA6E-146A03AFEA53}</Project>
- <Name>ClientLibraryBase</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
- <ProjectExtensions />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|