개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/ConnectionStringBuild/ConnectionStringBuild.csproj | ||
---|---|---|
8 | 8 |
<OutputType>WinExe</OutputType> |
9 | 9 |
<RootNamespace>ConnectionStringBuild</RootNamespace> |
10 | 10 |
<AssemblyName>ConnectionStringBuild</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 |
<WarningLevel>4</WarningLevel> |
15 | 15 |
<Deterministic>true</Deterministic> |
16 |
<TargetFrameworkProfile /> |
|
17 |
<NuGetPackageImportStamp> |
|
18 |
</NuGetPackageImportStamp> |
|
16 | 19 |
</PropertyGroup> |
17 | 20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 21 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
26 | 29 |
<Prefer32Bit>false</Prefer32Bit> |
27 | 30 |
</PropertyGroup> |
28 | 31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
32 |
<PlatformTarget>x64</PlatformTarget>
|
|
30 | 33 |
<DebugType>pdbonly</DebugType> |
31 | 34 |
<Optimize>true</Optimize> |
32 | 35 |
<OutputPath>..\publish\Tools\ConnectionStringBuild\</OutputPath> |
... | ... | |
36 | 39 |
<Prefer32Bit>false</Prefer32Bit> |
37 | 40 |
</PropertyGroup> |
38 | 41 |
<ItemGroup> |
39 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
40 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
41 |
</Reference> |
|
42 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
43 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
44 |
</Reference> |
|
45 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
46 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
|
47 |
</Reference> |
|
48 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL"> |
|
49 |
<HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath> |
|
50 |
</Reference> |
|
51 | 42 |
<Reference Include="System" /> |
52 | 43 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
53 | 44 |
<Reference Include="System.Data" /> |
... | ... | |
73 | 64 |
<Generator>MSBuild:Compile</Generator> |
74 | 65 |
<SubType>Designer</SubType> |
75 | 66 |
</Page> |
76 |
<Compile Include="..\Markus.Service.Extensions\Exntensions\Encrypt.cs"> |
|
77 |
<Link>Encrypt.cs</Link> |
|
78 |
</Compile> |
|
79 | 67 |
<Compile Include="App.xaml.cs"> |
80 | 68 |
<DependentUpon>App.xaml</DependentUpon> |
81 | 69 |
<SubType>Code</SubType> |
... | ... | |
103 | 91 |
<Generator>ResXFileCodeGenerator</Generator> |
104 | 92 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
105 | 93 |
</EmbeddedResource> |
106 |
<None Include="packages.config" /> |
|
107 | 94 |
<None Include="Properties\Settings.settings"> |
108 | 95 |
<Generator>SettingsSingleFileGenerator</Generator> |
109 | 96 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
... | ... | |
126 | 113 |
<Name>Markus.Service.Extensions</Name> |
127 | 114 |
</ProjectReference> |
128 | 115 |
</ItemGroup> |
116 |
<ItemGroup> |
|
117 |
<PackageReference Include="EntityFramework"> |
|
118 |
<Version>6.4.4</Version> |
|
119 |
</PackageReference> |
|
120 |
<PackageReference Include="Markus.EntityModel"> |
|
121 |
<Version>1.0.0</Version> |
|
122 |
</PackageReference> |
|
123 |
<PackageReference Include="Microsoft.CSharp"> |
|
124 |
<Version>4.5.0</Version> |
|
125 |
</PackageReference> |
|
126 |
</ItemGroup> |
|
129 | 127 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
130 | 128 |
</Project> |
내보내기 Unified diff