개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/Markus.Service.DataBase/Markus.Service.DataBase.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>Markus.Service.DataBase</RootNamespace> |
11 | 11 |
<AssemblyName>Markus.Service.DataBase</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
12 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 | 15 |
<PublishUrl>publish\</PublishUrl> |
... | ... | |
27 | 27 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
28 | 28 |
<UseApplicationTrust>false</UseApplicationTrust> |
29 | 29 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
30 |
<TargetFrameworkProfile /> |
|
31 |
<NuGetPackageImportStamp> |
|
32 |
</NuGetPackageImportStamp> |
|
30 | 33 |
</PropertyGroup> |
31 | 34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
32 | 35 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
50 | 53 |
<OutputPath>bin\x64\Debug\</OutputPath> |
51 | 54 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
52 | 55 |
<DebugType>full</DebugType> |
53 |
<PlatformTarget>x64</PlatformTarget>
|
|
56 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
54 | 57 |
<ErrorReport>prompt</ErrorReport> |
55 | 58 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
56 | 59 |
</PropertyGroup> |
57 | 60 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
58 | 61 |
<OutputPath>bin\x64\Release\</OutputPath> |
59 |
<DefineConstants>TRACE</DefineConstants> |
|
62 |
<DefineConstants>TRACE;XI_C_AND_A</DefineConstants>
|
|
60 | 63 |
<Optimize>true</Optimize> |
61 | 64 |
<DebugType>pdbonly</DebugType> |
62 | 65 |
<PlatformTarget>x64</PlatformTarget> |
63 | 66 |
<ErrorReport>prompt</ErrorReport> |
64 | 67 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
65 | 68 |
</PropertyGroup> |
69 |
<PropertyGroup> |
|
70 |
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> |
|
71 |
</PropertyGroup> |
|
66 | 72 |
<ItemGroup> |
67 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
68 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
69 |
</Reference> |
|
70 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
71 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
72 |
</Reference> |
|
73 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
74 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
|
75 |
</Reference> |
|
76 | 73 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL"> |
77 |
<HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath> |
|
78 |
</Reference> |
|
79 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
80 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
74 |
<SpecificVersion>False</SpecificVersion> |
|
75 |
<HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
|
81 | 76 |
</Reference> |
82 | 77 |
<Reference Include="System" /> |
83 | 78 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
... | ... | |
124 | 119 |
<None Include="App.Config"> |
125 | 120 |
<SubType>Designer</SubType> |
126 | 121 |
</None> |
127 |
<None Include="packages.config" /> |
|
128 | 122 |
<None Include="Properties\Settings.settings"> |
129 | 123 |
<Generator>SettingsSingleFileGenerator</Generator> |
130 | 124 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
... | ... | |
133 | 127 |
<ItemGroup> |
134 | 128 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
135 | 129 |
</ItemGroup> |
136 |
<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> |
|
137 | 141 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
138 | 142 |
</Project> |
내보내기 Unified diff