Skip to content

Commit

Permalink
Removed common targets from sample projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Oct 12, 2012
1 parent b4b8de5 commit 19de0c7
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</PropertyGroup>
<Import Project="$(LocalToolsPath)\WP7\SignalR.WP7.targets"
Condition="'$(LocalToolsPath)'!=''" />
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />

<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets"
Condition="'$(LocalToolsPath)'==''" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<Name>Microsoft.AspNet.SignalR.Hosting.AspNet.Samples</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<ItemGroup>
<Folder Include="Hubs\Raw\" />
</ItemGroup>
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\src\Common\Microsoft.AspNet.SignalR.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 19de0c7

Please sign in to comment.