markus / DataBase / WpfDataBaseTest / WpfDataBaseTest.csproj @ fc4e50f2
이력 | 보기 | 이력해설 | 다운로드 (4.99 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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProjectGuid>{B8F30C6E-9544-4DE8-A9B2-775FD30E2AC9}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<RootNamespace>WpfDataBaseTest</RootNamespace> |
10 |
<AssemblyName>WpfDataBaseTest</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 |
<WarningLevel>4</WarningLevel> |
15 |
<Deterministic>true</Deterministic> |
16 |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 |
<PlatformTarget>AnyCPU</PlatformTarget> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<PlatformTarget>AnyCPU</PlatformTarget> |
29 |
<DebugType>pdbonly</DebugType> |
30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
38 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
41 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
42 |
</Reference> |
43 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
44 |
<HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath> |
45 |
</Reference> |
46 |
<Reference Include="System" /> |
47 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
48 |
<Reference Include="System.Data" /> |
49 |
<Reference Include="System.Xml" /> |
50 |
<Reference Include="Microsoft.CSharp" /> |
51 |
<Reference Include="System.Core" /> |
52 |
<Reference Include="System.Xml.Linq" /> |
53 |
<Reference Include="System.Data.DataSetExtensions" /> |
54 |
<Reference Include="System.Net.Http" /> |
55 |
<Reference Include="System.Xaml"> |
56 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
57 |
</Reference> |
58 |
<Reference Include="WindowsBase" /> |
59 |
<Reference Include="PresentationCore" /> |
60 |
<Reference Include="PresentationFramework" /> |
61 |
</ItemGroup> |
62 |
<ItemGroup> |
63 |
<ApplicationDefinition Include="App.xaml"> |
64 |
<Generator>MSBuild:Compile</Generator> |
65 |
<SubType>Designer</SubType> |
66 |
</ApplicationDefinition> |
67 |
<Page Include="MainWindow.xaml"> |
68 |
<Generator>MSBuild:Compile</Generator> |
69 |
<SubType>Designer</SubType> |
70 |
</Page> |
71 |
<Compile Include="App.xaml.cs"> |
72 |
<DependentUpon>App.xaml</DependentUpon> |
73 |
<SubType>Code</SubType> |
74 |
</Compile> |
75 |
<Compile Include="MainWindow.xaml.cs"> |
76 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
77 |
<SubType>Code</SubType> |
78 |
</Compile> |
79 |
</ItemGroup> |
80 |
<ItemGroup> |
81 |
<Compile Include="Properties\AssemblyInfo.cs"> |
82 |
<SubType>Code</SubType> |
83 |
</Compile> |
84 |
<Compile Include="Properties\Resources.Designer.cs"> |
85 |
<AutoGen>True</AutoGen> |
86 |
<DesignTime>True</DesignTime> |
87 |
<DependentUpon>Resources.resx</DependentUpon> |
88 |
</Compile> |
89 |
<Compile Include="Properties\Settings.Designer.cs"> |
90 |
<AutoGen>True</AutoGen> |
91 |
<DependentUpon>Settings.settings</DependentUpon> |
92 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
93 |
</Compile> |
94 |
<EmbeddedResource Include="Properties\Resources.resx"> |
95 |
<Generator>ResXFileCodeGenerator</Generator> |
96 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
97 |
</EmbeddedResource> |
98 |
<None Include="packages.config" /> |
99 |
<None Include="Properties\Settings.settings"> |
100 |
<Generator>SettingsSingleFileGenerator</Generator> |
101 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
102 |
</None> |
103 |
</ItemGroup> |
104 |
<ItemGroup> |
105 |
<None Include="App.config" /> |
106 |
</ItemGroup> |
107 |
<ItemGroup> |
108 |
<ProjectReference Include="..\DatabseModelCRUDSampleDLL\DatabseModelCRUDSampleDLL.csproj"> |
109 |
<Project>{5a357291-c483-4101-b604-df20a2551bcb}</Project> |
110 |
<Name>DatabseModelCRUDSampleDLL</Name> |
111 |
</ProjectReference> |
112 |
</ItemGroup> |
113 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
114 |
</Project> |