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