markus / DataBase / DatabseModelCRUDSampleDLL / DatabseModelCRUDSampleDLL.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (4.3 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
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')" /> |
4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 |
<PropertyGroup> |
6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 |
<ProjectGuid>{5A357291-C483-4101-B604-DF20A2551BCB}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>DatabseModelCRUDSampleDLL</RootNamespace> |
12 |
<AssemblyName>DatabseModelCRUDSampleDLL</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<Deterministic>true</Deterministic> |
16 |
<NuGetPackageImportStamp> |
17 |
</NuGetPackageImportStamp> |
18 |
<TargetFrameworkProfile /> |
19 |
</PropertyGroup> |
20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 |
<DebugSymbols>true</DebugSymbols> |
22 |
<DebugType>full</DebugType> |
23 |
<Optimize>false</Optimize> |
24 |
<OutputPath>bin\Debug\</OutputPath> |
25 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
26 |
<ErrorReport>prompt</ErrorReport> |
27 |
<WarningLevel>4</WarningLevel> |
28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>bin\Release\</OutputPath> |
33 |
<DefineConstants>TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<ItemGroup> |
38 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
39 |
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath> |
40 |
</Reference> |
41 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
42 |
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
43 |
</Reference> |
44 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
45 |
<HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath> |
46 |
</Reference> |
47 |
<Reference Include="System" /> |
48 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
49 |
<Reference Include="System.Core" /> |
50 |
<Reference Include="System.Xml.Linq" /> |
51 |
<Reference Include="System.Data.DataSetExtensions" /> |
52 |
<Reference Include="Microsoft.CSharp" /> |
53 |
<Reference Include="System.Data" /> |
54 |
<Reference Include="System.Net.Http" /> |
55 |
<Reference Include="System.Xml" /> |
56 |
</ItemGroup> |
57 |
<ItemGroup> |
58 |
<Compile Include="TestDataBase.cs" /> |
59 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
60 |
</ItemGroup> |
61 |
<ItemGroup> |
62 |
<None Include="App.config" /> |
63 |
<None Include="packages.config" /> |
64 |
</ItemGroup> |
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')" /> |
74 |
</Project> |