프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / JobScheduler / JobScheduler.csproj @ 5532bcc0

이력 | 보기 | 이력해설 | 다운로드 (4.43 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{44A14CE4-40B2-4EA4-9F49-9666D05EF08D}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>JobScheduler</RootNamespace>
10
    <AssemblyName>JobScheduler</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>AnyCPU</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>..\publish\JobScheduler\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
36
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
37
    <DefineConstants>TRACE</DefineConstants>
38
    <Optimize>true</Optimize>
39
    <DebugType>pdbonly</DebugType>
40
    <PlatformTarget>AnyCPU</PlatformTarget>
41
    <LangVersion>7.3</LangVersion>
42
    <ErrorReport>prompt</ErrorReport>
43
    <Prefer32Bit>true</Prefer32Bit>
44
  </PropertyGroup>
45
  <ItemGroup>
46
    <Reference Include="ConfigParser, Version=0.3.8.2, Culture=neutral, processorArchitecture=MSIL">
47
      <HintPath>..\packages\Salaros.ConfigParser.0.3.8\lib\net45\ConfigParser.dll</HintPath>
48
    </Reference>
49
    <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
50
      <HintPath>..\packages\log4net.2.0.15\lib\net45\log4net.dll</HintPath>
51
    </Reference>
52
    <Reference Include="System" />
53
    <Reference Include="System.Configuration" />
54
    <Reference Include="System.Core" />
55
    <Reference Include="System.Web" />
56
    <Reference Include="System.Xml.Linq" />
57
    <Reference Include="System.Data.DataSetExtensions" />
58
    <Reference Include="Microsoft.CSharp" />
59
    <Reference Include="System.Data" />
60
    <Reference Include="System.Net.Http" />
61
    <Reference Include="System.Xml" />
62
  </ItemGroup>
63
  <ItemGroup>
64
    <Compile Include="..\Markus.Service.Convert\Plugin.cs">
65
      <Link>Plugin.cs</Link>
66
    </Compile>
67
    <Compile Include="Program.cs" />
68
    <Compile Include="Properties\AssemblyInfo.cs" />
69
  </ItemGroup>
70
  <ItemGroup>
71
    <None Include="..\Markus.Service.Station\Plugin.ini">
72
      <Link>Plugin.ini</Link>
73
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
74
    </None>
75
    <None Include="App.config" />
76
    <Content Include="Log.config">
77
      <SubType>Designer</SubType>
78
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
79
    </Content>
80
    <None Include="packages.config" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
84
      <Project>{A5BA7325-379C-4CCB-B156-1704FC2175E3}</Project>
85
      <Name>Markus.Service.Convert.IPlugin</Name>
86
    </ProjectReference>
87
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
88
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
89
      <Name>Markus.Service.Extensions</Name>
90
    </ProjectReference>
91
  </ItemGroup>
92
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
  <PropertyGroup>
94
    <PostBuildEvent>xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\DocItemCheck.*" "$(ProjectDir)$(OutDir)Plugin"
95
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*Entity*.*" "$(ProjectDir)$(OutDir)Plugin"
96
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\log4net*.*" "$(ProjectDir)$(OutDir)Plugin"
97
</PostBuildEvent>
98
  </PropertyGroup>
99
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)