117
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project ToolsVersion="4.0" 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.30703</ProductVersion>
|
|
7 <SchemaVersion>2.0</SchemaVersion>
|
|
8 <ProjectGuid>{51FDF081-016A-4C35-BE5A-3224E9485749}</ProjectGuid>
|
|
9 <OutputType>Library</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>SilverlightAsyncRestWcf.Services</RootNamespace>
|
|
12 <AssemblyName>SilverlightAsyncRestWcf.Services</AssemblyName>
|
|
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
14 <FileAlignment>512</FileAlignment>
|
118
|
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
16 <RestorePackages>true</RestorePackages>
|
117
|
17 </PropertyGroup>
|
|
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
19 <DebugSymbols>true</DebugSymbols>
|
|
20 <DebugType>full</DebugType>
|
|
21 <Optimize>false</Optimize>
|
|
22 <OutputPath>bin\Debug\</OutputPath>
|
|
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
24 <ErrorReport>prompt</ErrorReport>
|
|
25 <WarningLevel>4</WarningLevel>
|
|
26 </PropertyGroup>
|
|
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
28 <DebugType>pdbonly</DebugType>
|
|
29 <Optimize>true</Optimize>
|
|
30 <OutputPath>bin\Release\</OutputPath>
|
|
31 <DefineConstants>TRACE</DefineConstants>
|
|
32 <ErrorReport>prompt</ErrorReport>
|
|
33 <WarningLevel>4</WarningLevel>
|
|
34 </PropertyGroup>
|
|
35 <ItemGroup>
|
|
36 <Reference Include="System" />
|
|
37 <Reference Include="System.Core" />
|
|
38 <Reference Include="System.Runtime.Serialization" />
|
|
39 <Reference Include="System.ServiceModel" />
|
|
40 <Reference Include="System.ServiceModel.Web" />
|
118
|
41 <Reference Include="System.XML" />
|
117
|
42 </ItemGroup>
|
|
43 <ItemGroup>
|
|
44 <Compile Include="CarService.cs" />
|
|
45 <Compile Include="FakeCarRepository.cs" />
|
|
46 <Compile Include="IService.cs" />
|
|
47 <Compile Include="IRepository.cs" />
|
|
48 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
49 </ItemGroup>
|
|
50 <ItemGroup>
|
|
51 <ProjectReference Include="..\SilverlightAsyncRestWcf.Common\SilverlightAsyncRestWcf.Common.csproj">
|
|
52 <Project>{072EF229-0478-4FB2-A4D8-AEB50AC6D6CD}</Project>
|
|
53 <Name>SilverlightAsyncRestWcf.Common</Name>
|
|
54 </ProjectReference>
|
|
55 </ItemGroup>
|
|
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
118
|
57 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
117
|
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
59 Other similar extension points exist, see Microsoft.Common.targets.
|
|
60 <Target Name="BeforeBuild">
|
|
61 </Target>
|
|
62 <Target Name="AfterBuild">
|
|
63 </Target>
|
|
64 -->
|
|
65 </Project> |