프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Controller / ID2.Manager.Controller.csproj @ 54796052

이력 | 보기 | 이력해설 | 다운로드 (3.76 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>{83DACC10-43B1-4E38-ABEF-E5EF9492A82D}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>ID2.Manager.Controller</RootNamespace>
11
    <AssemblyName>ID2.Manager.Controller</AssemblyName>
12
    <TargetFrameworkVersion>v4.8</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>bin\Debug\</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
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34
    <DebugSymbols>true</DebugSymbols>
35
    <OutputPath>bin\x64\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <DebugType>full</DebugType>
38
    <PlatformTarget>x64</PlatformTarget>
39
    <LangVersion>7.3</LangVersion>
40
    <ErrorReport>prompt</ErrorReport>
41
  </PropertyGroup>
42
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
43
    <OutputPath>bin\x64\Release\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <Optimize>true</Optimize>
46
    <DebugType>pdbonly</DebugType>
47
    <PlatformTarget>x64</PlatformTarget>
48
    <LangVersion>7.3</LangVersion>
49
    <ErrorReport>prompt</ErrorReport>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="System" />
53
    <Reference Include="System.Configuration" />
54
    <Reference Include="System.Core" />
55
    <Reference Include="System.Xml.Linq" />
56
    <Reference Include="System.Data.DataSetExtensions" />
57
    <Reference Include="Microsoft.CSharp" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Net.Http" />
60
    <Reference Include="System.Xml" />
61
  </ItemGroup>
62
  <ItemGroup>
63
    <Compile Include="Controllers\BaseController.cs" />
64
    <Compile Include="Controllers\DocumentController.cs" />
65
    <Compile Include="Controllers\FileController.cs" />
66
    <Compile Include="Controllers\MarkusInfoController.cs" />
67
    <Compile Include="Controllers\ProjectController.cs" />
68
    <Compile Include="Controllers\UserController.cs" />
69
    <Compile Include="Properties\AssemblyInfo.cs" />
70
  </ItemGroup>
71
  <ItemGroup>
72
    <ProjectReference Include="..\ID2.Manager.Dapper\ID2.Manager.Dapper.csproj">
73
      <Project>{6d22aaa8-d584-43f4-b71c-b32c5c9288ed}</Project>
74
      <Name>ID2.Manager.Dapper</Name>
75
    </ProjectReference>
76
    <ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj">
77
      <Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project>
78
      <Name>ID2.Manager.Data</Name>
79
    </ProjectReference>
80
  </ItemGroup>
81
  <ItemGroup>
82
    <PackageReference Include="Newtonsoft.Json">
83
      <Version>13.0.3</Version>
84
    </PackageReference>
85
  </ItemGroup>
86
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)