개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/DocItemCheck/DocItemCheck.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>DocItemCheck</RootNamespace> |
11 | 11 |
<AssemblyName>DocItemCheck</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
12 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 |
<TargetFrameworkProfile /> |
|
16 |
<NuGetPackageImportStamp> |
|
17 |
</NuGetPackageImportStamp> |
|
15 | 18 |
</PropertyGroup> |
16 | 19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 20 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
21 | 24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 25 |
<ErrorReport>prompt</ErrorReport> |
23 | 26 |
<WarningLevel>4</WarningLevel> |
27 |
<PlatformTarget>x64</PlatformTarget> |
|
24 | 28 |
</PropertyGroup> |
25 | 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 30 |
<DebugType>pdbonly</DebugType> |
... | ... | |
31 | 35 |
<WarningLevel>4</WarningLevel> |
32 | 36 |
</PropertyGroup> |
33 | 37 |
<ItemGroup> |
34 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
35 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
36 |
</Reference> |
|
37 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
38 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
39 |
</Reference> |
|
40 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
|
41 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
|
42 |
</Reference> |
|
43 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
44 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
|
45 |
</Reference> |
|
46 | 38 |
<Reference Include="System" /> |
47 | 39 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
48 | 40 |
<Reference Include="System.Core" /> |
... | ... | |
62 | 54 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
63 | 55 |
<Name>Markus.Service.Convert.IPlugin</Name> |
64 | 56 |
</ProjectReference> |
57 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
|
58 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
|
59 |
<Name>Markus.Service.DataBase</Name> |
|
60 |
</ProjectReference> |
|
65 | 61 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
66 | 62 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
67 | 63 |
<Name>Markus.Service.Extensions</Name> |
... | ... | |
73 | 69 |
<SubType>Designer</SubType> |
74 | 70 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
75 | 71 |
</Content> |
76 |
<None Include="packages.config" /> |
|
72 |
</ItemGroup> |
|
73 |
<ItemGroup> |
|
74 |
<PackageReference Include="EntityFramework"> |
|
75 |
<Version>6.4.4</Version> |
|
76 |
</PackageReference> |
|
77 |
<PackageReference Include="log4net"> |
|
78 |
<Version>2.0.8</Version> |
|
79 |
</PackageReference> |
|
77 | 80 |
</ItemGroup> |
78 | 81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
79 | 82 |
</Project> |
내보내기 Unified diff