annotate SilverlightAsyncRestWcf/SilverlightAsyncRestWcf.Common/SilverlightAsyncRestWcf.Common.csproj @ 118:fa4ba8943048

final version
author stevenh7776
date Sun, 27 May 2012 19:53:23 +0100
parents 9eadccc3b46c
children
rev   line source
117
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
4 <PropertyGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
8 <ProjectGuid>{072EF229-0478-4FB2-A4D8-AEB50AC6D6CD}</ProjectGuid>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
9 <OutputType>Library</OutputType>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
10 <AppDesignerFolder>Properties</AppDesignerFolder>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
11 <RootNamespace>SilverlightAsyncRestWcf.Common</RootNamespace>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
12 <AssemblyName>SilverlightAsyncRestWcf.Common</AssemblyName>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
15 <FileAlignment>512</FileAlignment>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
118
fa4ba8943048 final version
stevenh7776
parents: 117
diff changeset
17 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
fa4ba8943048 final version
stevenh7776
parents: 117
diff changeset
18 <RestorePackages>true</RestorePackages>
117
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
19 </PropertyGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
21 <DebugSymbols>true</DebugSymbols>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
22 <DebugType>full</DebugType>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
23 <Optimize>false</Optimize>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
24 <OutputPath>bin\Debug\</OutputPath>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
26 <ErrorReport>prompt</ErrorReport>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
27 <WarningLevel>4</WarningLevel>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
28 </PropertyGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
30 <DebugType>pdbonly</DebugType>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
31 <Optimize>true</Optimize>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
32 <OutputPath>bin\Release\</OutputPath>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
33 <DefineConstants>TRACE</DefineConstants>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
34 <ErrorReport>prompt</ErrorReport>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
35 <WarningLevel>4</WarningLevel>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
36 </PropertyGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
37 <ItemGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
38 <Compile Include="Car.cs" />
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
39 <Compile Include="Properties\AssemblyInfo.cs" />
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
40 </ItemGroup>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
41 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
118
fa4ba8943048 final version
stevenh7776
parents: 117
diff changeset
42 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
117
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
43 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
44 Other similar extension points exist, see Microsoft.Common.targets.
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
45 <Target Name="BeforeBuild">
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
46 </Target>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
47 <Target Name="AfterBuild">
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
48 </Target>
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
49 -->
9eadccc3b46c REST working, next step unit tests
stevenh7776
parents:
diff changeset
50 </Project>