프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Dapper / ID2.Manager.Dapper.csproj @ c381179c

이력 | 보기 | 이력해설 | 다운로드 (5.02 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<!--nuget add-->
3
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{6D22AAA8-D584-43F4-B71C-B32C5C9288ED}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>ID2.Manager.Dapper</RootNamespace>
12
    <AssemblyName>ID2.Manager.Dapper</AssemblyName>
13
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <Deterministic>true</Deterministic>
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
35
    <DebugSymbols>true</DebugSymbols>
36
    <OutputPath>bin\x64\Debug\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <DebugType>full</DebugType>
39
    <PlatformTarget>x64</PlatformTarget>
40
    <LangVersion>7.3</LangVersion>
41
    <ErrorReport>prompt</ErrorReport>
42
  </PropertyGroup>
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
44
    <OutputPath>bin\x64\Release\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <Optimize>true</Optimize>
47
    <DebugType>pdbonly</DebugType>
48
    <PlatformTarget>x64</PlatformTarget>
49
    <LangVersion>7.3</LangVersion>
50
    <ErrorReport>prompt</ErrorReport>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
53
    <DebugSymbols>true</DebugSymbols>
54
    <OutputPath>bin\x86\Debug\</OutputPath>
55
    <DefineConstants>DEBUG;TRACE</DefineConstants>
56
    <DebugType>full</DebugType>
57
    <PlatformTarget>x86</PlatformTarget>
58
    <LangVersion>7.3</LangVersion>
59
    <ErrorReport>prompt</ErrorReport>
60
  </PropertyGroup>
61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
62
    <OutputPath>bin\x86\Release\</OutputPath>
63
    <DefineConstants>TRACE</DefineConstants>
64
    <Optimize>true</Optimize>
65
    <DebugType>pdbonly</DebugType>
66
    <PlatformTarget>x86</PlatformTarget>
67
    <LangVersion>7.3</LangVersion>
68
    <ErrorReport>prompt</ErrorReport>
69
  </PropertyGroup>
70
  <ItemGroup>
71
    <Reference Include="System" />
72
    <Reference Include="System.ComponentModel.DataAnnotations" />
73
    <Reference Include="System.Core" />
74
    <Reference Include="System.Xml.Linq" />
75
    <Reference Include="System.Data.DataSetExtensions" />
76
    <Reference Include="Microsoft.CSharp" />
77
    <Reference Include="System.Data" />
78
    <Reference Include="System.Net.Http" />
79
    <Reference Include="System.Xml" />
80
  </ItemGroup>
81
  <ItemGroup>
82
    <Compile Include="DatabaseEnums.cs" />
83
    <Compile Include="Entities\ConvertDoc.cs" />
84
    <Compile Include="Entities\DocPage.cs" />
85
    <Compile Include="Entities\DOCUMENTITEM.cs" />
86
    <Compile Include="Entities\MEMBER.cs" />
87
    <Compile Include="IBaseRepository.cs" />
88
    <Compile Include="Properties\AssemblyInfo.cs" />
89
    <Compile Include="Repository\AttFileRepository.cs" />
90
    <Compile Include="Repository\BaseRepository.cs" />
91
    <Compile Include="Repository\DocumentRepository.cs" />
92
    <Compile Include="Repository\ExcelDataRepository.cs" />
93
    <Compile Include="Repository\ID2Repository.cs" />
94
    <Compile Include="Repository\MarkusRepository.cs" />
95
    <Compile Include="Repository\ProjectRepository.cs" />
96
    <Compile Include="Repository\UserRepository.cs" />
97
  </ItemGroup>
98
  <ItemGroup />
99
  <ItemGroup>
100
    <PackageReference Include="Dapper">
101
      <Version>2.0.90</Version>
102
    </PackageReference>
103
    <PackageReference Include="Dapper.ParameterExtensions">
104
      <Version>2018.12.7.1</Version>
105
    </PackageReference>
106
    <PackageReference Include="Newtonsoft.Json">
107
      <Version>13.0.3</Version>
108
    </PackageReference>
109
    <PackageReference Include="System.Data.SQLite">
110
      <Version>1.0.118</Version>
111
    </PackageReference>
112
  </ItemGroup>
113
  <ItemGroup>
114
    <ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj">
115
      <Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project>
116
      <Name>ID2.Manager.Data</Name>
117
    </ProjectReference>
118
  </ItemGroup>
119
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
120
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)