markus / ConvertService / ServiceBase / DocItemCheck / DocItemCheck.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (3.48 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.5.1</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<Deterministic>true</Deterministic> |
15 |
<TargetFrameworkProfile /> |
16 |
<NuGetPackageImportStamp> |
17 |
</NuGetPackageImportStamp> |
18 |
</PropertyGroup> |
19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 |
<DebugSymbols>true</DebugSymbols> |
21 |
<DebugType>full</DebugType> |
22 |
<Optimize>false</Optimize> |
23 |
<OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath> |
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<WarningLevel>4</WarningLevel> |
27 |
<PlatformTarget>x64</PlatformTarget> |
28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>..\publish\Plugin\DocItemCheck\</OutputPath> |
33 |
<DefineConstants>TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<ItemGroup> |
38 |
<Reference Include="System" /> |
39 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
40 |
<Reference Include="System.Core" /> |
41 |
<Reference Include="System.Xml.Linq" /> |
42 |
<Reference Include="System.Data.DataSetExtensions" /> |
43 |
<Reference Include="Microsoft.CSharp" /> |
44 |
<Reference Include="System.Data" /> |
45 |
<Reference Include="System.Net.Http" /> |
46 |
<Reference Include="System.Xml" /> |
47 |
</ItemGroup> |
48 |
<ItemGroup> |
49 |
<Compile Include="DocumentItemCheck.cs" /> |
50 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
51 |
</ItemGroup> |
52 |
<ItemGroup> |
53 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
54 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
55 |
<Name>Markus.Service.Convert.IPlugin</Name> |
56 |
</ProjectReference> |
57 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
58 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
59 |
<Name>Markus.Service.DataBase</Name> |
60 |
</ProjectReference> |
61 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
62 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
63 |
<Name>Markus.Service.Extensions</Name> |
64 |
</ProjectReference> |
65 |
</ItemGroup> |
66 |
<ItemGroup> |
67 |
<None Include="App.config" /> |
68 |
<Content Include="Log.config"> |
69 |
<SubType>Designer</SubType> |
70 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
71 |
</Content> |
72 |
</ItemGroup> |
73 |
<ItemGroup> |
74 |
<PackageReference Include="EntityFramework"> |
75 |
<Version>6.4.4</Version> |
76 |
</PackageReference> |
77 |
<PackageReference Include="log4net"> |
78 |
<Version>2.0.8</Version> |
79 |
</PackageReference> |
80 |
</ItemGroup> |
81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 |
</Project> |