프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

issue #0000 코드 정리

Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939

차이점 보기:

DataBase/DatabseModelCRUDSampleDLL/DatabseModelCRUDSampleDLL.csproj
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
3 4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 5
  <PropertyGroup>
5 6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......
9 10
    <AppDesignerFolder>Properties</AppDesignerFolder>
10 11
    <RootNamespace>DatabseModelCRUDSampleDLL</RootNamespace>
11 12
    <AssemblyName>DatabseModelCRUDSampleDLL</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 14
    <FileAlignment>512</FileAlignment>
14 15
    <Deterministic>true</Deterministic>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
    <TargetFrameworkProfile />
15 19
  </PropertyGroup>
16 20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 21
    <DebugSymbols>true</DebugSymbols>
......
32 36
  </PropertyGroup>
33 37
  <ItemGroup>
34 38
    <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>
39
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
36 40
    </Reference>
37 41
    <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>
42
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
39 43
    </Reference>
40 44
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41 45
      <HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath>
......
59 63
    <None Include="packages.config" />
60 64
  </ItemGroup>
61 65
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67
    <PropertyGroup>
68
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
69
    </PropertyGroup>
70
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
71
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
72
  </Target>
73
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
62 74
</Project>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)