markus / ConvertService / ServiceBase / TestDocumentInfo / TestDocumentInfo.csproj @ b4a1c7ff
이력 | 보기 | 이력해설 | 다운로드 (3.49 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 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
37 |
<OutputPath>bin\ReleaseAll_XI\</OutputPath> |
38 |
<DefineConstants>TRACE</DefineConstants> |
39 |
<Optimize>true</Optimize> |
40 |
<DebugType>pdbonly</DebugType> |
41 |
<PlatformTarget>AnyCPU</PlatformTarget> |
42 |
<LangVersion>7.3</LangVersion> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
</PropertyGroup> |
45 |
<ItemGroup> |
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="DocumentInfoProcess.cs" /> |
58 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
59 |
</ItemGroup> |
60 |
<ItemGroup> |
61 |
<None Include="App.config" /> |
62 |
</ItemGroup> |
63 |
<ItemGroup> |
64 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
65 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
66 |
<Name>Markus.Service.Convert.IPlugin</Name> |
67 |
</ProjectReference> |
68 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
69 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
70 |
<Name>Markus.Service.Extensions</Name> |
71 |
</ProjectReference> |
72 |
</ItemGroup> |
73 |
<ItemGroup> |
74 |
<PackageReference Include="EntityFramework"> |
75 |
<Version>6.4.4</Version> |
76 |
</PackageReference> |
77 |
<PackageReference Include="Markus.EntityModel"> |
78 |
<Version>1.0.0</Version> |
79 |
</PackageReference> |
80 |
</ItemGroup> |
81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 |
</Project> |