|
From: <ad...@us...> - 2007-01-27 03:26:29
|
Revision: 39
http://svn.sourceforge.net/g3l/?rev=39&view=rev
Author: adamluk
Date: 2007-01-26 19:26:28 -0800 (Fri, 26 Jan 2007)
Log Message:
-----------
Created Visual Studio Project files and solution for first set of libraries.
Added Paths:
-----------
src/trunk/G3L.Core/
src/trunk/G3L.Core/Class1.cs
src/trunk/G3L.Core/G3L.Core.csproj
src/trunk/G3L.Core/Properties/
src/trunk/G3L.Core/Properties/AssemblyInfo.cs
src/trunk/G3L.Core/bin/
src/trunk/G3L.Core/bin/Debug/
src/trunk/G3L.Core/obj/
src/trunk/G3L.Core/obj/Debug/
src/trunk/G3L.Core/obj/Debug/TempPE/
src/trunk/G3L.Data/
src/trunk/G3L.Data/Class1.cs
src/trunk/G3L.Data/G3L.Data.csproj
src/trunk/G3L.Data/Properties/
src/trunk/G3L.Data/Properties/AssemblyInfo.cs
src/trunk/G3L.Data/bin/
src/trunk/G3L.Data/bin/Debug/
src/trunk/G3L.Data/obj/
src/trunk/G3L.Data/obj/Debug/
src/trunk/G3L.Data/obj/Debug/TempPE/
src/trunk/G3L.Debug/
src/trunk/G3L.Debug/Class1.cs
src/trunk/G3L.Debug/G3L.Debug.csproj
src/trunk/G3L.Debug/Properties/
src/trunk/G3L.Debug/Properties/AssemblyInfo.cs
src/trunk/G3L.Debug/bin/
src/trunk/G3L.Debug/bin/Debug/
src/trunk/G3L.Debug/obj/
src/trunk/G3L.Debug/obj/Debug/
src/trunk/G3L.Debug/obj/Debug/TempPE/
src/trunk/G3L.Framework/
src/trunk/G3L.Framework/Class1.cs
src/trunk/G3L.Framework/G3L.Framework.csproj
src/trunk/G3L.Framework/G3L.Framework.sln
src/trunk/G3L.Framework/G3L.Framework.suo
src/trunk/G3L.Framework/Properties/
src/trunk/G3L.Framework/Properties/AssemblyInfo.cs
src/trunk/G3L.Framework/bin/
src/trunk/G3L.Framework/bin/Debug/
src/trunk/G3L.Framework/obj/
src/trunk/G3L.Framework/obj/Debug/
src/trunk/G3L.Framework/obj/Debug/TempPE/
src/trunk/G3L.Net/
src/trunk/G3L.Net/Class1.cs
src/trunk/G3L.Net/G3L.Net.csproj
src/trunk/G3L.Net/Properties/
src/trunk/G3L.Net/Properties/AssemblyInfo.cs
src/trunk/G3L.Net/bin/
src/trunk/G3L.Net/bin/Debug/
src/trunk/G3L.Net/obj/
src/trunk/G3L.Net/obj/Debug/
src/trunk/G3L.Net/obj/Debug/TempPE/
src/trunk/G3L.Util/
src/trunk/G3L.Util/Class1.cs
src/trunk/G3L.Util/G3L.Util.csproj
src/trunk/G3L.Util/Properties/
src/trunk/G3L.Util/Properties/AssemblyInfo.cs
src/trunk/G3L.Util/bin/
src/trunk/G3L.Util/bin/Debug/
src/trunk/G3L.Util/obj/
src/trunk/G3L.Util/obj/Debug/
src/trunk/G3L.Util/obj/Debug/TempPE/
src/trunk/G3L.sln
src/trunk/G3L.suo
Added: src/trunk/G3L.Core/Class1.cs
===================================================================
Added: src/trunk/G3L.Core/G3L.Core.csproj
===================================================================
--- src/trunk/G3L.Core/G3L.Core.csproj (rev 0)
+++ src/trunk/G3L.Core/G3L.Core.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{574923D3-CFE4-48A0-9417-5BD8B80B307D}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Core</RootNamespace>
+ <AssemblyName>G3L.Core</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.Core/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Core/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Core/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Core")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Core")]
+[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("2f8a3b86-4cba-41ff-a9e6-aab58f6c46ce")]
+
+// 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")]
Added: src/trunk/G3L.Data/Class1.cs
===================================================================
Added: src/trunk/G3L.Data/G3L.Data.csproj
===================================================================
--- src/trunk/G3L.Data/G3L.Data.csproj (rev 0)
+++ src/trunk/G3L.Data/G3L.Data.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{425EF09E-97D9-47E1-A199-0256E65DD2F0}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Data</RootNamespace>
+ <AssemblyName>G3L.Data</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.Data/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Data/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Data/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Data")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Data")]
+[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("4b5810c1-ca00-4c5a-8f32-0605eef53d6c")]
+
+// 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")]
Added: src/trunk/G3L.Debug/Class1.cs
===================================================================
Added: src/trunk/G3L.Debug/G3L.Debug.csproj
===================================================================
--- src/trunk/G3L.Debug/G3L.Debug.csproj (rev 0)
+++ src/trunk/G3L.Debug/G3L.Debug.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{5CF09EC0-23FE-49E9-91C2-760935991AE4}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Debug</RootNamespace>
+ <AssemblyName>G3L.Debug</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.Debug/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Debug/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Debug/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Debug")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Debug")]
+[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("314ac60d-48b1-41e0-ab75-5e8991fb528a")]
+
+// 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")]
Added: src/trunk/G3L.Framework/Class1.cs
===================================================================
Added: src/trunk/G3L.Framework/G3L.Framework.csproj
===================================================================
--- src/trunk/G3L.Framework/G3L.Framework.csproj (rev 0)
+++ src/trunk/G3L.Framework/G3L.Framework.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Framework</RootNamespace>
+ <AssemblyName>G3L.Framework</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.Framework/G3L.Framework.sln
===================================================================
--- src/trunk/G3L.Framework/G3L.Framework.sln (rev 0)
+++ src/trunk/G3L.Framework/G3L.Framework.sln 2007-01-27 03:26:28 UTC (rev 39)
@@ -0,0 +1,89 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Framework", "G3L.Framework.csproj", "{8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D} = {574923D3-CFE4-48A0-9417-5BD8B80B307D}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Core", "..\G3L.Core\G3L.Core.csproj", "{574923D3-CFE4-48A0-9417-5BD8B80B307D}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Data", "..\G3L.Data\G3L.Data.csproj", "{425EF09E-97D9-47E1-A199-0256E65DD2F0}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D} = {574923D3-CFE4-48A0-9417-5BD8B80B307D}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Net", "..\G3L.Net\G3L.Net.csproj", "{74935421-9C85-434C-BD12-E64159E0A677}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D} = {574923D3-CFE4-48A0-9417-5BD8B80B307D}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Debug", "..\G3L.Debug\G3L.Debug.csproj", "{5CF09EC0-23FE-49E9-91C2-760935991AE4}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D} = {574923D3-CFE4-48A0-9417-5BD8B80B307D}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Util", "..\G3L.Util\G3L.Util.csproj", "{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D} = {574923D3-CFE4-48A0-9417-5BD8B80B307D}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Release|Any CPU.Build.0 = Release|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CACB6F2B-B3C1-40FB-951E-64E21167D3F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {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
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Added: src/trunk/G3L.Framework/G3L.Framework.suo
===================================================================
(Binary files differ)
Property changes on: src/trunk/G3L.Framework/G3L.Framework.suo
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: src/trunk/G3L.Framework/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Framework/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Framework/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Framework")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Framework")]
+[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("813ef44d-6550-4dc1-a6a5-7e318844e046")]
+
+// 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")]
Added: src/trunk/G3L.Net/Class1.cs
===================================================================
Added: src/trunk/G3L.Net/G3L.Net.csproj
===================================================================
--- src/trunk/G3L.Net/G3L.Net.csproj (rev 0)
+++ src/trunk/G3L.Net/G3L.Net.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{74935421-9C85-434C-BD12-E64159E0A677}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Net</RootNamespace>
+ <AssemblyName>G3L.Net</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.Net/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Net/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Net/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Net")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Net")]
+[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("af49f422-3f89-4091-8f69-c102664de4cf")]
+
+// 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")]
Added: src/trunk/G3L.Util/Class1.cs
===================================================================
Added: src/trunk/G3L.Util/G3L.Util.csproj
===================================================================
--- src/trunk/G3L.Util/G3L.Util.csproj (rev 0)
+++ src/trunk/G3L.Util/G3L.Util.csproj 2007-01-27 03:26:28 UTC (rev 39)
@@ -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>{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.Util</RootNamespace>
+ <AssemblyName>G3L.Util</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.Util/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Util/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Util/Properties/AssemblyInfo.cs 2007-01-27 03:26:28 UTC (rev 39)
@@ -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.Util")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.Util")]
+[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("205457eb-2968-448a-ba4a-2313f93d2591")]
+
+// 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")]
Added: src/trunk/G3L.sln
===================================================================
--- src/trunk/G3L.sln (rev 0)
+++ src/trunk/G3L.sln 2007-01-27 03:26:28 UTC (rev 39)
@@ -0,0 +1,74 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Core", "G3L.Core\G3L.Core.csproj", "{574923D3-CFE4-48A0-9417-5BD8B80B307D}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Data", "G3L.Data\G3L.Data.csproj", "{425EF09E-97D9-47E1-A199-0256E65DD2F0}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Debug", "G3L.Debug\G3L.Debug.csproj", "{5CF09EC0-23FE-49E9-91C2-760935991AE4}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Framework", "G3L.Framework\G3L.Framework.csproj", "{8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Net", "G3L.Net\G3L.Net.csproj", "{74935421-9C85-434C-BD12-E64159E0A677}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "G3L.Util", "G3L.Util\G3L.Util.csproj", "{CACB6F2B-B3C1-40FB-951E-64E21167D3F7}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {574923D3-CFE4-48A0-9417-5BD8B80B307D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {425EF09E-97D9-47E1-A199-0256E65DD2F0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5CF09EC0-23FE-49E9-91C2-760935991AE4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8BCF0A6A-20C0-4057-A80F-8D8C7ADB1B51}.Release|Any CPU.Build.0 = Release|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {74935421-9C85-434C-BD12-E64159E0A677}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CACB6F2B-B3C1-40FB-951E-64E21167D3F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {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
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Added: src/trunk/G3L.suo
===================================================================
(Binary files differ)
Property changes on: src/trunk/G3L.suo
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|