blob: 7b0b5dee633f578128df0b5ac67a824b1dd4d69d (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System.Reflection;
// 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("WebMatrix.WebData.Test")]
[assembly: AssemblyDescription("")]
|