|
From: <ad...@us...> - 2007-01-27 03:34:03
|
Revision: 41
http://svn.sourceforge.net/g3l/?rev=41&view=rev
Author: adamluk
Date: 2007-01-26 19:33:58 -0800 (Fri, 26 Jan 2007)
Log Message:
-----------
Added G3L.UnitTests Project.
Modified Paths:
--------------
src/trunk/G3L.sln
src/trunk/G3L.suo
Added Paths:
-----------
src/trunk/G3L.UnitTests/
src/trunk/G3L.UnitTests/G3L.UnitTests.csproj
src/trunk/G3L.UnitTests/Properties/
src/trunk/G3L.UnitTests/Properties/AssemblyInfo.cs
src/trunk/G3L.UnitTests/bin/
src/trunk/G3L.UnitTests/bin/Debug/
src/trunk/G3L.UnitTests/obj/
src/trunk/G3L.UnitTests/obj/Debug/
src/trunk/G3L.UnitTests/obj/Debug/TempPE/
Added: src/trunk/G3L.UnitTests/G3L.UnitTests.csproj
===================================================================
--- src/trunk/G3L.UnitTests/G3L.UnitTests.csproj (rev 0)
+++ src/trunk/G3L.UnitTests/G3L.UnitTests.csproj 2007-01-27 03:33:58 UTC (rev 41)
@@ -0,0 +1,46 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{22593242-786B-406C-9F35-C04B92D517BD}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.UnitTests</RootNamespace>
+ <AssemblyName>G3L.UnitTests</AssemblyName>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
\ No newline at end of file
Added: src/trunk/G3L.UnitTests/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.UnitTests/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.UnitTests/Properties/AssemblyInfo.cs 2007-01-27 03:33:58 UTC (rev 41)
@@ -0,0 +1,35 @@
+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("G3L.UnitTests")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.UnitTests")]
+[assembly: AssemblyCopyright("Copyright © 2007")]
+[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("9d8211e9-314b-4b24-99d0-acb69978bdd3")]
+
+// 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 Revision and Build Numbers
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
Modified: src/trunk/G3L.sln
===================================================================
--- src/trunk/G3L.sln 2007-01-27 03:32:37 UTC (rev 40)
+++ src/trunk/G3L.sln 2007-01-27 03:33:58 UTC (rev 41)
@@ -37,6 +37,12 @@
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.UnitTests", "G3L.UnitTests\G3L.UnitTests.csproj", "{22593242-786B-406C-9F35-C04B92D517BD}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -67,6 +73,10 @@
{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}.Release|Any CPU.Build.0 = Release|Any CPU
+ {22593242-786B-406C-9F35-C04B92D517BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {22593242-786B-406C-9F35-C04B92D517BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {22593242-786B-406C-9F35-C04B92D517BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {22593242-786B-406C-9F35-C04B92D517BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified: src/trunk/G3L.suo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|