Mercurial > silverbladetech
view SilverlightExampleApp/SilverlightExampleApp.Interfaces/SilverlightExampleApp.Interfaces.csproj @ 121:8f94475d3146 tip
final code
author | stevenh7776 |
---|---|
date | Thu, 31 May 2012 15:35:26 +0100 |
parents | 3591c26bd63e |
children |
line wrap: on
line source
<?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>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{6C96E971-4A29-462B-88CD-4C05065BFE3A}</ProjectGuid> <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SilverlightExampleApp.Interfaces</RootNamespace> <AssemblyName>SilverlightExampleApp.Interfaces</AssemblyName> <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> <TargetFrameworkVersion>v5.0</TargetFrameworkVersion> <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> <SilverlightApplication>false</SilverlightApplication> <ValidateXaml>true</ValidateXaml> <ThrowErrorsInValidation>true</ThrowErrorsInValidation> </PropertyGroup> <!-- This property group is only here to support building this project using the MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs to set the TargetFrameworkVersion to v3.5 --> <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>Bin\Debug</OutputPath> <DefineConstants>DEBUG;TRACE;SILVERLIGHT</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</DefineConstants> <NoStdLib>true</NoStdLib> <NoConfig>true</NoConfig> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="mscorlib" /> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Net" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Windows" /> </ItemGroup> <ItemGroup> <Compile Include="Models\IClient.cs" /> <Compile Include="Models\ICountry.cs" /> <Compile Include="Models\ITitle.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Services\AuthenticationService.cs" /> <Compile Include="Services\ClientDataService.cs" /> <Compile Include="Services\IClientDataService.cs" /> <Compile Include="Services\IClientDataServiceClient.cs" /> <Compile Include="Services\SecureService.cs" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> <SilverlightProjectProperties /> </FlavorProperties> </VisualStudio> </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>