markus / ConvertService / ServiceBase / TestDocumentInfo / TestDocumentInfo.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (3.49 KB)
1 | dfc86b71 | taeseongkim | <?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 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | dfc86b71 | taeseongkim | <FileAlignment>512</FileAlignment> |
14 | <Deterministic>true</Deterministic> |
||
15 | 43e1d368 | taeseongkim | <TargetFrameworkProfile /> |
16 | <NuGetPackageImportStamp> |
||
17 | </NuGetPackageImportStamp> |
||
18 | dfc86b71 | taeseongkim | </PropertyGroup> |
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
20 | <DebugSymbols>true</DebugSymbols> |
||
21 | <DebugType>full</DebugType> |
||
22 | <Optimize>false</Optimize> |
||
23 | 950e6b84 | taeseongkim | <OutputPath>..\publish\Plugin\TestDocumentInfo\</OutputPath> |
24 | dfc86b71 | taeseongkim | <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 | 950e6b84 | taeseongkim | <OutputPath>..\publish\Plugin\TestDocumentInfo\</OutputPath> |
32 | dfc86b71 | taeseongkim | <DefineConstants>TRACE</DefineConstants> |
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | </PropertyGroup> |
||
36 | b4a1c7ff | taeseongkim | <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 | dfc86b71 | taeseongkim | <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 | a5e5fff6 | taeseongkim | <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj"> |
69 | <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project> |
||
70 | <Name>Markus.Service.DataBase.Dapper</Name> |
||
71 | </ProjectReference> |
||
72 | dfc86b71 | taeseongkim | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
73 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
74 | <Name>Markus.Service.Extensions</Name> |
||
75 | </ProjectReference> |
||
76 | </ItemGroup> |
||
77 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
78 | </Project> |