개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
DataBase/EntityModel/Markus.EntityModel.csproj | ||
---|---|---|
8 | 8 |
<OutputType>Library</OutputType> |
9 | 9 |
<RootNamespace>Markus.EntityModel</RootNamespace> |
10 | 10 |
<AssemblyName>Markus.EntityModel</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>publish\</PublishUrl> |
... | ... | |
26 | 26 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
27 | 27 |
<UseApplicationTrust>false</UseApplicationTrust> |
28 | 28 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
29 |
<NuGetPackageImportStamp> |
|
30 |
</NuGetPackageImportStamp> |
|
31 |
<TargetFrameworkProfile /> |
|
29 | 32 |
</PropertyGroup> |
30 | 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
31 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
34 |
<PlatformTarget>x64</PlatformTarget>
|
|
32 | 35 |
<DebugSymbols>true</DebugSymbols> |
33 | 36 |
<DebugType>full</DebugType> |
34 | 37 |
<Optimize>false</Optimize> |
... | ... | |
59 | 62 |
<None Include="MarkusModel.edmx.diagram"> |
60 | 63 |
<DependentUpon>MarkusModel.edmx</DependentUpon> |
61 | 64 |
</None> |
62 |
<None Include="packages.config" /> |
|
63 | 65 |
</ItemGroup> |
64 | 66 |
<ItemGroup> |
65 | 67 |
<Content Include="MarkusDB.mdf" /> |
... | ... | |
154 | 156 |
<Compile Include="PROPERTIES.cs"> |
155 | 157 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
156 | 158 |
</Compile> |
159 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
157 | 160 |
<Compile Include="RUN_PROJECTS.cs"> |
158 | 161 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
159 | 162 |
</Compile> |
... | ... | |
171 | 174 |
</Compile> |
172 | 175 |
</ItemGroup> |
173 | 176 |
<ItemGroup> |
174 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
175 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
176 |
</Reference> |
|
177 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
178 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
179 |
</Reference> |
|
180 | 177 |
<Reference Include="System" /> |
181 | 178 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
182 | 179 |
<Reference Include="System.Data" /> |
... | ... | |
194 | 191 |
<Install>false</Install> |
195 | 192 |
</BootstrapperPackage> |
196 | 193 |
</ItemGroup> |
194 |
<ItemGroup> |
|
195 |
<PackageReference Include="EntityFramework"> |
|
196 |
<Version>6.4.4</Version> |
|
197 |
</PackageReference> |
|
198 |
</ItemGroup> |
|
197 | 199 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
198 | 200 |
</Project> |
내보내기 Unified diff