개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/Markus.Service.Extensions/Markus.Service.Extensions.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>Markus.Service.Extensions</RootNamespace> |
11 | 11 |
<AssemblyName>Markus.Service.Extensions</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
12 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 | 15 |
<NuGetPackageImportStamp> |
16 | 16 |
</NuGetPackageImportStamp> |
17 |
<TargetFrameworkProfile /> |
|
17 | 18 |
</PropertyGroup> |
18 | 19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 20 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
51 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 | 53 |
</PropertyGroup> |
53 | 54 |
<ItemGroup> |
54 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
|
55 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
|
56 |
</Reference> |
|
57 | 55 |
<Reference Include="System" /> |
58 | 56 |
<Reference Include="System.Core" /> |
59 | 57 |
<Reference Include="System.Management" /> |
... | ... | |
88 | 86 |
<Compile Include="Helper\UriHelper.cs" /> |
89 | 87 |
</ItemGroup> |
90 | 88 |
<ItemGroup> |
91 |
<None Include="packages.config" /> |
|
89 |
<PackageReference Include="Microsoft.CSharp"> |
|
90 |
<Version>4.5.0</Version> |
|
91 |
</PackageReference> |
|
92 |
<PackageReference Include="Salaros.ConfigParser"> |
|
93 |
<Version>0.3.8</Version> |
|
94 |
</PackageReference> |
|
92 | 95 |
</ItemGroup> |
93 | 96 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
94 | 97 |
</Project> |
내보내기 Unified diff