개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/TestDocumentInfo/TestDocumentInfo.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>TestDocumentInfo</RootNamespace> |
11 | 11 |
<AssemblyName>TestDocumentInfo</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> |
... | ... | |
31 | 34 |
<WarningLevel>4</WarningLevel> |
32 | 35 |
</PropertyGroup> |
33 | 36 |
<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="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
41 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
|
42 |
</Reference> |
|
43 | 37 |
<Reference Include="System" /> |
44 | 38 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
45 | 39 |
<Reference Include="System.Core" /> |
... | ... | |
56 | 50 |
</ItemGroup> |
57 | 51 |
<ItemGroup> |
58 | 52 |
<None Include="App.config" /> |
59 |
<None Include="packages.config" /> |
|
60 | 53 |
</ItemGroup> |
61 | 54 |
<ItemGroup> |
62 | 55 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
... | ... | |
68 | 61 |
<Name>Markus.Service.Extensions</Name> |
69 | 62 |
</ProjectReference> |
70 | 63 |
</ItemGroup> |
64 |
<ItemGroup> |
|
65 |
<PackageReference Include="EntityFramework"> |
|
66 |
<Version>6.4.4</Version> |
|
67 |
</PackageReference> |
|
68 |
<PackageReference Include="Markus.EntityModel"> |
|
69 |
<Version>1.0.0</Version> |
|
70 |
</PackageReference> |
|
71 |
</ItemGroup> |
|
71 | 72 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 | 73 |
</Project> |
내보내기 Unified diff