프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Data / ID2.Manager.Data.csproj @ 08499f5f

이력 | 보기 | 이력해설 | 다운로드 (3.45 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>{B17C0800-40F4-40E2-B5A6-D366D9C2E0F6}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>ID2.Manager.Data</RootNamespace>
12
    <AssemblyName>ID2.Manager.Data</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
  <ItemGroup>
53
    <Reference Include="System" />
54
    <Reference Include="System.ComponentModel.DataAnnotations" />
55
    <Reference Include="System.Core" />
56
    <Reference Include="System.Runtime.Serialization" />
57
    <Reference Include="System.Xml.Linq" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="Microsoft.CSharp" />
60
    <Reference Include="System.Data" />
61
    <Reference Include="System.Net.Http" />
62
    <Reference Include="System.Xml" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Compile Include="HashCodeHelper.cs" />
66
    <Compile Include="Models\AttFileInfo.cs" />
67
    <Compile Include="Models\ExcelData.cs" />
68
    <Compile Include="Models\ExcelDataInfo.cs" />
69
    <Compile Include="Models\MarkupText.cs" />
70
    <Compile Include="Models\Documents.cs" />
71
    <Compile Include="Models\ProjectInfo.cs" />
72
    <Compile Include="Models\UserInfo.cs" />
73
    <Compile Include="Properties\AssemblyInfo.cs" />
74
  </ItemGroup>
75
  <ItemGroup />
76
  <ItemGroup>
77
    <PackageReference Include="Newtonsoft.Json">
78
      <Version>13.0.3</Version>
79
    </PackageReference>
80
  </ItemGroup>
81
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)