<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>
|
</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{1E975DB8-481F-471C-81F7-BE45FE9EB702}</ProjectGuid>
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>WebserviceGS</RootNamespace>
|
<AssemblyName>WebserviceGS</AssemblyName>
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
<UseIISExpress>true</UseIISExpress>
|
<Use64BitIISExpress />
|
<IISExpressSSLPort>44347</IISExpressSSLPort>
|
<IISExpressAnonymousAuthentication />
|
<IISExpressWindowsAuthentication />
|
<IISExpressUseClassicPipelineMode />
|
<UseGlobalApplicationHostFile />
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.OracleClient" />
|
<Reference Include="System.Web.Extensions" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Xml" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Web.Services" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Xml.Linq" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
<None Include="Web.Debug.config">
|
<DependentUpon>Web.config</DependentUpon>
|
</None>
|
<None Include="Web.Release.config">
|
<DependentUpon>Web.config</DependentUpon>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Web.config" />
|
<Content Include="WebService1.asmx" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="DBorl.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="SQLHelperClass.cs" />
|
<Compile Include="WebService1.asmx.cs">
|
<DependentUpon>WebService1.asmx</DependentUpon>
|
<SubType>Component</SubType>
|
</Compile>
|
</ItemGroup>
|
<PropertyGroup>
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
</PropertyGroup>
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
<ProjectExtensions>
|
<VisualStudio>
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
<WebProjectProperties>
|
<UseIIS>True</UseIIS>
|
<AutoAssignPort>True</AutoAssignPort>
|
<DevelopmentServerPort>57264</DevelopmentServerPort>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<IISUrl>https://localhost:44347/</IISUrl>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
<UseCustomServer>False</UseCustomServer>
|
<CustomServerUrl>
|
</CustomServerUrl>
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
</WebProjectProperties>
|
</FlavorProperties>
|
</VisualStudio>
|
</ProjectExtensions>
|
<!-- 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>
|