프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Dapper / ID2.Manager.Dapper.csproj @ 8164f84e

이력 | 보기 | 이력해설 | 다운로드 (2.78 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
  <ItemGroup>
35
    <Reference Include="System" />
36
    <Reference Include="System.ComponentModel.DataAnnotations" />
37
    <Reference Include="System.Core" />
38
    <Reference Include="System.Xml.Linq" />
39
    <Reference Include="System.Data.DataSetExtensions" />
40
    <Reference Include="Microsoft.CSharp" />
41
    <Reference Include="System.Data" />
42
    <Reference Include="System.Net.Http" />
43
    <Reference Include="System.Xml" />
44
  </ItemGroup>
45
  <ItemGroup>
46
    <Compile Include="IBaseRepository.cs" />
47
    <Compile Include="Properties\AssemblyInfo.cs" />
48
    <Compile Include="Repository\BaseRepository.cs" />
49
    <Compile Include="Repository\UserRepository.cs" />
50
  </ItemGroup>
51
  <ItemGroup />
52
  <ItemGroup>
53
    <PackageReference Include="Dapper">
54
      <Version>2.0.90</Version>
55
    </PackageReference>
56
    <PackageReference Include="Newtonsoft.Json">
57
      <Version>13.0.3</Version>
58
    </PackageReference>
59
  </ItemGroup>
60
  <ItemGroup>
61
    <ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj">
62
      <Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project>
63
      <Name>ID2.Manager.Data</Name>
64
    </ProjectReference>
65
  </ItemGroup>
66
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
</Project>