개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/PlugInTest/PlugInTest.csproj | ||
---|---|---|
8 | 8 |
<OutputType>Exe</OutputType> |
9 | 9 |
<RootNamespace>PlugInTest</RootNamespace> |
10 | 10 |
<AssemblyName>PlugInTest</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<Deterministic>true</Deterministic> |
14 | 14 |
<PublishUrl>게시\</PublishUrl> |
... | ... | |
26 | 26 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
27 | 27 |
<UseApplicationTrust>false</UseApplicationTrust> |
28 | 28 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
29 |
<TargetFrameworkProfile /> |
|
30 |
<NuGetPackageImportStamp> |
|
31 |
</NuGetPackageImportStamp> |
|
29 | 32 |
</PropertyGroup> |
30 | 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
31 | 34 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
55 | 58 |
<StartupObject>PlugInTest.Program</StartupObject> |
56 | 59 |
</PropertyGroup> |
57 | 60 |
<ItemGroup> |
58 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
|
59 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
|
60 |
<Private>True</Private> |
|
61 |
</Reference> |
|
62 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
63 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
64 |
</Reference> |
|
65 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
66 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
67 |
</Reference> |
|
68 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
|
69 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
|
70 |
</Reference> |
|
71 | 61 |
<Reference Include="System" /> |
72 | 62 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
73 | 63 |
<Reference Include="System.Core" /> |
... | ... | |
91 | 81 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
92 | 82 |
</None> |
93 | 83 |
<None Include="App.config" /> |
94 |
<None Include="packages.config" /> |
|
95 | 84 |
</ItemGroup> |
96 | 85 |
<ItemGroup> |
97 | 86 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
... | ... | |
113 | 102 |
<Install>false</Install> |
114 | 103 |
</BootstrapperPackage> |
115 | 104 |
</ItemGroup> |
105 |
<ItemGroup> |
|
106 |
<PackageReference Include="EntityFramework"> |
|
107 |
<Version>6.4.4</Version> |
|
108 |
</PackageReference> |
|
109 |
<PackageReference Include="log4net"> |
|
110 |
<Version>2.0.8</Version> |
|
111 |
</PackageReference> |
|
112 |
<PackageReference Include="Microsoft.CSharp"> |
|
113 |
<Version>4.5.0</Version> |
|
114 |
</PackageReference> |
|
115 |
<PackageReference Include="Salaros.ConfigParser"> |
|
116 |
<Version>0.3.8</Version> |
|
117 |
</PackageReference> |
|
118 |
</ItemGroup> |
|
116 | 119 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
117 | 120 |
<PropertyGroup> |
118 | 121 |
<PreBuildEvent> |
내보내기 Unified diff