Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
renamed .Full to .Web
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kanzhelev committed Dec 7, 2015
1 parent dc054fa commit e3b75b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Glimpse.ApplicationInsights.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.ApplicationInsights
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.ApplicationInsights.Nuget.Core", "NuGet\Glimpse.ApplicationInsights.Nuget.Core\Glimpse.ApplicationInsights.Nuget.Core.csproj", "{2E8AA54B-43AD-4093-AF35-2F8095CDAB14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.ApplicationInsights.Nuget.Full", "NuGet\Glimpse.ApplicationInsights.Nuget.Full\Glimpse.ApplicationInsights.Nuget.Full.csproj", "{E3E379DF-F4C6-4180-9B81-6769533ABE47}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.ApplicationInsights.Nuget.Web", "NuGet\Glimpse.ApplicationInsights.Nuget.Web\Glimpse.ApplicationInsights.Nuget.Web.csproj", "{E3E379DF-F4C6-4180-9B81-6769533ABE47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B370D3C7-BC5A-4C94-B7F7-6EC30D11798C}"
ProjectSection(SolutionItems) = preProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<PackageSpecFile>$(MSBuildProjectDirectory)\Glimpse.ApplicationInsights.Full.nuspec</PackageSpecFile>
<PackageSpecFile>$(MSBuildProjectDirectory)\Glimpse.ApplicationInsights.Web.nuspec</PackageSpecFile>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E3E379DF-F4C6-4180-9B81-6769533ABE47}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Glimpse.ApplicationInsights.Nuget.Full</RootNamespace>
<AssemblyName>Glimpse.ApplicationInsights.Nuget.Full</AssemblyName>
<RootNamespace>Glimpse.ApplicationInsights.Nuget.Web</RootNamespace>
<AssemblyName>Glimpse.ApplicationInsights.Nuget.Web</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>61ec3c13</NuGetPackageImportStamp>
Expand All @@ -35,7 +35,7 @@
<PackageVersionFile>$(OutputPath)Glimpse.ApplicationInsights.dll</PackageVersionFile>
</PropertyGroup>
<ItemGroup>
<None Include="Glimpse.ApplicationInsights.Full.nuspec" />
<None Include="Glimpse.ApplicationInsights.Web.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Glimpse.ApplicationInsights\Glimpse.ApplicationInsights.csproj">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Glimpse.ApplicationInsights.Full</id>
<id>Glimpse.ApplicationInsights.Web</id>
<version>$version$</version>
<title>Glimpse Application Insights for Web Applications</title>
<authors>SergeyKanzhelev</authors>
Expand Down

0 comments on commit e3b75b3

Please sign in to comment.