Mercurial > silverbladetech
comparison Workflow/Client/Client.csproj @ 93:03272bcb3cc0
Nuget updated
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 30 Apr 2012 11:06:39 +0100 |
parents | 3c67e54e3a17 |
children |
comparison
equal
deleted
inserted
replaced
92:a4c165698579 | 93:03272bcb3cc0 |
---|---|
14 <TargetFrameworkProfile> | 14 <TargetFrameworkProfile> |
15 </TargetFrameworkProfile> | 15 </TargetFrameworkProfile> |
16 <FileAlignment>512</FileAlignment> | 16 <FileAlignment>512</FileAlignment> |
17 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | 17 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
18 <WarningLevel>4</WarningLevel> | 18 <WarningLevel>4</WarningLevel> |
19 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> | |
20 <RestorePackages>true</RestorePackages> | |
19 </PropertyGroup> | 21 </PropertyGroup> |
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
21 <PlatformTarget>x86</PlatformTarget> | 23 <PlatformTarget>x86</PlatformTarget> |
22 <DebugSymbols>true</DebugSymbols> | 24 <DebugSymbols>true</DebugSymbols> |
23 <DebugType>full</DebugType> | 25 <DebugType>full</DebugType> |
138 <Resource Include="Images\info.png" /> | 140 <Resource Include="Images\info.png" /> |
139 <Resource Include="Images\question.png" /> | 141 <Resource Include="Images\question.png" /> |
140 <Resource Include="Images\success.png" /> | 142 <Resource Include="Images\success.png" /> |
141 </ItemGroup> | 143 </ItemGroup> |
142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 144 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
145 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
143 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 146 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
144 Other similar extension points exist, see Microsoft.Common.targets. | 147 Other similar extension points exist, see Microsoft.Common.targets. |
145 <Target Name="BeforeBuild"> | 148 <Target Name="BeforeBuild"> |
146 </Target> | 149 </Target> |
147 <Target Name="AfterBuild"> | 150 <Target Name="AfterBuild"> |