diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj index 6ec6db17..835f9765 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/App.Tests.csproj @@ -104,6 +104,11 @@ false + + + + + diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/Common.Logging.Log4Net.dll b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/Common.Logging.Log4Net.dll new file mode 100644 index 00000000..3900bb87 Binary files /dev/null and b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/Common.Logging.Log4Net.dll differ diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/log4net.dll b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/log4net.dll new file mode 100644 index 00000000..ffc57e11 Binary files /dev/null and b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/log4net.dll differ diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/nunit.framework.dll b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/nunit.framework.dll new file mode 100644 index 00000000..1c87f11b Binary files /dev/null and b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Tests/bin/Debug/nunit.framework.dll differ diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj new file mode 100644 index 00000000..d10b1f63 --- /dev/null +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/App.Web.References.csproj @@ -0,0 +1,54 @@ + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C} + Library + Properties + App.Web.References + App.Web.References + v2.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/Properties/AssemblyInfo.cs b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..6b9e05e9 --- /dev/null +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.Web.References/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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("App.Web.References")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("App.Web.References")] +[assembly: AssemblyCopyright("Copyright © 2009")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("99c56991-66c9-462c-8779-0c8482d0d7fc")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.WebQuickStart.sln b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.WebQuickStart.sln index 80c88a87..2b6697bf 100644 --- a/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.WebQuickStart.sln +++ b/templates/vsnet-2008/SolutionTemplates/web/App.WebQuickStart/source/App.WebQuickStart.sln @@ -4,7 +4,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "App.Web", "App.Web\", "{AA13082E-93B7-43DD-9CF6-D512C1ED02E4}" ProjectSection(WebsiteProperties) = preProject TargetFramework = "2.0" - ProjectReferences = "{EDDC48D5-4F25-4476-9BA3-12F2E8BB5A8C}|App.DataAccess.dll;{EB687B88-5ECD-4897-AFF1-70CE565721E2}|App.Service.dll;" + ProjectReferences = "{EDDC48D5-4F25-4476-9BA3-12F2E8BB5A8C}|App.DataAccess.dll;{EB687B88-5ECD-4897-AFF1-70CE565721E2}|App.Service.dll;{03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}|App.Web.References.dll;" Debug.AspNetCompiler.VirtualPath = "/App.Web" Debug.AspNetCompiler.PhysicalPath = "App.Web\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\App.Web\" @@ -29,6 +29,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Service", "App.Service\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Tests", "App.Tests\App.Tests.csproj", "{94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Web.References", "App.Web.References\App.Web.References.csproj", "{03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -79,6 +81,16 @@ Global {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Any CPU.Build.0 = Release|Any CPU {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {94E4E1B4-D424-4EB9-BF34-2EE8CC3D7048}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Debug|.NET.ActiveCfg = Debug|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Release|.NET.ActiveCfg = Release|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Release|Any CPU.Build.0 = Release|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {03E4885D-C1D1-4B9E-B5FD-C5CE9FDB486C}.Release|Mixed Platforms.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE