143 lines
6.7 KiB
XML
143 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{B233A390-43B5-4802-BD86-C0AE6C73E3DB}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MyCode.Project.ScheduleTask</RootNamespace>
|
|
<AssemblyName>MyCode.Project.ScheduleTask</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="C5">
|
|
<HintPath>..\Lib\C5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common.Log">
|
|
<HintPath>..\Lib\Common.Log.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common.Log.log4net">
|
|
<HintPath>..\Lib\Common.Log.log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common.Logging">
|
|
<HintPath>..\Lib\Common.Logging.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common.Logging.Core">
|
|
<HintPath>..\Lib\Common.Logging.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\Microsoft.Practices.Unity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Unity.Interception">
|
|
<HintPath>..\Lib\Microsoft.Practices.Unity.Interception.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Unity.Interception.Configuration">
|
|
<HintPath>..\Lib\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Quartz, Version=2.0.0.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\Quartz.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net.Http">
|
|
<HintPath>..\Lib\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime">
|
|
<HintPath>..\Lib\System.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="JobsHelp.cs" />
|
|
<Compile Include="Jobs\EveryPriority2Job.cs" />
|
|
<Compile Include="Jobs\EveryOtherJob.cs" />
|
|
<Compile Include="Jobs\OpenIdJob.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Jobs\EveryJob.cs" />
|
|
<Compile Include="UnityQuartz\QuartzUnityExtension.cs" />
|
|
<Compile Include="UnityQuartz\UnityJobFactory.cs" />
|
|
<Compile Include="UnityQuartz\UnitySchedulerFactory.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="JobConfig.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FrameWork\SqlSugar\SqlSugar.csproj">
|
|
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
|
<Name>SqlSugar</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.Domain\MyCode.Project.Domain.csproj">
|
|
<Project>{83c7dd85-ca0f-4250-a4ad-b31dd56b14f1}</Project>
|
|
<Name>MyCode.Project.Domain</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.Infrastructure\MyCode.Project.Infrastructure.csproj">
|
|
<Project>{b047e3d9-bc3b-4926-954a-0085ad847e75}</Project>
|
|
<Name>MyCode.Project.Infrastructure</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.OutSideService\MyCode.Project.OutSideService.csproj">
|
|
<Project>{bc7e3726-8f90-4ca9-9269-731987907051}</Project>
|
|
<Name>MyCode.Project.OutSideService</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.Repositories\MyCode.Project.Repositories.csproj">
|
|
<Project>{4b3da84d-1829-4896-bfa6-a9fa2e3d8f20}</Project>
|
|
<Name>MyCode.Project.Repositories</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.Services\MyCode.Project.Services.csproj">
|
|
<Project>{e8c28f68-ff6f-40cb-9806-ca198ac542ea}</Project>
|
|
<Name>MyCode.Project.Services</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |