Skip to content

Commit 64807c6

Browse files
committed
Renamed the solution and project, not changing the final assembly name neither base ns.
1 parent 03fd6f9 commit 64807c6

File tree

3 files changed

+122
-122
lines changed

3 files changed

+122
-122
lines changed
Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>DevTrends.MvcDonutCaching</RootNamespace>
12-
<AssemblyName>DevTrends.MvcDonutCaching</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
29-
<DefineConstants>TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
</PropertyGroup>
33-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
34-
<OutputPath>..\nuget\lib\net40\</OutputPath>
35-
<DefineConstants>TRACE;RELEASE_PUBLIC</DefineConstants>
36-
<Optimize>true</Optimize>
37-
<DebugType>pdbonly</DebugType>
38-
<PlatformTarget>AnyCPU</PlatformTarget>
39-
<ErrorReport>prompt</ErrorReport>
40-
<DocumentationFile>..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile>
41-
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
43-
<SignAssembly>true</SignAssembly>
44-
</PropertyGroup>
45-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
46-
<AssemblyOriginatorKeyFile>C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.pfx</AssemblyOriginatorKeyFile>
47-
</PropertyGroup>
48-
<ItemGroup>
49-
<Reference Include="System" />
50-
<Reference Include="System.configuration" />
51-
<Reference Include="System.Core" />
52-
<Reference Include="System.Runtime.Caching" />
53-
<Reference Include="System.Runtime.Serialization" />
54-
<Reference Include="System.Web" />
55-
<Reference Include="System.Web.Extensions" />
56-
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57-
<Reference Include="System.Web.Routing" />
58-
<Reference Include="System.Xml.Linq" />
59-
<Reference Include="System.Data.DataSetExtensions" />
60-
<Reference Include="Microsoft.CSharp" />
61-
<Reference Include="System.Data" />
62-
<Reference Include="System.Xml" />
63-
</ItemGroup>
64-
<ItemGroup>
65-
<Compile Include="ActionSettings.cs" />
66-
<Compile Include="ActionSettingsSerialiser.cs" />
67-
<Compile Include="CacheHeadersHelper.cs" />
68-
<Compile Include="CacheItem.cs" />
69-
<Compile Include="CacheSettings.cs" />
70-
<Compile Include="CacheSettingsManager.cs" />
71-
<Compile Include="EncryptingActionSettingsSerialiser.cs" />
72-
<Compile Include="Encryptor.cs" />
73-
<Compile Include="Interfaces\ICacheHeadersHelper.cs" />
74-
<Compile Include="Interfaces\IEncryptor.cs" />
75-
<Compile Include="Interfaces\IExtendedOutputCacheManager.cs" />
76-
<Compile Include="DonutHoleFiller.cs" />
77-
<Compile Include="Interfaces\IActionSettingsSerialiser.cs" />
78-
<Compile Include="Interfaces\ICacheSettingsManager.cs" />
79-
<Compile Include="Interfaces\IDonutHoleFiller.cs" />
80-
<Compile Include="Interfaces\IKeyGenerator.cs" />
81-
<Compile Include="Interfaces\IOutputCacheManager.cs" />
82-
<Compile Include="KeyGenerator.cs" />
83-
<Compile Include="DonutOutputCacheAttribute.cs" />
84-
<Compile Include="HtmlHelperExtensions.cs" />
85-
<Compile Include="Interfaces\IKeyBuilder.cs" />
86-
<Compile Include="KeyBuilder.cs" />
87-
<Compile Include="MemoryCacheProvider.cs" />
88-
<Compile Include="OutputCache.cs" />
89-
<Compile Include="OutputCacheManager.cs" />
90-
<Compile Include="Properties\AssemblyInfo.cs" />
91-
</ItemGroup>
92-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94-
Other similar extension points exist, see Microsoft.Common.targets.
95-
<Target Name="BeforeBuild">
96-
</Target>
97-
<Target Name="AfterBuild">
98-
</Target>
99-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>DevTrends.MvcDonutCaching</RootNamespace>
12+
<AssemblyName>DevTrends.MvcDonutCaching</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>bin\Debug\</OutputPath>
21+
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+
<DebugType>pdbonly</DebugType>
27+
<Optimize>true</Optimize>
28+
<OutputPath>bin\Release\</OutputPath>
29+
<DefineConstants>TRACE</DefineConstants>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
34+
<OutputPath>..\nuget\lib\net40\</OutputPath>
35+
<DefineConstants>TRACE;RELEASE_PUBLIC</DefineConstants>
36+
<Optimize>true</Optimize>
37+
<DebugType>pdbonly</DebugType>
38+
<PlatformTarget>AnyCPU</PlatformTarget>
39+
<ErrorReport>prompt</ErrorReport>
40+
<DocumentationFile>..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile>
41+
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
43+
<SignAssembly>true</SignAssembly>
44+
</PropertyGroup>
45+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
46+
<AssemblyOriginatorKeyFile>C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.pfx</AssemblyOriginatorKeyFile>
47+
</PropertyGroup>
48+
<ItemGroup>
49+
<Reference Include="System" />
50+
<Reference Include="System.configuration" />
51+
<Reference Include="System.Core" />
52+
<Reference Include="System.Runtime.Caching" />
53+
<Reference Include="System.Runtime.Serialization" />
54+
<Reference Include="System.Web" />
55+
<Reference Include="System.Web.Extensions" />
56+
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57+
<Reference Include="System.Web.Routing" />
58+
<Reference Include="System.Xml.Linq" />
59+
<Reference Include="System.Data.DataSetExtensions" />
60+
<Reference Include="Microsoft.CSharp" />
61+
<Reference Include="System.Data" />
62+
<Reference Include="System.Xml" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="ActionSettings.cs" />
66+
<Compile Include="ActionSettingsSerialiser.cs" />
67+
<Compile Include="CacheHeadersHelper.cs" />
68+
<Compile Include="CacheItem.cs" />
69+
<Compile Include="CacheSettings.cs" />
70+
<Compile Include="CacheSettingsManager.cs" />
71+
<Compile Include="EncryptingActionSettingsSerialiser.cs" />
72+
<Compile Include="Encryptor.cs" />
73+
<Compile Include="Interfaces\ICacheHeadersHelper.cs" />
74+
<Compile Include="Interfaces\IEncryptor.cs" />
75+
<Compile Include="Interfaces\IExtendedOutputCacheManager.cs" />
76+
<Compile Include="DonutHoleFiller.cs" />
77+
<Compile Include="Interfaces\IActionSettingsSerialiser.cs" />
78+
<Compile Include="Interfaces\ICacheSettingsManager.cs" />
79+
<Compile Include="Interfaces\IDonutHoleFiller.cs" />
80+
<Compile Include="Interfaces\IKeyGenerator.cs" />
81+
<Compile Include="Interfaces\IOutputCacheManager.cs" />
82+
<Compile Include="KeyGenerator.cs" />
83+
<Compile Include="DonutOutputCacheAttribute.cs" />
84+
<Compile Include="HtmlHelperExtensions.cs" />
85+
<Compile Include="Interfaces\IKeyBuilder.cs" />
86+
<Compile Include="KeyBuilder.cs" />
87+
<Compile Include="MemoryCacheProvider.cs" />
88+
<Compile Include="OutputCache.cs" />
89+
<Compile Include="OutputCacheManager.cs" />
90+
<Compile Include="Properties\AssemblyInfo.cs" />
91+
</ItemGroup>
92+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94+
Other similar extension points exist, see Microsoft.Common.targets.
95+
<Target Name="BeforeBuild">
96+
</Target>
97+
<Target Name="AfterBuild">
98+
</Target>
99+
-->
100100
</Project>

DevTrends.MvcDonutCaching/DevTrends.MvcDonutCaching.csproj.DotSettings renamed to DevTrends.MvcDonutCaching/MvcDonutCaching.csproj.DotSettings

File renamed without changes.
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTrends.MvcDonutCaching", "DevTrends.MvcDonutCaching\DevTrends.MvcDonutCaching.csproj", "{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}"
5-
EndProject
6-
Global
7-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8-
Debug|Any CPU = Debug|Any CPU
9-
Release.Public|Any CPU = Release.Public|Any CPU
10-
Release|Any CPU = Release|Any CPU
11-
EndGlobalSection
12-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release.Public|Any CPU.ActiveCfg = Release.Public|Any CPU
16-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release.Public|Any CPU.Build.0 = Release.Public|Any CPU
17-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release|Any CPU.Build.0 = Release|Any CPU
19-
EndGlobalSection
20-
GlobalSection(SolutionProperties) = preSolution
21-
HideSolutionNode = FALSE
22-
EndGlobalSection
23-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcDonutCaching", "DevTrends.MvcDonutCaching\MvcDonutCaching.csproj", "{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release.Public|Any CPU = Release.Public|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release.Public|Any CPU.ActiveCfg = Release.Public|Any CPU
16+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release.Public|Any CPU.Build.0 = Release.Public|Any CPU
17+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}.Release|Any CPU.Build.0 = Release|Any CPU
19+
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
EndGlobal

0 commit comments

Comments
 (0)