123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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>{FAA23BD2-2AB3-486B-9A87-B55BB686374A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>TaskSchedule</RootNamespace>
- <AssemblyName>TaskSchedule</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</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>
- <PlatformTarget>x86</PlatformTarget>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
- <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <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="Realize.cs" />
- <Compile Include="Singleton.cs" />
- <Compile Include="U8_to_Wang.cs" />
- <Compile Include="Class3.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Wang_to_U8.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="job_scheduling_data_2_0.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
- <Project>{710A103B-C368-4451-8534-7D61D4BDBAEB}</Project>
- <Name>cuidian.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
- <Project>{CEFFB85E-3264-4C29-9301-054310A49252}</Project>
- <Name>cuidian.Sql</Name>
- </ProjectReference>
- <ProjectReference Include="..\Logs\Logs.csproj">
- <Project>{df059a77-2f65-43f2-85bc-f6736c4ad606}</Project>
- <Name>Logs</Name>
- </ProjectReference>
- <ProjectReference Include="..\TempDbToUfida\TempDbToUfida.csproj">
- <Project>{9600D96C-2649-460B-B103-07E04E41ED63}</Project>
- <Name>TempDbToUfida</Name>
- </ProjectReference>
- <ProjectReference Include="..\TempDbToWang\TempDbToWang.csproj">
- <Project>{b2e2eaa4-e426-457f-b8b7-a037e49dd5f9}</Project>
- <Name>TempDbToWang</Name>
- </ProjectReference>
- <ProjectReference Include="..\UfidaToTempDb\UfidaToTempDb.csproj">
- <Project>{8725d3b2-12d6-43c9-9acd-73fcc38ee061}</Project>
- <Name>UfidaToTempDb</Name>
- </ProjectReference>
- <ProjectReference Include="..\WangToTempDb\WangToTempDb.csproj">
- <Project>{D216D08C-95C2-4DA0-870D-9EB3B3ACEBF7}</Project>
- <Name>WangToTempDb</Name>
- </ProjectReference>
- <ProjectReference Include="..\WangToUfida\WangToUfida.csproj">
- <Project>{34feab45-edd9-41e7-977a-29137b5b08bd}</Project>
- <Name>WangToUfida</Name>
- </ProjectReference>
- </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>
|