markus / ConvertService / ServiceBase / Markus.Service.DataBase.Dapper / Markus.Service.DataBase.Dapper.csproj @ 0a64fa85
이력 | 보기 | 이력해설 | 다운로드 (6.27 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>DEBUG;TRACE</DefineConstants> |
54 |
<DebugType>full</DebugType> |
55 |
<PlatformTarget>x64</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="Entities\ConvertDoc.cs" /> |
85 |
<Compile Include="Entities\DOCINFO.cs" /> |
86 |
<Compile Include="Entities\DOCPAGE.cs" /> |
87 |
<Compile Include="Entities\DOCUMENTITEM.cs" /> |
88 |
<Compile Include="Entities\PROPERTIES.cs" /> |
89 |
<Compile Include="Entities\SERVICEPROPERTIES.cs" /> |
90 |
<Compile Include="Extensions.cs" /> |
91 |
<Compile Include="PropertiesTypeDefine.cs" /> |
92 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
93 |
<Compile Include="RepositoriesInterfaces\IConvertDocRepository.cs" /> |
94 |
<Compile Include="RepositoriesInterfaces\IDOCINFORepository.cs" /> |
95 |
<Compile Include="RepositoriesInterfaces\IDOCPAGERepository.cs" /> |
96 |
<Compile Include="RepositoriesInterfaces\IDOCUMENTITEMRepository.cs" /> |
97 |
<Compile Include="RepositoriesInterfaces\IPROPERTIESRepository.cs" /> |
98 |
<Compile Include="RepositoriesInterfaces\ISERVICEPROPERTIESRepository.cs" /> |
99 |
<Compile Include="Repositories\BaseRepository.cs" /> |
100 |
<Compile Include="Repositories\ConvertDocRepository.cs" /> |
101 |
<Compile Include="Repositories\DOCINFORepository.cs" /> |
102 |
<Compile Include="Repositories\DOCPAGERepository.cs" /> |
103 |
<Compile Include="Repositories\DOCUMENTITEMRepository.cs" /> |
104 |
<Compile Include="Repositories\PROPERTIESRepository.cs" /> |
105 |
<Compile Include="Repositories\SERVICEPROPERTIESRepository.cs" /> |
106 |
<Compile Include="sqlParameter.cs" /> |
107 |
</ItemGroup> |
108 |
<ItemGroup> |
109 |
<PackageReference Include="Dapper"> |
110 |
<Version>2.0.123</Version> |
111 |
</PackageReference> |
112 |
<PackageReference Include="Dapper.ParameterExtensions"> |
113 |
<Version>2022.7.7.1</Version> |
114 |
</PackageReference> |
115 |
<PackageReference Include="Markus.Message"> |
116 |
<Version>2.0.0</Version> |
117 |
</PackageReference> |
118 |
<PackageReference Include="System.ValueTuple"> |
119 |
<Version>4.5.0</Version> |
120 |
</PackageReference> |
121 |
</ItemGroup> |
122 |
<ItemGroup> |
123 |
<ProjectReference Include="..\Markus.Service.ConvertPath\Markus.Service.ConvertPath.csproj"> |
124 |
<Project>{049371b3-816c-4104-9386-2f830b6ba7e5}</Project> |
125 |
<Name>Markus.Service.ConvertPath</Name> |
126 |
</ProjectReference> |
127 |
</ItemGroup> |
128 |
<ItemGroup> |
129 |
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
130 |
<Visible>False</Visible> |
131 |
<ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName> |
132 |
<Install>true</Install> |
133 |
</BootstrapperPackage> |
134 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
135 |
<Visible>False</Visible> |
136 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
137 |
<Install>false</Install> |
138 |
</BootstrapperPackage> |
139 |
</ItemGroup> |
140 |
<ItemGroup> |
141 |
<Folder Include="Providers\" /> |
142 |
</ItemGroup> |
143 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
144 |
</Project> |