<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="14.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>{33766936-4425-4E2C-B196-A5C1772560E9}</ProjectGuid>
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>GTech.Solution.Api.WebSite</RootNamespace>
|
<AssemblyName>GTech.Solution.Api.WebSite</AssemblyName>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<UseIISExpress>true</UseIISExpress>
|
<IISExpressSSLPort />
|
<IISExpressAnonymousAuthentication />
|
<IISExpressWindowsAuthentication />
|
<IISExpressUseClassicPipelineMode />
|
<UseGlobalApplicationHostFile />
|
<Use64BitIISExpress />
|
</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>
|
</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>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>..\Library\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\Library\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="EPPlus">
|
<HintPath>..\Library\EPPlus.dll</HintPath>
|
</Reference>
|
<Reference Include="FTPMethod">
|
<HintPath>..\Library\FTPMethod.dll</HintPath>
|
</Reference>
|
<Reference Include="JWT, Version=7.0.0.0, Culture=neutral, PublicKeyToken=6f98bca0f40f2ecf, processorArchitecture=MSIL">
|
<HintPath>..\packages\JWT.7.3.0\lib\net46\JWT.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.Agent.Intercept, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.1.2.1\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.DependencyCollector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.0.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.PerfCounterCollector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.0.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.ServerTelemetryChannel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.0.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.0.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.AI.WindowsServer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.0.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.ApplicationInsights, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\packages\Microsoft.ApplicationInsights.2.0.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="MySql.Data, Version=8.0.19.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\Library\MySql.Data.dll</HintPath>
|
</Reference>
|
<Reference Include="MySql.Data.Entity.EF6">
|
<HintPath>..\Library\MySql.Data.Entity.EF6.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="SQLite.CodeFirst">
|
<HintPath>..\Library\SQLite.CodeFirst.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite">
|
<HintPath>..\Library\System.Data.SQLite.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.EF6">
|
<HintPath>..\Library\System.Data.SQLite.EF6.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.Linq">
|
<HintPath>..\Library\System.Data.SQLite.Linq.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Web.DynamicData" />
|
<Reference Include="System.Web.Entity" />
|
<Reference Include="System.Web.ApplicationServices" />
|
<Reference Include="System" />
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.EnterpriseServices" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.ServiceModel.Web" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Web.Extensions" />
|
<Reference Include="System.Web.Services" />
|
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml.Linq" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Global.asax" />
|
<Content Include="scripts\ai.0.22.9-build00167.js" />
|
<Content Include="scripts\ai.0.22.9-build00167.min.js" />
|
<Content Include="TruckAlarm.svc" />
|
<Content Include="Web.config">
|
<SubType>Designer</SubType>
|
</Content>
|
<None Include="Properties\PublishProfiles\TMSAPI.pubxml" />
|
<None Include="Webhttps.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="ApiServicesBase.cs" />
|
<Compile Include="DatabaseContent\out_chemicals.cs" />
|
<Compile Include="DatabaseContent\out_light_cloud.cs" />
|
<Compile Include="DatabaseContent\out_meteorological.cs" />
|
<Compile Include="DatabaseContent\out_result.cs" />
|
<Compile Include="DatabaseContent\out_result_explosion.cs" />
|
<Compile Include="DatabaseContent\out_result_gas_cloud.cs" />
|
<Compile Include="DatabaseContent\out_result_heat_radiation.cs" />
|
<Compile Include="DatabaseContent\out_result_overburnt.cs" />
|
<Compile Include="DatabaseContent\out_scenar.cs" />
|
<Compile Include="DatabaseContent\out_source.cs" />
|
<Compile Include="DatabaseContent\out_source_exposure.cs" />
|
<Compile Include="DatabaseContent\out_source_gas.cs" />
|
<Compile Include="DatabaseContent\out_source_liquid.cs" />
|
<Compile Include="DatabaseContent\out_source_tank.cs" />
|
<Compile Include="DatabaseContent\out_surface.cs" />
|
<Compile Include="DatabaseContent\TDatabaseContext.cs" />
|
<Compile Include="Global.asax.cs">
|
<DependentUpon>Global.asax</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="TruckAlarm.svc.cs">
|
<DependentUpon>TruckAlarm.svc</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="App_Data\" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="packages.config" />
|
<Content Include="ApplicationInsights.config">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<None Include="Web.Debug.config">
|
<DependentUpon>Web.config</DependentUpon>
|
</None>
|
<None Include="Web.Release.config">
|
<DependentUpon>Web.config</DependentUpon>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\GTech.Solution.Api.Common\GTech.Solution.Api.Common.csproj">
|
<Project>{8f7dff8f-296b-457f-a667-941ee23abf0b}</Project>
|
<Name>GTech.Solution.Api.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\GTech.Solution.Api.Contract\GTech.Solution.Api.Contract.csproj">
|
<Project>{13b3bd45-ebd9-477d-bf78-472dd065e7a2}</Project>
|
<Name>GTech.Solution.Api.Contract</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\GTech.Solution.Api.Domain\GTech.Solution.Api.Domain.csproj">
|
<Project>{4a2930de-7bf4-4368-b6ad-b74b9043da7d}</Project>
|
<Name>GTech.Solution.Api.Domain</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</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>2925</DevelopmentServerPort>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<IISUrl>http://localhost:2306/</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>
|