You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
7.2 KiB
154 lines
7.2 KiB
9 months ago
|
<?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>
|
||
|
<ProjectGuid>{85353779-7A79-4A4E-8AD3-776F97AF4BBC}</ProjectGuid>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>FY.TaskServer</RootNamespace>
|
||
|
<AssemblyName>FY.TaskServer</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||
|
<PublishUrl>publish\</PublishUrl>
|
||
|
<Install>true</Install>
|
||
|
<InstallFrom>Disk</InstallFrom>
|
||
|
<UpdateEnabled>false</UpdateEnabled>
|
||
|
<UpdateMode>Foreground</UpdateMode>
|
||
|
<UpdateInterval>7</UpdateInterval>
|
||
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||
|
<UpdateRequired>false</UpdateRequired>
|
||
|
<MapFileExtensions>true</MapFileExtensions>
|
||
|
<ApplicationRevision>0</ApplicationRevision>
|
||
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<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' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="FluentScheduler, Version=5.3.0.0, Culture=neutral, PublicKeyToken=b76503528a14ebd1, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\FluentScheduler.5.3.0\lib\net40\FluentScheduler.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="FY.TaskScheduler, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>..\..\lib\FY.TaskScheduler.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="FY.Topshelf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>..\..\lib\FY.Topshelf.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="M2Mqtt.Net, Version=4.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\M2Mqtt.4.3.0.0\lib\net45\M2Mqtt.Net.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="ServiceStack.Common, Version=3.9.71.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Common.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="ServiceStack.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\ServiceStack.Common.3.9.71\lib\net35\ServiceStack.Interfaces.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="ServiceStack.Redis, Version=3.9.71.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\ServiceStack.Redis.3.9.71\lib\net35\ServiceStack.Redis.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="ServiceStack.Text, Version=3.9.11.0, Culture=neutral, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\ServiceStack.Text.3.9.11\lib\net35\ServiceStack.Text.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Runtime.Serialization" />
|
||
|
<Reference Include="System.ServiceModel" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||
|
<Reference Include="Microsoft.CSharp" />
|
||
|
<Reference Include="System.Data" />
|
||
|
<Reference Include="System.Net.Http" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
<Reference Include="Topshelf, Version=3.3.154.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\Topshelf.3.3.1\lib\net40-full\Topshelf.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Job\MyTask.cs" />
|
||
|
<Compile Include="Program.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="ServiceConfig.Designer.cs">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||
|
<DependentUpon>ServiceConfig.settings</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Topshelf\ServiceRunner.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="packages.config" />
|
||
|
<None Include="App.config" />
|
||
|
<Content Include="log4net.config" />
|
||
|
<None Include="ServiceConfig.settings">
|
||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||
|
<LastGenOutput>ServiceConfig.Designer.cs</LastGenOutput>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\BLL\BLL.csproj">
|
||
|
<Project>{0f01523d-a42d-4c78-9e9d-cb1ee6d67c69}</Project>
|
||
|
<Name>BLL</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\DALFactory\DALFactory.csproj">
|
||
|
<Project>{ff818f76-7885-4827-acc3-6c4a624a7597}</Project>
|
||
|
<Name>DALFactory</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\FYMQTT\FYMQTT.csproj">
|
||
|
<Project>{55fb12a0-f6e9-491e-9801-b071d4a7e325}</Project>
|
||
|
<Name>FYMQTT</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\IDAL\IDAL.csproj">
|
||
|
<Project>{13cfa5e4-1e96-4cf4-99aa-63ee86b7c40b}</Project>
|
||
|
<Name>IDAL</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\Model\Model.csproj">
|
||
|
<Project>{ac7bcb86-1285-41e2-9266-bf7155d72f25}</Project>
|
||
|
<Name>Model</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\ClassLib\ZHYQ\OracleDAL\OracleDAL.csproj">
|
||
|
<Project>{00a4efce-690f-4323-a708-213b6a819ecf}</Project>
|
||
|
<Name>OracleDAL</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<WCFMetadata Include="Service References\" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||
|
<Visible>False</Visible>
|
||
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||
|
<Install>false</Install>
|
||
|
</BootstrapperPackage>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildToolsPath)\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>
|