From: <br...@us...> - 2009-02-14 01:29:25
|
Revision: 505 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=505&view=rev Author: brus07 Date: 2009-02-14 01:29:23 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Added new Plugin. This is plugin is for sample generate result of submit without Compiling and Testing. This need for easy testing Web connection. Modified Paths: -------------- ACMServer/trunk/ACMServer/ACMMediator.sln Added Paths: ----------- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties/ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties/AssemblyInfo.cs ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.Designer.cs ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.cs ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.resx ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.cs ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.csproj Modified: ACMServer/trunk/ACMServer/ACMMediator.sln =================================================================== --- ACMServer/trunk/ACMServer/ACMMediator.sln 2009-02-14 01:24:48 UTC (rev 504) +++ ACMServer/trunk/ACMServer/ACMMediator.sln 2009-02-14 01:29:23 UTC (rev 505) @@ -47,6 +47,10 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedWebConnector", "Library\ConcreteConnector\ExtendedWebConnector\ExtendedWebConnector.csproj", "{28A3AAA0-0938-48CF-B66E-B056C0F865B9}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelperPlugins", "HelperPlugins", "{A42A970E-FB5D-40F8-8F27-04434D792FCE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleGenerateResultPlugin", "Plugins\HelperPlugins\SampleGenerateResultPlugin\SampleGenerateResultPlugin.csproj", "{30873194-24C0-424F-A662-FD0A97223A56}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -121,6 +125,10 @@ {28A3AAA0-0938-48CF-B66E-B056C0F865B9}.Debug|Any CPU.Build.0 = Debug|Any CPU {28A3AAA0-0938-48CF-B66E-B056C0F865B9}.Release|Any CPU.ActiveCfg = Release|Any CPU {28A3AAA0-0938-48CF-B66E-B056C0F865B9}.Release|Any CPU.Build.0 = Release|Any CPU + {30873194-24C0-424F-A662-FD0A97223A56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {30873194-24C0-424F-A662-FD0A97223A56}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30873194-24C0-424F-A662-FD0A97223A56}.Release|Any CPU.ActiveCfg = Release|Any CPU + {30873194-24C0-424F-A662-FD0A97223A56}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -136,6 +144,7 @@ {D67E1C70-DFE6-4C3E-BCA9-DD3DB9CB4B30} = {D80861F5-3751-4D49-884B-1A10FE1BCB07} {74FB3B7A-5D91-46B3-9F15-F38136725AED} = {D80861F5-3751-4D49-884B-1A10FE1BCB07} {4BEB97A7-7AAB-42A3-B30A-B6CCF75AAD64} = {D80861F5-3751-4D49-884B-1A10FE1BCB07} + {A42A970E-FB5D-40F8-8F27-04434D792FCE} = {D80861F5-3751-4D49-884B-1A10FE1BCB07} {20B192BC-FD4D-4ED5-90F5-B5994F995238} = {E4F4B91E-CC25-410B-B53A-E2507EFA4FCB} {9462E3BD-67AD-4887-BF4C-8B6A25048941} = {E4F4B91E-CC25-410B-B53A-E2507EFA4FCB} {8F305004-8FB7-4F85-8063-3A7041DB840F} = {D67E1C70-DFE6-4C3E-BCA9-DD3DB9CB4B30} @@ -145,5 +154,6 @@ {28A3AAA0-0938-48CF-B66E-B056C0F865B9} = {4E42F296-7321-4193-9E35-9B7202005229} {F36370C3-E1EB-47E8-AFAC-F4840953D60B} = {4BEB97A7-7AAB-42A3-B30A-B6CCF75AAD64} {96664041-18B2-42BD-941F-117B54E2AE64} = {4BEB97A7-7AAB-42A3-B30A-B6CCF75AAD64} + {30873194-24C0-424F-A662-FD0A97223A56} = {A42A970E-FB5D-40F8-8F27-04434D792FCE} EndGlobalSection EndGlobal Property changes on: ACMServer/trunk/ACMServer/Plugins/HelperPlugins ___________________________________________________________________ Added: tsvn:logminsize + 5 Property changes on: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin ___________________________________________________________________ Added: svn:ignore + bin obj Added: tsvn:logminsize + 5 Property changes on: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties ___________________________________________________________________ Added: tsvn:logminsize + 5 Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties/AssemblyInfo.cs =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties/AssemblyInfo.cs (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/Properties/AssemblyInfo.cs 2009-02-14 01:29:23 UTC (rev 505) @@ -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("SampleGenerateResultPlugin")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("AcmContester")] +[assembly: AssemblyProduct("SampleGenerateResultPlugin")] +[assembly: AssemblyCopyright("Copyright © Home 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("c9eeb202-e3f0-41b7-9dfc-716c914570f8")] + +// 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.*")] +[assembly: AssemblyFileVersion("1.0.0.0")] Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.Designer.cs =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.Designer.cs (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.Designer.cs 2009-02-14 01:29:23 UTC (rev 505) @@ -0,0 +1,84 @@ +namespace AcmContester.Plugins.HelperPlugins.SampleGenerateResultPlugin +{ + partial class SampleGenerateResultControl + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.resultButton = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.queueSizeLabel = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // resultButton + // + this.resultButton.Location = new System.Drawing.Point(3, 27); + this.resultButton.Name = "resultButton"; + this.resultButton.Size = new System.Drawing.Size(75, 23); + this.resultButton.TabIndex = 0; + this.resultButton.Text = "Result"; + this.resultButton.UseVisualStyleBackColor = true; + this.resultButton.Click += new System.EventHandler(this.resultButton_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(3, 11); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(52, 13); + this.label1.TabIndex = 1; + this.label1.Text = "In queue:"; + // + // queueSizeLabel + // + this.queueSizeLabel.AutoSize = true; + this.queueSizeLabel.Location = new System.Drawing.Point(61, 11); + this.queueSizeLabel.Name = "queueSizeLabel"; + this.queueSizeLabel.Size = new System.Drawing.Size(13, 13); + this.queueSizeLabel.TabIndex = 2; + this.queueSizeLabel.Text = "0"; + // + // SampleGenerateResultControl + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.queueSizeLabel); + this.Controls.Add(this.label1); + this.Controls.Add(this.resultButton); + this.Name = "SampleGenerateResultControl"; + this.Size = new System.Drawing.Size(439, 362); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button resultButton; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label queueSizeLabel; + } +} Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.cs =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.cs (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.cs 2009-02-14 01:29:23 UTC (rev 505) @@ -0,0 +1,74 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Text; +using System.Windows.Forms; +using AcmContester.Library.LibraryExtention.Data; +using System.Collections; + +namespace AcmContester.Plugins.HelperPlugins.SampleGenerateResultPlugin +{ + public partial class SampleGenerateResultControl : UserControl + { + SampleGenerateResultPlugin plugin; + public SampleGenerateResultControl() + { + InitializeComponent(); + resultButton.Enabled = false; + } + ArrayList list = new ArrayList(); + + + delegate void AddSubmitCallback(Submit submit); + public void AddSubmit(Submit submit) + { + if (this.InvokeRequired) + { + AddSubmitCallback d = new AddSubmitCallback(AddSubmit); + this.Invoke(d, new object[] { submit }); + } + else + { + lock(list) + list.Add(submit); + UpdateQueueLabelStatus(); + resultButton.Enabled = true; + } + } + + internal void SetPlugin(SampleGenerateResultPlugin sampleGenerateResultPlugin) + { + plugin = sampleGenerateResultPlugin; + } + + private void resultButton_Click(object sender, EventArgs e) + { + if (list.Count > 0) + { + Submit submit; + lock (list) + { + submit = (Submit)list[0]; + list.RemoveAt(0); + } + Result result = new Result(submit); + result.res = "Accepted"; + result.result = 1; + result.usedMemory = 0; + result.usedTime = 0; + result.compOutput = ""; + plugin.SendResult(result); + } + if (list.Count == 0) + resultButton.Enabled = false; + UpdateQueueLabelStatus(); + } + + private void UpdateQueueLabelStatus() + { + queueSizeLabel.Text = list.Count.ToString(); + } + } +} Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.resx =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.resx (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultControl.resx 2009-02-14 01:29:23 UTC (rev 505) @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> +</root> \ No newline at end of file Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.cs =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.cs (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.cs 2009-02-14 01:29:23 UTC (rev 505) @@ -0,0 +1,31 @@ +using System; +using AcmContester.Plugins.PluginsFramework; +using AcmContester.Library.LibraryExtention; +using AcmContester.Library.LibraryExtention.Data; + +namespace AcmContester.Plugins.HelperPlugins.SampleGenerateResultPlugin +{ + public class SampleGenerateResultPlugin : BaseMediatorPlugin + { + public SampleGenerateResultPlugin() + { + base.Control = new SampleGenerateResultControl(); + ((SampleGenerateResultControl)base.Control).SetPlugin(this); + } + public override void Send(SystemMessage message) + { + if (message.IsType("TestingSubmitList") == true) + { + SubmitList submitList = SubmitList.CreateFromXml(message.Message); + for (int index = 0; index < submitList.SubmitItems.Length; index++) + ((SampleGenerateResultControl)base.Control).AddSubmit(submitList.SubmitItems[index]); + } + } + + internal void SendResult(Result result) + { + SystemMessage message = new SystemMessage(result.ToStringX(), "TestingResult"); + base.DataArrived(message); + } + } +} Added: ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.csproj =================================================================== --- ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.csproj (rev 0) +++ ACMServer/trunk/ACMServer/Plugins/HelperPlugins/SampleGenerateResultPlugin/SampleGenerateResultPlugin.csproj 2009-02-14 01:29:23 UTC (rev 505) @@ -0,0 +1,75 @@ +<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>{30873194-24C0-424F-A662-FD0A97223A56}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>AcmContester.Plugins.HelperPlugins.SampleGenerateResultPlugin</RootNamespace> + <AssemblyName>SampleGenerateResultPlugin</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.Drawing" /> + <Reference Include="System.Windows.Forms" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="SampleGenerateResultControl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="SampleGenerateResultControl.Designer.cs"> + <DependentUpon>SampleGenerateResultControl.cs</DependentUpon> + </Compile> + <Compile Include="SampleGenerateResultPlugin.cs" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\..\Library\Data\Data.csproj"> + <Project>{30C0EFA3-36A8-4C6F-8FEC-28F771D4933F}</Project> + <Name>Data</Name> + </ProjectReference> + <ProjectReference Include="..\..\..\Library\LibraryExtention\LibraryExtention.csproj"> + <Project>{A8135069-F8BA-4E5D-835F-3FF3F350AA5D}</Project> + <Name>LibraryExtention</Name> + </ProjectReference> + <ProjectReference Include="..\..\PluginsFramework\PluginsFramework.csproj"> + <Project>{69FB4176-F298-4AF7-B714-B6758AA9A58E}</Project> + <Name>PluginsFramework</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="SampleGenerateResultControl.resx"> + <SubType>Designer</SubType> + <DependentUpon>SampleGenerateResultControl.cs</DependentUpon> + </EmbeddedResource> + </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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |