프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / DataBase / WpfDataBaseTest / WpfDataBaseTest.csproj @ 43e1d368

이력 | 보기 | 이력해설 | 다운로드 (6.28 KB)

1 0630b634 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 43e1d368 taeseongkim
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
4 0630b634 taeseongkim
  <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>{B8F30C6E-9544-4DE8-A9B2-775FD30E2AC9}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <RootNamespace>WpfDataBaseTest</RootNamespace>
11
    <AssemblyName>WpfDataBaseTest</AssemblyName>
12 43e1d368 taeseongkim
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 0630b634 taeseongkim
    <FileAlignment>512</FileAlignment>
14
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15
    <WarningLevel>4</WarningLevel>
16
    <Deterministic>true</Deterministic>
17 43e1d368 taeseongkim
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
    <TargetFrameworkProfile />
20 0630b634 taeseongkim
  </PropertyGroup>
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22
    <PlatformTarget>AnyCPU</PlatformTarget>
23
    <DebugSymbols>true</DebugSymbols>
24
    <DebugType>full</DebugType>
25
    <Optimize>false</Optimize>
26
    <OutputPath>bin\Debug\</OutputPath>
27
    <DefineConstants>DEBUG;TRACE</DefineConstants>
28
    <ErrorReport>prompt</ErrorReport>
29
    <WarningLevel>4</WarningLevel>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
    <PlatformTarget>AnyCPU</PlatformTarget>
33
    <DebugType>pdbonly</DebugType>
34
    <Optimize>true</Optimize>
35
    <OutputPath>bin\Release\</OutputPath>
36
    <DefineConstants>TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <ItemGroup>
41
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
42 43e1d368 taeseongkim
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
43 0630b634 taeseongkim
    </Reference>
44
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
45 43e1d368 taeseongkim
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
46 0630b634 taeseongkim
    </Reference>
47
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
48 31e0b8c1 taeseongkim
      <HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath>
49 0630b634 taeseongkim
    </Reference>
50
    <Reference Include="System" />
51
    <Reference Include="System.ComponentModel.DataAnnotations" />
52
    <Reference Include="System.Data" />
53
    <Reference Include="System.Xml" />
54
    <Reference Include="Microsoft.CSharp" />
55
    <Reference Include="System.Core" />
56
    <Reference Include="System.Xml.Linq" />
57
    <Reference Include="System.Data.DataSetExtensions" />
58
    <Reference Include="System.Net.Http" />
59
    <Reference Include="System.Xaml">
60
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
61
    </Reference>
62
    <Reference Include="WindowsBase" />
63
    <Reference Include="PresentationCore" />
64
    <Reference Include="PresentationFramework" />
65
  </ItemGroup>
66
  <ItemGroup>
67
    <ApplicationDefinition Include="App.xaml">
68
      <Generator>MSBuild:Compile</Generator>
69
      <SubType>Designer</SubType>
70
    </ApplicationDefinition>
71
    <Page Include="MainWindow.xaml">
72
      <Generator>MSBuild:Compile</Generator>
73
      <SubType>Designer</SubType>
74
    </Page>
75
    <Compile Include="App.xaml.cs">
76
      <DependentUpon>App.xaml</DependentUpon>
77
      <SubType>Code</SubType>
78
    </Compile>
79
    <Compile Include="MainWindow.xaml.cs">
80
      <DependentUpon>MainWindow.xaml</DependentUpon>
81
      <SubType>Code</SubType>
82
    </Compile>
83
  </ItemGroup>
84
  <ItemGroup>
85
    <Compile Include="Properties\AssemblyInfo.cs">
86
      <SubType>Code</SubType>
87
    </Compile>
88
    <Compile Include="Properties\Resources.Designer.cs">
89
      <AutoGen>True</AutoGen>
90
      <DesignTime>True</DesignTime>
91
      <DependentUpon>Resources.resx</DependentUpon>
92
    </Compile>
93
    <Compile Include="Properties\Settings.Designer.cs">
94
      <AutoGen>True</AutoGen>
95
      <DependentUpon>Settings.settings</DependentUpon>
96
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
97
    </Compile>
98
    <EmbeddedResource Include="Properties\Resources.resx">
99
      <Generator>ResXFileCodeGenerator</Generator>
100
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
101
    </EmbeddedResource>
102
    <None Include="packages.config" />
103
    <None Include="Properties\Settings.settings">
104
      <Generator>SettingsSingleFileGenerator</Generator>
105
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
106
    </None>
107
  </ItemGroup>
108
  <ItemGroup>
109
    <None Include="App.config" />
110
  </ItemGroup>
111
  <ItemGroup>
112
    <ProjectReference Include="..\DatabseModelCRUDSampleDLL\DatabseModelCRUDSampleDLL.csproj">
113
      <Project>{5a357291-c483-4101-b604-df20a2551bcb}</Project>
114
      <Name>DatabseModelCRUDSampleDLL</Name>
115
    </ProjectReference>
116
  </ItemGroup>
117
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118 43e1d368 taeseongkim
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
119
    <PropertyGroup>
120
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
121
    </PropertyGroup>
122
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
123
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
124
  </Target>
125
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
126 0630b634 taeseongkim
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)