markus / ConvertService / ServiceBase / TestDocumentInfo / TestDocumentInfo.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (3.11 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>{8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>TestDocumentInfo</RootNamespace> |
11 |
<AssemblyName>TestDocumentInfo</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\TestDocumentInfo\</OutputPath> |
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<WarningLevel>4</WarningLevel> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<DebugType>pdbonly</DebugType> |
30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>..\publish\Plugin\TestDocumentInfo\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="System" /> |
38 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
39 |
<Reference Include="System.Core" /> |
40 |
<Reference Include="System.Xml.Linq" /> |
41 |
<Reference Include="System.Data.DataSetExtensions" /> |
42 |
<Reference Include="Microsoft.CSharp" /> |
43 |
<Reference Include="System.Data" /> |
44 |
<Reference Include="System.Net.Http" /> |
45 |
<Reference Include="System.Xml" /> |
46 |
</ItemGroup> |
47 |
<ItemGroup> |
48 |
<Compile Include="DocumentInfoProcess.cs" /> |
49 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
50 |
</ItemGroup> |
51 |
<ItemGroup> |
52 |
<None Include="App.config" /> |
53 |
</ItemGroup> |
54 |
<ItemGroup> |
55 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
56 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
57 |
<Name>Markus.Service.Convert.IPlugin</Name> |
58 |
</ProjectReference> |
59 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
60 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
61 |
<Name>Markus.Service.Extensions</Name> |
62 |
</ProjectReference> |
63 |
</ItemGroup> |
64 |
<ItemGroup> |
65 |
<PackageReference Include="EntityFramework"> |
66 |
<Version>6.4.4</Version> |
67 |
</PackageReference> |
68 |
<PackageReference Include="Markus.EntityModel"> |
69 |
<Version>1.0.0</Version> |
70 |
</PackageReference> |
71 |
</ItemGroup> |
72 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
73 |
</Project> |