markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ 30d84e1a
이력 | 보기 | 이력해설 | 다운로드 (6.65 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.6.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>x64</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</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 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
73 |
<OutputPath>bin\ReleaseAll_XI\</OutputPath> |
74 |
<DefineConstants>TRACE</DefineConstants> |
75 |
<Optimize>true</Optimize> |
76 |
<DebugType>pdbonly</DebugType> |
77 |
<PlatformTarget>AnyCPU</PlatformTarget> |
78 |
<LangVersion>7.3</LangVersion> |
79 |
<ErrorReport>prompt</ErrorReport> |
80 |
</PropertyGroup> |
81 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'"> |
82 |
<OutputPath>bin\x64\ReleaseAll_XI\</OutputPath> |
83 |
<DefineConstants>TRACE;XI_C_AND_A</DefineConstants> |
84 |
<Optimize>true</Optimize> |
85 |
<DebugType>pdbonly</DebugType> |
86 |
<PlatformTarget>x64</PlatformTarget> |
87 |
<LangVersion>7.3</LangVersion> |
88 |
<ErrorReport>prompt</ErrorReport> |
89 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
90 |
</PropertyGroup> |
91 |
<ItemGroup> |
92 |
<Reference Include="System" /> |
93 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
94 |
<Reference Include="System.Core" /> |
95 |
<Reference Include="System.Runtime.Serialization" /> |
96 |
<Reference Include="System.Security" /> |
97 |
<Reference Include="System.Xml.Linq" /> |
98 |
<Reference Include="System.Data.DataSetExtensions" /> |
99 |
<Reference Include="Microsoft.CSharp" /> |
100 |
<Reference Include="System.Data" /> |
101 |
<Reference Include="System.Net.Http" /> |
102 |
<Reference Include="System.Xml" /> |
103 |
</ItemGroup> |
104 |
<ItemGroup> |
105 |
<Compile Include="ConvertDatabase.cs" /> |
106 |
<Compile Include="Data\ViewInfo.cs" /> |
107 |
<Compile Include="Extentions\MarkusAPI.cs" /> |
108 |
<Compile Include="PropertiesTableDefine.cs" /> |
109 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
110 |
<Compile Include="Properties\Settings.Designer.cs"> |
111 |
<AutoGen>True</AutoGen> |
112 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
113 |
<DependentUpon>Settings.settings</DependentUpon> |
114 |
</Compile> |
115 |
</ItemGroup> |
116 |
<ItemGroup> |
117 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
118 |
<Visible>False</Visible> |
119 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
120 |
<Install>false</Install> |
121 |
</BootstrapperPackage> |
122 |
</ItemGroup> |
123 |
<ItemGroup> |
124 |
<None Include="App.Config"> |
125 |
<SubType>Designer</SubType> |
126 |
</None> |
127 |
<None Include="Properties\Settings.settings"> |
128 |
<Generator>SettingsSingleFileGenerator</Generator> |
129 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
130 |
</None> |
131 |
</ItemGroup> |
132 |
<ItemGroup> |
133 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
134 |
</ItemGroup> |
135 |
<ItemGroup> |
136 |
<PackageReference Include="EntityFramework"> |
137 |
<Version>6.4.4</Version> |
138 |
</PackageReference> |
139 |
<PackageReference Include="Markus.EntityModel"> |
140 |
<Version>1.0.0</Version> |
141 |
</PackageReference> |
142 |
<PackageReference Include="Markus.Message"> |
143 |
<Version>2.0.1</Version> |
144 |
</PackageReference> |
145 |
<PackageReference Include="Newtonsoft.Json"> |
146 |
<Version>12.0.2</Version> |
147 |
</PackageReference> |
148 |
</ItemGroup> |
149 |
<ItemGroup> |
150 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
151 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
152 |
<Name>Markus.Service.Interface</Name> |
153 |
</ProjectReference> |
154 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
155 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
156 |
<Name>Markus.Service.Extensions</Name> |
157 |
</ProjectReference> |
158 |
</ItemGroup> |
159 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
160 |
</Project> |