markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (5.95 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>{400736FB-92C9-4BC0-B447-E8274103D813}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>Markus.Service.DataBase</RootNamespace> |
11 |
<AssemblyName>Markus.Service.DataBase</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<Deterministic>true</Deterministic> |
15 |
<PublishUrl>publish\</PublishUrl> |
16 |
<Install>true</Install> |
17 |
<InstallFrom>Disk</InstallFrom> |
18 |
<UpdateEnabled>false</UpdateEnabled> |
19 |
<UpdateMode>Foreground</UpdateMode> |
20 |
<UpdateInterval>7</UpdateInterval> |
21 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
22 |
<UpdatePeriodically>false</UpdatePeriodically> |
23 |
<UpdateRequired>false</UpdateRequired> |
24 |
<MapFileExtensions>true</MapFileExtensions> |
25 |
<ApplicationRevision>0</ApplicationRevision> |
26 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
27 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
28 |
<UseApplicationTrust>false</UseApplicationTrust> |
29 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
30 |
<TargetFrameworkProfile /> |
31 |
<NuGetPackageImportStamp> |
32 |
</NuGetPackageImportStamp> |
33 |
</PropertyGroup> |
34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
35 |
<DebugSymbols>true</DebugSymbols> |
36 |
<DebugType>full</DebugType> |
37 |
<Optimize>false</Optimize> |
38 |
<OutputPath>bin\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<WarningLevel>4</WarningLevel> |
42 |
</PropertyGroup> |
43 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
44 |
<DebugType>pdbonly</DebugType> |
45 |
<Optimize>true</Optimize> |
46 |
<OutputPath>bin\Release\</OutputPath> |
47 |
<DefineConstants>TRACE</DefineConstants> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<WarningLevel>4</WarningLevel> |
50 |
</PropertyGroup> |
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
52 |
<DebugSymbols>true</DebugSymbols> |
53 |
<OutputPath>bin\x64\Debug\</OutputPath> |
54 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
<DebugType>full</DebugType> |
56 |
<PlatformTarget>AnyCPU</PlatformTarget> |
57 |
<ErrorReport>prompt</ErrorReport> |
58 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
59 |
</PropertyGroup> |
60 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
61 |
<OutputPath>bin\x64\Release\</OutputPath> |
62 |
<DefineConstants>TRACE;XI_C_AND_A</DefineConstants> |
63 |
<Optimize>true</Optimize> |
64 |
<DebugType>pdbonly</DebugType> |
65 |
<PlatformTarget>x64</PlatformTarget> |
66 |
<ErrorReport>prompt</ErrorReport> |
67 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
68 |
</PropertyGroup> |
69 |
<PropertyGroup> |
70 |
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> |
71 |
</PropertyGroup> |
72 |
<ItemGroup> |
73 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL"> |
74 |
<SpecificVersion>False</SpecificVersion> |
75 |
<HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
76 |
</Reference> |
77 |
<Reference Include="System" /> |
78 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
79 |
<Reference Include="System.Core" /> |
80 |
<Reference Include="System.Runtime.Serialization" /> |
81 |
<Reference Include="System.Security" /> |
82 |
<Reference Include="System.Xml.Linq" /> |
83 |
<Reference Include="System.Data.DataSetExtensions" /> |
84 |
<Reference Include="Microsoft.CSharp" /> |
85 |
<Reference Include="System.Data" /> |
86 |
<Reference Include="System.Net.Http" /> |
87 |
<Reference Include="System.Xml" /> |
88 |
</ItemGroup> |
89 |
<ItemGroup> |
90 |
<Compile Include="ConvertDatabase.cs" /> |
91 |
<Compile Include="Data\ViewInfo.cs" /> |
92 |
<Compile Include="Extentions\MarkusAPI.cs" /> |
93 |
<Compile Include="PropertiesTableDefine.cs" /> |
94 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
95 |
<Compile Include="Properties\Settings.Designer.cs"> |
96 |
<AutoGen>True</AutoGen> |
97 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
98 |
<DependentUpon>Settings.settings</DependentUpon> |
99 |
</Compile> |
100 |
</ItemGroup> |
101 |
<ItemGroup> |
102 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
103 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
104 |
<Name>Markus.Service.Interface</Name> |
105 |
</ProjectReference> |
106 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
107 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
108 |
<Name>Markus.Service.Extensions</Name> |
109 |
</ProjectReference> |
110 |
</ItemGroup> |
111 |
<ItemGroup> |
112 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
113 |
<Visible>False</Visible> |
114 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
115 |
<Install>false</Install> |
116 |
</BootstrapperPackage> |
117 |
</ItemGroup> |
118 |
<ItemGroup> |
119 |
<None Include="App.Config"> |
120 |
<SubType>Designer</SubType> |
121 |
</None> |
122 |
<None Include="Properties\Settings.settings"> |
123 |
<Generator>SettingsSingleFileGenerator</Generator> |
124 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
125 |
</None> |
126 |
</ItemGroup> |
127 |
<ItemGroup> |
128 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
129 |
</ItemGroup> |
130 |
<ItemGroup> |
131 |
<PackageReference Include="EntityFramework"> |
132 |
<Version>6.4.4</Version> |
133 |
</PackageReference> |
134 |
<PackageReference Include="Markus.EntityModel"> |
135 |
<Version>1.0.0</Version> |
136 |
</PackageReference> |
137 |
<PackageReference Include="Newtonsoft.Json"> |
138 |
<Version>12.0.2</Version> |
139 |
</PackageReference> |
140 |
</ItemGroup> |
141 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
142 |
</Project> |