프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.DataBase.Dapper / Markus.Service.DataBase.Dapper.csproj @ c1597feb

이력 | 보기 | 이력해설 | 다운로드 (6.43 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>{F835DD07-7F0C-4DBD-A596-F3110D187421}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service.DataBase</RootNamespace>
11
    <AssemblyName>Markus.Service.DataBase.Dapper</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
    <IsWebBootstrapper>false</IsWebBootstrapper>
17
    <PublishUrl>게시\</PublishUrl>
18
    <Install>true</Install>
19
    <InstallFrom>Disk</InstallFrom>
20
    <UpdateEnabled>false</UpdateEnabled>
21
    <UpdateMode>Foreground</UpdateMode>
22
    <UpdateInterval>7</UpdateInterval>
23
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24
    <UpdatePeriodically>false</UpdatePeriodically>
25
    <UpdateRequired>false</UpdateRequired>
26
    <MapFileExtensions>true</MapFileExtensions>
27
    <ApplicationRevision>0</ApplicationRevision>
28
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29
    <UseApplicationTrust>false</UseApplicationTrust>
30
    <BootstrapperEnabled>true</BootstrapperEnabled>
31
  </PropertyGroup>
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33
    <DebugSymbols>true</DebugSymbols>
34
    <DebugType>full</DebugType>
35
    <Optimize>false</Optimize>
36
    <OutputPath>bin\Debug\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <PlatformTarget>x64</PlatformTarget>
41
  </PropertyGroup>
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43
    <DebugType>pdbonly</DebugType>
44
    <Optimize>true</Optimize>
45
    <OutputPath>bin\Release\</OutputPath>
46
    <DefineConstants>TRACE</DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>4</WarningLevel>
49
  </PropertyGroup>
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
51
    <DebugSymbols>true</DebugSymbols>
52
    <OutputPath>bin\x64\Debug\</OutputPath>
53
    <DefineConstants>TRACE;DEBUG;IDE0038</DefineConstants>
54
    <DebugType>full</DebugType>
55
    <PlatformTarget>AnyCPU</PlatformTarget>
56
    <LangVersion>7.3</LangVersion>
57
    <ErrorReport>prompt</ErrorReport>
58
  </PropertyGroup>
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
60
    <OutputPath>bin\x64\Release\</OutputPath>
61
    <DefineConstants>TRACE</DefineConstants>
62
    <Optimize>true</Optimize>
63
    <DebugType>pdbonly</DebugType>
64
    <PlatformTarget>x64</PlatformTarget>
65
    <LangVersion>7.3</LangVersion>
66
    <ErrorReport>prompt</ErrorReport>
67
  </PropertyGroup>
68
  <PropertyGroup>
69
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
70
  </PropertyGroup>
71
  <ItemGroup>
72
    <Reference Include="System" />
73
    <Reference Include="System.ComponentModel.DataAnnotations" />
74
    <Reference Include="System.Core" />
75
    <Reference Include="System.Data.Linq" />
76
    <Reference Include="System.Runtime.Serialization" />
77
    <Reference Include="System.Xml.Linq" />
78
    <Reference Include="Microsoft.CSharp" />
79
    <Reference Include="System.Data" />
80
    <Reference Include="System.Net.Http" />
81
    <Reference Include="System.Xml" />
82
  </ItemGroup>
83
  <ItemGroup>
84
    <Compile Include="DBMSType.cs" />
85
    <Compile Include="dbTypeConvert.cs" />
86
    <Compile Include="Entities\ConvertDoc.cs" />
87
    <Compile Include="Entities\DOCINFO.cs" />
88
    <Compile Include="Entities\DOCPAGE.cs" />
89
    <Compile Include="Entities\DOCUMENTITEM.cs" />
90
    <Compile Include="Entities\PROPERTIES.cs" />
91
    <Compile Include="Entities\SERVICEPROPERTIES.cs" />
92
    <Compile Include="Extensions.cs" />
93
    <Compile Include="MixParameters.cs" />
94
    <Compile Include="PropertiesTypeDefine.cs" />
95
    <Compile Include="Properties\AssemblyInfo.cs" />
96
    <Compile Include="RepositoriesInterfaces\IConvertDocRepository.cs" />
97
    <Compile Include="RepositoriesInterfaces\IDOCINFORepository.cs" />
98
    <Compile Include="RepositoriesInterfaces\IDOCPAGERepository.cs" />
99
    <Compile Include="RepositoriesInterfaces\IDOCUMENTITEMRepository.cs" />
100
    <Compile Include="RepositoriesInterfaces\IPROPERTIESRepository.cs" />
101
    <Compile Include="RepositoriesInterfaces\ISERVICEPROPERTIESRepository.cs" />
102
    <Compile Include="Repositories\BaseRepository.cs" />
103
    <Compile Include="Repositories\ConvertDocRepository.cs" />
104
    <Compile Include="Repositories\DOCINFORepository.cs" />
105
    <Compile Include="Repositories\DOCPAGERepository.cs" />
106
    <Compile Include="Repositories\DOCUMENTITEMRepository.cs" />
107
    <Compile Include="Repositories\PROPERTIESRepository.cs" />
108
    <Compile Include="Repositories\SERVICEPROPERTIESRepository.cs" />
109
    <Compile Include="sqlParameter.cs" />
110
  </ItemGroup>
111
  <ItemGroup>
112
    <PackageReference Include="Dapper">
113
      <Version>2.0.123</Version>
114
    </PackageReference>
115
    <PackageReference Include="Dapper.ParameterExtensions">
116
      <Version>2022.7.7.1</Version>
117
    </PackageReference>
118
    <PackageReference Include="Markus.Message">
119
      <Version>2.0.0</Version>
120
    </PackageReference>
121
    <PackageReference Include="Npgsql">
122
      <Version>4.1.12</Version>
123
    </PackageReference>
124
  </ItemGroup>
125
  <ItemGroup>
126
    <ProjectReference Include="..\Markus.Service.ConvertPath\Markus.Service.ConvertPath.csproj">
127
      <Project>{049371b3-816c-4104-9386-2f830b6ba7e5}</Project>
128
      <Name>Markus.Service.ConvertPath</Name>
129
    </ProjectReference>
130
  </ItemGroup>
131
  <ItemGroup>
132
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
133
      <Visible>False</Visible>
134
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
135
      <Install>true</Install>
136
    </BootstrapperPackage>
137
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
138
      <Visible>False</Visible>
139
      <ProductName>.NET Framework 3.5 SP1</ProductName>
140
      <Install>false</Install>
141
    </BootstrapperPackage>
142
  </ItemGroup>
143
  <ItemGroup>
144
    <Folder Include="Handler\" />
145
    <Folder Include="Providers\" />
146
  </ItemGroup>
147
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)