diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-10 16:36:52 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-01 11:02:36 -0700 |
commit | db9ec31084f57b90d861cf74cad12cb1f8c50694 (patch) | |
tree | 10b4597970a4341dabf83477da48d91bfc49c179 | |
parent | 36fd3dd38784b51167153444561cdf7e0e1159b5 (diff) | |
download | DotNetOpenAuth-db9ec31084f57b90d861cf74cad12cb1f8c50694.zip DotNetOpenAuth-db9ec31084f57b90d861cf74cad12cb1f8c50694.tar.gz DotNetOpenAuth-db9ec31084f57b90d861cf74cad12cb1f8c50694.tar.bz2 |
Customized starter kit to DotNetOAuth.
-rw-r--r-- | Set-ProjectName.ps1 | 4 | ||||
-rw-r--r-- | build.proj | 4 | ||||
-rw-r--r-- | lib/System.Web.Abstractions.dll | bin | 0 -> 87032 bytes | |||
-rw-r--r-- | lib/System.Web.Mvc.dll | bin | 0 -> 113144 bytes | |||
-rw-r--r-- | lib/System.Web.Routing.dll | bin | 0 -> 70648 bytes | |||
-rw-r--r-- | readme.txt | 8 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/.gitignore (renamed from src/YOURLIBNAME.Test/.gitignore) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj (renamed from src/YOURLIBNAME.Test/YOURLIBNAME.Test.csproj) | 28 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/Logging.config (renamed from src/YOURLIBNAME.Test/Logging.config) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/Properties/AssemblyInfo.cs (renamed from src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs) | 5 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/Settings.StyleCop (renamed from src/YOURLIBNAME.Test/Settings.StyleCop) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth.Test/TestBase.cs (renamed from src/YOURLIBNAME.Test/TestBase.cs) | 6 | ||||
-rw-r--r-- | src/DotNetOAuth.sln (renamed from src/YOURLIBNAME.sln) | 8 | ||||
-rw-r--r-- | src/DotNetOAuth.vsmdi (renamed from src/YOURLIBNAME.vsmdi) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth/.gitignore (renamed from src/YOURLIBNAME/.gitignore) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj (renamed from src/YOURLIBNAME/YOURLIBNAME.csproj) | 22 | ||||
-rw-r--r-- | src/DotNetOAuth/Logger.cs (renamed from src/YOURLIBNAME/Logger.cs) | 4 | ||||
-rw-r--r-- | src/DotNetOAuth/Loggers/ILog.cs (renamed from src/YOURLIBNAME/Loggers/ILog.cs) | 2 | ||||
-rw-r--r-- | src/DotNetOAuth/Loggers/Log4NetLogger.cs (renamed from src/YOURLIBNAME/Loggers/Log4NetLogger.cs) | 2 | ||||
-rw-r--r-- | src/DotNetOAuth/Loggers/NoOpLogger.cs (renamed from src/YOURLIBNAME/Loggers/NoOpLogger.cs) | 2 | ||||
-rw-r--r-- | src/DotNetOAuth/Loggers/TraceLogger.cs (renamed from src/YOURLIBNAME/Loggers/TraceLogger.cs) | 2 | ||||
-rw-r--r-- | src/DotNetOAuth/Properties/AssemblyInfo.cs (renamed from src/YOURLIBNAME/Properties/AssemblyInfo.cs) | 10 | ||||
-rw-r--r-- | src/DotNetOAuth/Settings.StyleCop (renamed from src/YOURLIBNAME/Settings.StyleCop) | 0 | ||||
-rw-r--r-- | src/DotNetOAuth/Util.cs (renamed from src/YOURLIBNAME/Util.cs) | 2 | ||||
-rw-r--r-- | src/LocalTestRun.testrunconfig | 21 | ||||
-rw-r--r-- | tools/Documentation.targets | 2 | ||||
-rw-r--r-- | tools/DotNetOAuth.Common.Settings.targets (renamed from tools/YOURLIBNAME.Common.Settings.targets) | 5 | ||||
-rw-r--r-- | tools/DotNetOAuth.Versioning.targets (renamed from tools/YOURLIBNAME.Versioning.targets) | 4 | ||||
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml | 4 | ||||
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml | 2 | ||||
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml | 2 | ||||
-rw-r--r-- | tools/libcheck.ps1 | 6 | ||||
-rw-r--r-- | tools/sandcastle.targets | 4 |
33 files changed, 54 insertions, 105 deletions
diff --git a/Set-ProjectName.ps1 b/Set-ProjectName.ps1 deleted file mode 100644 index 6a49d7f..0000000 --- a/Set-ProjectName.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -param ($libraryName = { throw "-libraryName required" } )
-
-dir -rec . *YOURLIBNAME* |% { ren $_.FullName $_.Name.Replace("YOURLIBNAME", $libraryName) -whatif }
-
@@ -1,5 +1,5 @@ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildProjectDirectory)\tools\YOURLIBNAME.Common.Settings.targets"/>
+ <Import Project="$(MSBuildProjectDirectory)\tools\DotNetOAuth.Common.Settings.targets"/>
<PropertyGroup>
<AutomatedBuild>true</AutomatedBuild>
</PropertyGroup>
@@ -82,7 +82,7 @@ </Target>
<Target Name="_EnsureCleanDrop">
- <!-- This target only does a clean sufficient to guarantee that our YOURLIBNAME.dll is rebuilt, but
+ <!-- This target only does a clean sufficient to guarantee that our DotNetOAuth.dll is rebuilt, but
we don't usually want to clean our documentation because that takes forever to build froms scratch. -->
<MSBuild Projects="$(ProjectRoot)\src\$(ProductName).sln" Targets="Clean" />
</Target>
diff --git a/lib/System.Web.Abstractions.dll b/lib/System.Web.Abstractions.dll Binary files differnew file mode 100644 index 0000000..cd88be0 --- /dev/null +++ b/lib/System.Web.Abstractions.dll diff --git a/lib/System.Web.Mvc.dll b/lib/System.Web.Mvc.dll Binary files differnew file mode 100644 index 0000000..598cf6f --- /dev/null +++ b/lib/System.Web.Mvc.dll diff --git a/lib/System.Web.Routing.dll b/lib/System.Web.Routing.dll Binary files differnew file mode 100644 index 0000000..98ce397 --- /dev/null +++ b/lib/System.Web.Routing.dll @@ -1,7 +1 @@ -This is the future home of YOURLIBNAME.
-
-To customize it for a library:
-1. Find & Replace in Files with case sensitive search:
- YOURLIBNAME -> YourLibrary
-2. Do a dir /s *YOURLIBNAME* in the root of the project and rename all files/directories to *YourLibrary*.
- dir -rec . *YOURLIBNAME* |% { ren $_.fullname $_.name.replace("YOURLIBNAME", "YourLibrary") }
\ No newline at end of file +This is the future home of DotNetOAuth.
diff --git a/src/YOURLIBNAME.Test/.gitignore b/src/DotNetOAuth.Test/.gitignore index 58b701f..58b701f 100644 --- a/src/YOURLIBNAME.Test/.gitignore +++ b/src/DotNetOAuth.Test/.gitignore diff --git a/src/YOURLIBNAME.Test/YOURLIBNAME.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 1dd166f..6fc049f 100644 --- a/src/YOURLIBNAME.Test/YOURLIBNAME.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -2,13 +2,13 @@ <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4376ECC9-C346-4A99-B13C-FA93C0FBD2C9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>YOURLIBNAME.Test</RootNamespace>
- <AssemblyName>YOURLIBNAME.Test</AssemblyName>
+ <RootNamespace>DotNetOAuth.Test</RootNamespace>
+ <AssemblyName>DotNetOAuth.Test</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -44,32 +44,16 @@ <Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Runtime.Serialization">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TestBase.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\YOURLIBNAME\YOURLIBNAME.csproj">
+ <ProjectReference Include="..\DotNetOAuth\DotNetOAuth.csproj">
<Project>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</Project>
- <Name>YOURLIBNAME</Name>
+ <Name>DotNetOAuth</Name>
</ProjectReference>
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Logging.config" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\tools\YOURLIBNAME.Versioning.targets" />
+ <Import Project="..\..\tools\DotNetOAuth.Versioning.targets" />
</Project>
\ No newline at end of file diff --git a/src/YOURLIBNAME.Test/Logging.config b/src/DotNetOAuth.Test/Logging.config index a1d675b..a1d675b 100644 --- a/src/YOURLIBNAME.Test/Logging.config +++ b/src/DotNetOAuth.Test/Logging.config diff --git a/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs b/src/DotNetOAuth.Test/Properties/AssemblyInfo.cs index c37288a..2495cc7 100644 --- a/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs +++ b/src/DotNetOAuth.Test/Properties/AssemblyInfo.cs @@ -3,6 +3,7 @@ // Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
+
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -10,11 +11,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("YOURLIBNAME.Test")]
+[assembly: AssemblyTitle("DotNetOAuth.Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("YOURLIBNAME.Test")]
+[assembly: AssemblyProduct("DotNetOAuth.Test")]
[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/YOURLIBNAME.Test/Settings.StyleCop b/src/DotNetOAuth.Test/Settings.StyleCop index 7f55ce6..7f55ce6 100644 --- a/src/YOURLIBNAME.Test/Settings.StyleCop +++ b/src/DotNetOAuth.Test/Settings.StyleCop diff --git a/src/YOURLIBNAME.Test/TestBase.cs b/src/DotNetOAuth.Test/TestBase.cs index 5a9c94f..e41b01c 100644 --- a/src/YOURLIBNAME.Test/TestBase.cs +++ b/src/DotNetOAuth.Test/TestBase.cs @@ -3,7 +3,7 @@ // Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
-namespace YOURLIBNAME.Test {
+namespace DotNetOAuth.Test {
using System.Reflection;
using log4net;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@@ -15,7 +15,7 @@ namespace YOURLIBNAME.Test { /// <summary>
/// The logger that tests should use.
/// </summary>
- internal static readonly ILog Logger = LogManager.GetLogger("YOURLIBNAME.Test");
+ internal static readonly ILog Logger = LogManager.GetLogger("DotNetOAuth.Test");
/// <summary>
/// Gets or sets the test context which provides
@@ -28,7 +28,7 @@ namespace YOURLIBNAME.Test { /// </summary>
[TestInitialize]
public virtual void SetUp() {
- log4net.Config.XmlConfigurator.Configure(Assembly.GetExecutingAssembly().GetManifestResourceStream("YOURLIBNAME.Test.Logging.config"));
+ log4net.Config.XmlConfigurator.Configure(Assembly.GetExecutingAssembly().GetManifestResourceStream("DotNetOAuth.Test.Logging.config"));
}
/// <summary>
diff --git a/src/YOURLIBNAME.sln b/src/DotNetOAuth.sln index 007090f..d4e2360 100644 --- a/src/YOURLIBNAME.sln +++ b/src/DotNetOAuth.sln @@ -1,19 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YOURLIBNAME", "YOURLIBNAME\YOURLIBNAME.csproj", "{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetOAuth", "DotNetOAuth\DotNetOAuth.csproj", "{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YOURLIBNAME.Test", "YOURLIBNAME.Test\YOURLIBNAME.Test.csproj", "{4376ECC9-C346-4A99-B13C-FA93C0FBD2C9}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetOAuth.Test", "DotNetOAuth.Test\DotNetOAuth.Test.csproj", "{4376ECC9-C346-4A99-B13C-FA93C0FBD2C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20B5E173-C3C4-49F8-BD25-E69044075B4D}"
ProjectSection(SolutionItems) = preProject
- YOURLIBNAME.vsmdi = YOURLIBNAME.vsmdi
+ DotNetOAuth.vsmdi = DotNetOAuth.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
- CategoryFile = YOURLIBNAME.vsmdi
+ CategoryFile = DotNetOAuth.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/src/YOURLIBNAME.vsmdi b/src/DotNetOAuth.vsmdi index 027090d..027090d 100644 --- a/src/YOURLIBNAME.vsmdi +++ b/src/DotNetOAuth.vsmdi diff --git a/src/YOURLIBNAME/.gitignore b/src/DotNetOAuth/.gitignore index 2a08796..2a08796 100644 --- a/src/YOURLIBNAME/.gitignore +++ b/src/DotNetOAuth/.gitignore diff --git a/src/YOURLIBNAME/YOURLIBNAME.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index dd8721c..f4cd184 100644 --- a/src/YOURLIBNAME/YOURLIBNAME.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -3,13 +3,13 @@ <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>YOURLIBNAME</RootNamespace>
- <AssemblyName>YOURLIBNAME</AssemblyName>
+ <RootNamespace>DotNetOAuth</RootNamespace>
+ <AssemblyName>DotNetOAuth</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
@@ -22,7 +22,7 @@ <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <DocumentationFile>..\..\bin\debug\YOURLIBNAME.xml</DocumentationFile>
+ <DocumentationFile>..\..\bin\debug\DotNetOAuth.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules>
</PropertyGroup>
@@ -34,7 +34,7 @@ <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <DocumentationFile>..\..\bin\debug\YOURLIBNAME.xml</DocumentationFile>
+ <DocumentationFile>..\..\bin\debug\DotNetOAuth.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules>
</PropertyGroup>
@@ -52,9 +52,6 @@ <Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
- <Reference Include="System.Runtime.Serialization">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -66,14 +63,9 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Logger.cs" />
- <Compile Include="Loggers\ILog.cs" />
- <Compile Include="Loggers\Log4NetLogger.cs" />
- <Compile Include="Loggers\NoOpLogger.cs" />
- <Compile Include="Loggers\TraceLogger.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Util.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\tools\YOURLIBNAME.Versioning.targets" />
-</Project>
\ No newline at end of file + <Import Project="..\..\tools\DotNetOAuth.Versioning.targets" />
+</Project> diff --git a/src/YOURLIBNAME/Logger.cs b/src/DotNetOAuth/Logger.cs index 2d89e8d..8e7e2cb 100644 --- a/src/YOURLIBNAME/Logger.cs +++ b/src/DotNetOAuth/Logger.cs @@ -4,11 +4,11 @@ // </copyright>
//-----------------------------------------------------------------------
-namespace YOURLIBNAME {
+namespace DotNetOAuth {
using System;
using System.Globalization;
using log4net.Core;
- using YOURLIBNAME.Loggers;
+ using DotNetOAuth.Loggers;
/// <summary>
/// A general logger for the entire YOURLIBNAME library.
diff --git a/src/YOURLIBNAME/Loggers/ILog.cs b/src/DotNetOAuth/Loggers/ILog.cs index 2f5fa82..51e5570 100644 --- a/src/YOURLIBNAME/Loggers/ILog.cs +++ b/src/DotNetOAuth/Loggers/ILog.cs @@ -23,7 +23,7 @@ // hosting web site chooses not to deploy log4net.dll along with
// dotnetopenid.dll.
-namespace YOURLIBNAME.Loggers
+namespace DotNetOAuth.Loggers
{
using System;
using System.Reflection;
diff --git a/src/YOURLIBNAME/Loggers/Log4NetLogger.cs b/src/DotNetOAuth/Loggers/Log4NetLogger.cs index eed0783..98fc8f2 100644 --- a/src/YOURLIBNAME/Loggers/Log4NetLogger.cs +++ b/src/DotNetOAuth/Loggers/Log4NetLogger.cs @@ -1,6 +1,6 @@ // <auto-generated />
-namespace YOURLIBNAME.Loggers {
+namespace DotNetOAuth.Loggers {
using System;
using System.Globalization;
using System.IO;
diff --git a/src/YOURLIBNAME/Loggers/NoOpLogger.cs b/src/DotNetOAuth/Loggers/NoOpLogger.cs index 768bd70..2f48b3c 100644 --- a/src/YOURLIBNAME/Loggers/NoOpLogger.cs +++ b/src/DotNetOAuth/Loggers/NoOpLogger.cs @@ -1,6 +1,6 @@ // <auto-generated />
-namespace YOURLIBNAME.Loggers {
+namespace DotNetOAuth.Loggers {
using System;
internal class NoOpLogger : ILog {
diff --git a/src/YOURLIBNAME/Loggers/TraceLogger.cs b/src/DotNetOAuth/Loggers/TraceLogger.cs index 8bebe3b..04b0a3c 100644 --- a/src/YOURLIBNAME/Loggers/TraceLogger.cs +++ b/src/DotNetOAuth/Loggers/TraceLogger.cs @@ -1,6 +1,6 @@ // <auto-generated />
-namespace YOURLIBNAME.Loggers {
+namespace DotNetOAuth.Loggers {
using System;
using System.Diagnostics;
using System.Security;
diff --git a/src/YOURLIBNAME/Properties/AssemblyInfo.cs b/src/DotNetOAuth/Properties/AssemblyInfo.cs index 14abe90..725caf8 100644 --- a/src/YOURLIBNAME/Properties/AssemblyInfo.cs +++ b/src/DotNetOAuth/Properties/AssemblyInfo.cs @@ -28,16 +28,16 @@ using System.Security; using System.Security.Permissions;
using System.Web.UI;
-[assembly: TagPrefix("YOURLIBNAME", "oauth")]
+[assembly: TagPrefix("DotNetOAuth", "oauth")]
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("YOURLIBNAME")]
+[assembly: AssemblyTitle("DotNetOAuth")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("YOURLIBNAME")]
+[assembly: AssemblyProduct("DotNetOAuth")]
[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -57,9 +57,9 @@ using System.Web.UI; // keep this assembly from being useful to shared host (medium trust) web sites.
[assembly: AllowPartiallyTrustedCallers]
-[assembly: InternalsVisibleTo("YOURLIBNAME.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100AD093C3765257C89A7010E853F2C7C741FF92FA8ACE06D7B8254702CAD5CF99104447F63AB05F8BB6F51CE0D81C8C93D2FCE8C20AAFF7042E721CBA16EAAE98778611DED11C0ABC8900DC5667F99B50A9DADEC24DBD8F2C91E3E8AD300EF64F1B4B9536CEB16FB440AF939F57624A9B486F867807C649AE4830EAB88C6C03998")]
+[assembly: InternalsVisibleTo("DotNetOAuth.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100AD093C3765257C89A7010E853F2C7C741FF92FA8ACE06D7B8254702CAD5CF99104447F63AB05F8BB6F51CE0D81C8C93D2FCE8C20AAFF7042E721CBA16EAAE98778611DED11C0ABC8900DC5667F99B50A9DADEC24DBD8F2C91E3E8AD300EF64F1B4B9536CEB16FB440AF939F57624A9B486F867807C649AE4830EAB88C6C03998")]
#else
-[assembly: InternalsVisibleTo("YOURLIBNAME.Test")]
+[assembly: InternalsVisibleTo("DotNetOAuth.Test")]
#endif
// Specify what permissions are required and optional for the assembly.
diff --git a/src/YOURLIBNAME/Settings.StyleCop b/src/DotNetOAuth/Settings.StyleCop index 2eaae96..2eaae96 100644 --- a/src/YOURLIBNAME/Settings.StyleCop +++ b/src/DotNetOAuth/Settings.StyleCop diff --git a/src/YOURLIBNAME/Util.cs b/src/DotNetOAuth/Util.cs index 16f52fa..e3af5f1 100644 --- a/src/YOURLIBNAME/Util.cs +++ b/src/DotNetOAuth/Util.cs @@ -3,7 +3,7 @@ // Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
-namespace YOURLIBNAME {
+namespace DotNetOAuth {
using System.Globalization;
using System.Reflection;
diff --git a/src/LocalTestRun.testrunconfig b/src/LocalTestRun.testrunconfig index d03f62c..a524b83 100644 --- a/src/LocalTestRun.testrunconfig +++ b/src/LocalTestRun.testrunconfig @@ -1,22 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
<TestRunConfiguration name="Local Test Run" id="abbd81c0-7d7b-4c98-878c-05dbead62c27" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2006">
<Description>This is a default test run configuration for a local test run.</Description>
- <CodeCoverage enabled="true">
- <Regular>
- <CodeCoverageItem binaryFile="C:\git\productname\bin\Debug\YOURLIBNAME.dll" pdbFile="C:\git\productname\bin\Debug\ProductName.pdb" instrumentInPlace="true" />
- </Regular>
- </CodeCoverage>
- <TestTypeSpecific>
- <WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
- <Browser name="Internet Explorer 7.0">
- <Headers>
- <Header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" />
- <Header name="Accept" value="*/*" />
- <Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
- <Header name="Accept-Encoding" value="GZIP" />
- </Headers>
- </Browser>
- <Network Name="LAN" BandwidthInKbps="0" />
- </WebTestRunConfiguration>
- </TestTypeSpecific>
-</TestRunConfiguration>
\ No newline at end of file + <TestTypeSpecific />
+</TestRunConfiguration> diff --git a/tools/Documentation.targets b/tools/Documentation.targets index 9891de7..43b70d4 100644 --- a/tools/Documentation.targets +++ b/tools/Documentation.targets @@ -3,7 +3,7 @@ <NetfxVer>2.0</NetfxVer>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot>
- <OutputAssembly>YOURLIBNAME</OutputAssembly>
+ <OutputAssembly>DotNetOAuth</OutputAssembly>
<OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>
<DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>
<IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>
diff --git a/tools/YOURLIBNAME.Common.Settings.targets b/tools/DotNetOAuth.Common.Settings.targets index 040b7eb..1fc35a7 100644 --- a/tools/YOURLIBNAME.Common.Settings.targets +++ b/tools/DotNetOAuth.Common.Settings.targets @@ -1,12 +1,11 @@ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <ProductName>YOURLIBNAME</ProductName>
+ <ProductName>DotNetOAuth</ProductName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)</ProjectRoot>
<OutputPath>$(ProjectRoot)\bin\$(Configuration)</OutputPath>
<DocOutputPath>$(ProjectRoot)\doc</DocOutputPath>
<IntermediatePath>$(ProjectRoot)\obj\$(Configuration)</IntermediatePath>
<ToolsDir>$(ProjectRoot)\tools</ToolsDir>
-
-</PropertyGroup>
+ </PropertyGroup>
</Project>
\ No newline at end of file diff --git a/tools/YOURLIBNAME.Versioning.targets b/tools/DotNetOAuth.Versioning.targets index 37c5a81..35d5f71 100644 --- a/tools/YOURLIBNAME.Versioning.targets +++ b/tools/DotNetOAuth.Versioning.targets @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<!-- Import this .targets file to automaticaly generate AssemblyVersion
- attribute according to YOURLIBNAME convention. -->
+ attribute according to DotNetOAuth convention. -->
<PropertyGroup>
<ProjectRoot Condition="'$(ProjectRoot)' == ''">$(MSBuildProjectDirectory)\..\..</ProjectRoot>
<VersionCsFile>$(ProjectRoot)\obj\$(Configuration)\$(AssemblyName).Version.cs</VersionCsFile>
@@ -33,4 +33,4 @@ <Compile Include="$(VersionCsFile)" />
</ItemGroup>
</Target>
-</Project>
\ No newline at end of file +</Project>
diff --git a/tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml b/tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml index 6fe375a..c526b34 100644 --- a/tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml +++ b/tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml @@ -1,6 +1,6 @@ <content xml:space="preserve">
- <item id="fb_alias">YOURLIBNAME@googlegroups.com</item>
+ <item id="fb_alias">DotNetOAuth@googlegroups.com</item>
<item id="fb_product"></item>
<item id="fb_deliverable"></item>
@@ -27,4 +27,4 @@ <item id="fb_Title">Documentation Feedback</item>
<item id="fb_altIcon">Display feedback instructions at the bottom of the page.</item>
-</content>
\ No newline at end of file +</content> diff --git a/tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml b/tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml index aa5d9a1..25e7b51 100644 --- a/tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml +++ b/tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml @@ -238,7 +238,7 @@ </item>
<!-- inserted boilerplate -->
- <item id="runningHeaderText">YOURLIBNAME Class Library</item>
+ <item id="runningHeaderText">DotNetOAuth Class Library</item>
<item id="rootLink"><referenceLink target="R:Project">Namespaces</referenceLink></item>
<item id="obsoleteShort"><span class="obsolete">Obsolete.</span></item>
<item id="obsoleteLong"><span class="obsolete">This API is obsolete.</span></item>
diff --git a/tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml b/tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml index bf99b1b..02bd6ee 100644 --- a/tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml +++ b/tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml @@ -181,7 +181,7 @@ </includeAttribute>
feedback
</a>
- on this topic to the YOURLIBNAME group.
+ on this topic to the DotNetOAuth group.
</span>
</item>
diff --git a/tools/libcheck.ps1 b/tools/libcheck.ps1 index 25e49e3..d37c9e5 100644 --- a/tools/libcheck.ps1 +++ b/tools/libcheck.ps1 @@ -26,12 +26,12 @@ function Checkout($Version) { }
function Build() {
- msbuild.exe "$RootDir\src\YOURLIBNAME\YOURLIBNAME.csproj" /p:Configuration=$Configuration
+ msbuild.exe "$RootDir\src\DotNetOAuth\DotNetOAuth.csproj" /p:Configuration=$Configuration
}
function Generate-Metadata($Version) {
Push-Location $LibCheckTmpDir
- & ".\libcheck.exe" -store "YOURLIBNAME.dll" $Version -full "$BinDir\$Configuration"
+ & ".\libcheck.exe" -store "DotNetOAuth.dll" $Version -full "$BinDir\$Configuration"
Pop-Location
}
@@ -43,7 +43,7 @@ function Compare-Metadata() { function ShadowCopy-Libcheck() {
# This function copies LibCheck from the checked out version to a temp
- # directory so that as we git checkout other versions of YOURLIBNAME,
+ # directory so that as we git checkout other versions of DotNetOAuth,
# we can be sure of running one consistent version of LibCheck.
Remove-Item -Recurse $LibCheckTmpDir
Copy-Item -Recurse "$ToolsDir\LibCheck" (Split-Path $LibCheckTmpDir)
diff --git a/tools/sandcastle.targets b/tools/sandcastle.targets index e717209..71272c0 100644 --- a/tools/sandcastle.targets +++ b/tools/sandcastle.targets @@ -108,12 +108,12 @@ <Target Name="Html"
Inputs="$(ManifestFile);$(ReflectionFile);$(DocumentationFile)"
- Outputs="$(DocOutputApiPath)\html\N_ProductName.htm"
+ Outputs="$(DocOutputApiPath)\html\N_DotNetOAuth.htm"
DependsOnTargets="SetEnvironmentVars;Template;Manifest">
<Exec Command='"$(ProductionTools)\BuildAssembler.exe" /config:"$(Presentation)\configuration\sandcastle.config" "$(ManifestFile)"' />
</Target>
- <Target Name="Chm" Inputs="$(DocOutputApiPath)\html\N_ProductName.htm;$(ReflectionFile)" Outputs="$(ChmFile)" DependsOnTargets="Html">
+ <Target Name="Chm" Inputs="$(DocOutputApiPath)\html\N_DotNetOAuth.htm;$(ReflectionFile)" Outputs="$(ChmFile)" DependsOnTargets="Html">
<MakeDir Directories="$(chmDir)" Condition="!Exists('$(chmDir)')" />
<MakeDir Directories="$(chmDir)\Html" Condition="!Exists('$(chmDir)\Html')" />
<MakeDir Directories="$(chmDir)\Icons" Condition="!Exists('$(chmDir)\Icons')" />
|