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

final version
author stevenh7776
date Sun, 27 May 2012 19:53:23 +0100
parents 9eadccc3b46c
children
comparison
equal deleted inserted replaced
117:9eadccc3b46c 118:fa4ba8943048
12 <AssemblyName>SilverlightAsyncRestWcf.Common</AssemblyName> 12 <AssemblyName>SilverlightAsyncRestWcf.Common</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile> 14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment> 15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
18 <RestorePackages>true</RestorePackages>
17 </PropertyGroup> 19 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols> 21 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 22 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 23 <Optimize>false</Optimize>
34 </PropertyGroup> 36 </PropertyGroup>
35 <ItemGroup> 37 <ItemGroup>
36 <Compile Include="Car.cs" /> 38 <Compile Include="Car.cs" />
37 <Compile Include="Properties\AssemblyInfo.cs" /> 39 <Compile Include="Properties\AssemblyInfo.cs" />
38 </ItemGroup> 40 </ItemGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 </ItemGroup>
42 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 41 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
42 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
43 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 43 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
44 Other similar extension points exist, see Microsoft.Common.targets. 44 Other similar extension points exist, see Microsoft.Common.targets.
45 <Target Name="BeforeBuild"> 45 <Target Name="BeforeBuild">
46 </Target> 46 </Target>
47 <Target Name="AfterBuild"> 47 <Target Name="AfterBuild">