|
|
|
@ -1,41 +1,42 @@
@@ -1,41 +1,42 @@
|
|
|
|
|
<?xml version="1.0"?> |
|
|
|
|
<Template originator = "Jusin Dearing" |
|
|
|
|
created = "06/09/2006" |
|
|
|
|
lastModified = "06/09/2006"> |
|
|
|
|
created = "06/09/2006" |
|
|
|
|
lastModified = "06/09/2006"> |
|
|
|
|
|
|
|
|
|
<!-- Template Header --> |
|
|
|
|
<TemplateConfiguration> |
|
|
|
|
<Name>${res:Templates.Project.WebService.Name}</Name> |
|
|
|
|
<Category>C#</Category> |
|
|
|
|
<Subcategory>ASP.NET</Subcategory> |
|
|
|
|
<Icon>C#.Project.Form</Icon> |
|
|
|
|
<Description>${res:Templates.Project.WebService.Description}</Description> |
|
|
|
|
</TemplateConfiguration> |
|
|
|
|
<!-- Template Header --> |
|
|
|
|
<TemplateConfiguration> |
|
|
|
|
<Name>${res:Templates.Project.WebService.Name}</Name> |
|
|
|
|
<Category>C#</Category> |
|
|
|
|
<Subcategory>ASP.NET</Subcategory> |
|
|
|
|
<Icon>C#.Project.Form</Icon> |
|
|
|
|
<Description>${res:Templates.Project.WebService.Description}</Description> |
|
|
|
|
</TemplateConfiguration> |
|
|
|
|
|
|
|
|
|
<!-- Actions --> |
|
|
|
|
<Actions> |
|
|
|
|
<Open filename = "Default.asmx" /> |
|
|
|
|
<Open filename = "Soap.cs" /> |
|
|
|
|
</Actions> |
|
|
|
|
<!-- Actions --> |
|
|
|
|
<Actions> |
|
|
|
|
<Open filename = "Default.asmx" /> |
|
|
|
|
<Open filename = "Soap.cs" /> |
|
|
|
|
</Actions> |
|
|
|
|
|
|
|
|
|
<Project language = "C#"> |
|
|
|
|
<ProjectItems> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
<Reference Include="System.Web.Services" /> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
</ProjectItems> |
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<Project language = "C#"> |
|
|
|
|
<ProjectItems> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
<Reference Include="System.Web.Services" /> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
</ProjectItems> |
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<OutputPath>bin\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<OutputPath>bin\</OutputPath> |
|
|
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<Files> |
|
|
|
|
<File name="Soap.cs" DependentUpon="Default.asmx"><![CDATA[${StandardHeader.C#} |
|
|
|
|
<Files> |
|
|
|
|
<File name="Soap.cs" DependentUpon="Default.asmx"><![CDATA[${StandardHeader.C#} |
|
|
|
|
using System; |
|
|
|
|
using System.Data; |
|
|
|
|
using System.Web; |
|
|
|
@ -82,7 +83,7 @@ namespace ${StandardNamespace}
@@ -82,7 +83,7 @@ namespace ${StandardNamespace}
|
|
|
|
|
]]></File> |
|
|
|
|
<File name="Default.asmx" language="XML"><![CDATA[<%@ WebService Language="C#" Class="${StandardNamespace}.Soap,Soap" %>]]></File> |
|
|
|
|
<!--*************************************************************************--> |
|
|
|
|
<File name="Web.config" language="XML"><![CDATA[<?xml version="1.0"?> |
|
|
|
|
<File name="Web.config" language="XML"><![CDATA[<?xml version="1.0"?> |
|
|
|
|
<configuration> |
|
|
|
|
<appSettings/> |
|
|
|
|
<connectionStrings/> |
|
|
|
@ -115,6 +116,6 @@ namespace ${StandardNamespace}
@@ -115,6 +116,6 @@ namespace ${StandardNamespace}
|
|
|
|
|
</system.web> |
|
|
|
|
</configuration>]]></File> |
|
|
|
|
<File name="Properties\AssemblyInfo.cs" src="DefaultAssemblyInfo.cs" /> |
|
|
|
|
</Files> |
|
|
|
|
</Project> |
|
|
|
|
</Files> |
|
|
|
|
</Project> |
|
|
|
|
</Template> |
|
|
|
|