hytos / ID2.Manager / ID2.Manager.Controller / ID2.Manager.Controller.csproj @ dfb9a03c
이력 | 보기 | 이력해설 | 다운로드 (4.8 KB)
1 | 8164f84e | yoush97 | <?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 | 73a686e6 | taeseongkim | <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 | 13a36357 | humkyung | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
52 | <DebugSymbols>true</DebugSymbols> |
||
53 | <OutputPath>bin\x86\Debug\</OutputPath> |
||
54 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
55 | <DebugType>full</DebugType> |
||
56 | <PlatformTarget>x86</PlatformTarget> |
||
57 | <LangVersion>7.3</LangVersion> |
||
58 | <ErrorReport>prompt</ErrorReport> |
||
59 | </PropertyGroup> |
||
60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
61 | <OutputPath>bin\x86\Release\</OutputPath> |
||
62 | <DefineConstants>TRACE</DefineConstants> |
||
63 | <Optimize>true</Optimize> |
||
64 | <DebugType>pdbonly</DebugType> |
||
65 | <PlatformTarget>x86</PlatformTarget> |
||
66 | <LangVersion>7.3</LangVersion> |
||
67 | <ErrorReport>prompt</ErrorReport> |
||
68 | </PropertyGroup> |
||
69 | 8164f84e | yoush97 | <ItemGroup> |
70 | <Reference Include="System" /> |
||
71 | <Reference Include="System.Configuration" /> |
||
72 | <Reference Include="System.Core" /> |
||
73 | <Reference Include="System.Xml.Linq" /> |
||
74 | <Reference Include="System.Data.DataSetExtensions" /> |
||
75 | <Reference Include="Microsoft.CSharp" /> |
||
76 | <Reference Include="System.Data" /> |
||
77 | <Reference Include="System.Net.Http" /> |
||
78 | <Reference Include="System.Xml" /> |
||
79 | </ItemGroup> |
||
80 | <ItemGroup> |
||
81 | 37b10cc3 | yoush97 | <Compile Include="Controllers\AttFileController.cs" /> |
82 | 8164f84e | yoush97 | <Compile Include="Controllers\BaseController.cs" /> |
83 | 5898479a | yoush97 | <Compile Include="Controllers\DocumentController.cs" /> |
84 | 8eca8767 | taeseongkim | <Compile Include="Controllers\ExcelDataController.cs" /> |
85 | be2dacfc | yoush97 | <Compile Include="Controllers\ID2Controller.cs" /> |
86 | c112c3c3 | taeseongkim | <Compile Include="Controllers\MarkusInfoController.cs" /> |
87 | cab8a4a1 | yoush97 | <Compile Include="Controllers\ProjectController.cs" /> |
88 | 8164f84e | yoush97 | <Compile Include="Controllers\UserController.cs" /> |
89 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
90 | </ItemGroup> |
||
91 | <ItemGroup> |
||
92 | b6abb7b8 | yoush97 | <ProjectReference Include="..\ID2.Manager.Common\ID2.Manager.Common.csproj"> |
93 | <Project>{d5abdf40-ca97-4b5a-a08c-63d7d53bca3a}</Project> |
||
94 | <Name>ID2.Manager.Common</Name> |
||
95 | </ProjectReference> |
||
96 | 8164f84e | yoush97 | <ProjectReference Include="..\ID2.Manager.Dapper\ID2.Manager.Dapper.csproj"> |
97 | <Project>{6d22aaa8-d584-43f4-b71c-b32c5c9288ed}</Project> |
||
98 | <Name>ID2.Manager.Dapper</Name> |
||
99 | </ProjectReference> |
||
100 | <ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj"> |
||
101 | <Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project> |
||
102 | <Name>ID2.Manager.Data</Name> |
||
103 | </ProjectReference> |
||
104 | </ItemGroup> |
||
105 | c112c3c3 | taeseongkim | <ItemGroup> |
106 | <PackageReference Include="Newtonsoft.Json"> |
||
107 | <Version>13.0.3</Version> |
||
108 | </PackageReference> |
||
109 | </ItemGroup> |
||
110 | 8164f84e | yoush97 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
111 | </Project> |