프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / DocItemCheck / DocItemCheck.csproj @ 65674874

이력 | 보기 | 이력해설 | 다운로드 (4.67 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>{2F7115C0-6414-46DB-B2E5-C941099B7737}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>DocItemCheck</RootNamespace>
11
    <AssemblyName>DocItemCheck</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
    <PublishUrl>게시\</PublishUrl>
19
    <Install>true</Install>
20
    <InstallFrom>Disk</InstallFrom>
21
    <UpdateEnabled>false</UpdateEnabled>
22
    <UpdateMode>Foreground</UpdateMode>
23
    <UpdateInterval>7</UpdateInterval>
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25
    <UpdatePeriodically>false</UpdatePeriodically>
26
    <UpdateRequired>false</UpdateRequired>
27
    <MapFileExtensions>true</MapFileExtensions>
28
    <ApplicationRevision>0</ApplicationRevision>
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30
    <IsWebBootstrapper>false</IsWebBootstrapper>
31
    <UseApplicationTrust>false</UseApplicationTrust>
32
    <BootstrapperEnabled>true</BootstrapperEnabled>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35
    <DebugSymbols>true</DebugSymbols>
36
    <DebugType>full</DebugType>
37
    <Optimize>false</Optimize>
38
    <OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <ErrorReport>prompt</ErrorReport>
41
    <WarningLevel>4</WarningLevel>
42
    <PlatformTarget>x64</PlatformTarget>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <DebugType>pdbonly</DebugType>
46
    <Optimize>true</Optimize>
47
    <OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath>
48
    <DefineConstants>TRACE</DefineConstants>
49
    <ErrorReport>prompt</ErrorReport>
50
    <WarningLevel>4</WarningLevel>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
53
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
54
    <DefineConstants>TRACE</DefineConstants>
55
    <Optimize>true</Optimize>
56
    <DebugType>pdbonly</DebugType>
57
    <PlatformTarget>AnyCPU</PlatformTarget>
58
    <LangVersion>7.3</LangVersion>
59
    <ErrorReport>prompt</ErrorReport>
60
  </PropertyGroup>
61
  <ItemGroup>
62
    <Reference Include="System" />
63
    <Reference Include="System.ComponentModel.DataAnnotations" />
64
    <Reference Include="System.Core" />
65
    <Reference Include="System.Xml.Linq" />
66
    <Reference Include="System.Data.DataSetExtensions" />
67
    <Reference Include="Microsoft.CSharp" />
68
    <Reference Include="System.Data" />
69
    <Reference Include="System.Net.Http" />
70
    <Reference Include="System.Xml" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <Compile Include="DocumentItemCheck.cs" />
74
    <Compile Include="Properties\AssemblyInfo.cs" />
75
  </ItemGroup>
76
  <ItemGroup>
77
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
78
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
79
      <Name>Markus.Service.Convert.IPlugin</Name>
80
    </ProjectReference>
81
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
82
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
83
      <Name>Markus.Service.DataBase.Dapper</Name>
84
    </ProjectReference>
85
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
86
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
87
      <Name>Markus.Service.Extensions</Name>
88
    </ProjectReference>
89
  </ItemGroup>
90
  <ItemGroup>
91
    <None Include="App.config" />
92
    <Content Include="Log.config">
93
      <SubType>Designer</SubType>
94
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
95
    </Content>
96
  </ItemGroup>
97
  <ItemGroup>
98
    <PackageReference Include="log4net">
99
      <Version>2.0.15</Version>
100
    </PackageReference>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
104
      <Visible>False</Visible>
105
      <ProductName>.NET Framework 3.5 SP1</ProductName>
106
      <Install>false</Install>
107
    </BootstrapperPackage>
108
  </ItemGroup>
109
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)