|
From: <st...@us...> - 2007-02-17 16:51:59
|
Revision: 49
http://svn.sourceforge.net/g3l/?rev=49&view=rev
Author: stv__
Date: 2007-02-17 08:51:58 -0800 (Sat, 17 Feb 2007)
Log Message:
-----------
Added Paths:
-----------
src/trunk/G3L.Xpress/
src/trunk/G3L.Xpress/G3L.XpressCaffine/
src/trunk/G3L.Xpress/G3L.XpressCaffine/G3L.XpressCaffine.csproj
src/trunk/G3L.Xpress/G3L.XpressCaffine/Properties/
src/trunk/G3L.Xpress/G3L.XpressCaffine/Properties/AssemblyInfo.cs
src/trunk/G3L.Xpress/G3L.XpressCaffine/bin/
src/trunk/G3L.Xpress/G3L.XpressCaffine/bin/Debug/
src/trunk/G3L.Xpress/G3L.XpressCaffine/obj/
src/trunk/G3L.Xpress/G3L.XpressCaffine/obj/Debug/
src/trunk/G3L.Xpress/G3L.XpressCaffine/obj/Debug/TempPE/
src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/
src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/App_Data/
src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx
src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx.cs
Added: src/trunk/G3L.Xpress/G3L.XpressCaffine/G3L.XpressCaffine.csproj
===================================================================
--- src/trunk/G3L.Xpress/G3L.XpressCaffine/G3L.XpressCaffine.csproj (rev 0)
+++ src/trunk/G3L.Xpress/G3L.XpressCaffine/G3L.XpressCaffine.csproj 2007-02-17 16:51:58 UTC (rev 49)
@@ -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>{8202DE3E-CFF5-4CC5-B4B1-58071B2675FF}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>G3L.XpressCaffine</RootNamespace>
+ <AssemblyName>G3L.XpressCaffine</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.Xpress/G3L.XpressCaffine/Properties/AssemblyInfo.cs
===================================================================
--- src/trunk/G3L.Xpress/G3L.XpressCaffine/Properties/AssemblyInfo.cs (rev 0)
+++ src/trunk/G3L.Xpress/G3L.XpressCaffine/Properties/AssemblyInfo.cs 2007-02-17 16:51:58 UTC (rev 49)
@@ -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.XpressCaffine")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("G3L.XpressCaffine")]
+[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("cba7322c-54fa-4d8a-ba9c-0c112b3949dd")]
+
+// 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.Xpress/G3L.XpressCaffineWeb/Default.aspx
===================================================================
--- src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx (rev 0)
+++ src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx 2007-02-17 16:51:58 UTC (rev 49)
@@ -0,0 +1,16 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<head runat="server">
+ <title>Untitled Page</title>
+</head>
+<body>
+ <form id="form1" runat="server">
+ <div>
+
+ </div>
+ </form>
+</body>
+</html>
Added: src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx.cs
===================================================================
--- src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx.cs (rev 0)
+++ src/trunk/G3L.Xpress/G3L.XpressCaffineWeb/Default.aspx.cs 2007-02-17 16:51:58 UTC (rev 49)
@@ -0,0 +1,17 @@
+using System;
+using System.Data;
+using System.Configuration;
+using System.Web;
+using System.Web.Security;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using System.Web.UI.WebControls.WebParts;
+using System.Web.UI.HtmlControls;
+
+public partial class _Default : System.Web.UI.Page
+{
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|