markus / ConvertService / ServiceBase / DocItemCheck / DocItemCheck.csproj @ 9e974b65
이력 | 보기 | 이력해설 | 다운로드 (4.67 KB)
1 | a72d2650 | taeseongkim | <?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 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | a72d2650 | taeseongkim | <FileAlignment>512</FileAlignment> |
14 | <Deterministic>true</Deterministic> |
||
15 | 43e1d368 | taeseongkim | <TargetFrameworkProfile /> |
16 | <NuGetPackageImportStamp> |
||
17 | </NuGetPackageImportStamp> |
||
18 | a5e5fff6 | taeseongkim | <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 | a72d2650 | taeseongkim | </PropertyGroup> |
34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
35 | <DebugSymbols>true</DebugSymbols> |
||
36 | <DebugType>full</DebugType> |
||
37 | <Optimize>false</Optimize> |
||
38 | 950e6b84 | taeseongkim | <OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath> |
39 | a72d2650 | taeseongkim | <DefineConstants>DEBUG;TRACE</DefineConstants> |
40 | <ErrorReport>prompt</ErrorReport> |
||
41 | <WarningLevel>4</WarningLevel> |
||
42 | 43e1d368 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
43 | a72d2650 | taeseongkim | </PropertyGroup> |
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | 950e6b84 | taeseongkim | <OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath> |
48 | a72d2650 | taeseongkim | <DefineConstants>TRACE</DefineConstants> |
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
51 | </PropertyGroup> |
||
52 | b4a1c7ff | taeseongkim | <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 | a72d2650 | taeseongkim | <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 | a5e5fff6 | taeseongkim | <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 | 43e1d368 | taeseongkim | </ProjectReference> |
85 | a72d2650 | taeseongkim | <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 | c740ccc7 | taeseongkim | <Content Include="Log.config"> |
93 | <SubType>Designer</SubType> |
||
94 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
95 | </Content> |
||
96 | 43e1d368 | taeseongkim | </ItemGroup> |
97 | <ItemGroup> |
||
98 | <PackageReference Include="log4net"> |
||
99 | 65674874 | taeseongkim | <Version>2.0.15</Version> |
100 | 43e1d368 | taeseongkim | </PackageReference> |
101 | a72d2650 | taeseongkim | </ItemGroup> |
102 | a5e5fff6 | taeseongkim | <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 | a72d2650 | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
110 | </Project> |