markus / ConvertService / ServiceBase / TestDocumentInfo / TestDocumentInfo.csproj @ c8183702
이력 | 보기 | 이력해설 | 다운로드 (3.5 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</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\</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>bin\Release\</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="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
41 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
42 |
</Reference> |
43 |
<Reference Include="System" /> |
44 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
45 |
<Reference Include="System.Core" /> |
46 |
<Reference Include="System.Xml.Linq" /> |
47 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 |
<Reference Include="Microsoft.CSharp" /> |
49 |
<Reference Include="System.Data" /> |
50 |
<Reference Include="System.Net.Http" /> |
51 |
<Reference Include="System.Xml" /> |
52 |
</ItemGroup> |
53 |
<ItemGroup> |
54 |
<Compile Include="DocumentInfoProcess.cs" /> |
55 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
56 |
</ItemGroup> |
57 |
<ItemGroup> |
58 |
<None Include="App.config" /> |
59 |
<None Include="packages.config" /> |
60 |
</ItemGroup> |
61 |
<ItemGroup> |
62 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
63 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
64 |
<Name>Markus.Service.Convert.IPlugin</Name> |
65 |
</ProjectReference> |
66 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
67 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
68 |
<Name>Markus.Service.Extensions</Name> |
69 |
</ProjectReference> |
70 |
</ItemGroup> |
71 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 |
</Project> |