markus / KCOMDataModel / KCOMDataModel.csproj @ 684ef11c
이력 | 보기 | 이력해설 | 다운로드 (4.06 KB)
1 | 787a4489 | KangIngu | <?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>{629DC8CD-D458-47EF-8F02-CD12C7001C3E}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>KCOMDataModel</RootNamespace> |
||
11 | <AssemblyName>KCOMDataModel</AssemblyName> |
||
12 | 684ef11c | ljiyeon | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 787a4489 | KangIngu | <FileAlignment>512</FileAlignment> |
14 | 684ef11c | ljiyeon | <TargetFrameworkProfile /> |
15 | 787a4489 | KangIngu | </PropertyGroup> |
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
25 | 787a4489 | KangIngu | </PropertyGroup> |
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DefineConstants>TRACE</DefineConstants> |
||
31 | <ErrorReport>prompt</ErrorReport> |
||
32 | <WarningLevel>4</WarningLevel> |
||
33 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
34 | 787a4489 | KangIngu | </PropertyGroup> |
35 | <ItemGroup> |
||
36 | <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
37 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
||
38 | </Reference> |
||
39 | <Reference Include="System" /> |
||
40 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
41 | <Reference Include="System.Core" /> |
||
42 | <Reference Include="System.Data.Entity" /> |
||
43 | <Reference Include="System.Runtime.Serialization" /> |
||
44 | <Reference Include="System.Security" /> |
||
45 | <Reference Include="System.Xml.Linq" /> |
||
46 | <Reference Include="System.Data.DataSetExtensions" /> |
||
47 | <Reference Include="Microsoft.CSharp" /> |
||
48 | <Reference Include="System.Data" /> |
||
49 | <Reference Include="System.Xml" /> |
||
50 | </ItemGroup> |
||
51 | <ItemGroup> |
||
52 | <Compile Include="Common\ConnectStringBuilder.cs" /> |
||
53 | <Compile Include="DataModel\CIModel.Designer.cs"> |
||
54 | <AutoGen>True</AutoGen> |
||
55 | <DesignTime>True</DesignTime> |
||
56 | <DependentUpon>CIModel.edmx</DependentUpon> |
||
57 | </Compile> |
||
58 | <Compile Include="DataModel\KCOM_Model.Designer.cs"> |
||
59 | <AutoGen>True</AutoGen> |
||
60 | <DesignTime>True</DesignTime> |
||
61 | <DependentUpon>KCOM_Model.edmx</DependentUpon> |
||
62 | </Compile> |
||
63 | <Compile Include="KCOMDatabaModel.cs" /> |
||
64 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
65 | <Compile Include="Properties\Settings.Designer.cs"> |
||
66 | <AutoGen>True</AutoGen> |
||
67 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
68 | <DependentUpon>Settings.settings</DependentUpon> |
||
69 | </Compile> |
||
70 | </ItemGroup> |
||
71 | <ItemGroup> |
||
72 | <EntityDeploy Include="DataModel\KCOM_Model.edmx"> |
||
73 | <Generator>EntityModelCodeGenerator</Generator> |
||
74 | <LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput> |
||
75 | </EntityDeploy> |
||
76 | </ItemGroup> |
||
77 | <ItemGroup> |
||
78 | <None Include="App.Config"> |
||
79 | <SubType>Designer</SubType> |
||
80 | </None> |
||
81 | <EntityDeploy Include="DataModel\CIModel.edmx"> |
||
82 | <Generator>EntityModelCodeGenerator</Generator> |
||
83 | <LastGenOutput>CIModel.Designer.cs</LastGenOutput> |
||
84 | </EntityDeploy> |
||
85 | 684ef11c | ljiyeon | <None Include="packages.config"> |
86 | <SubType>Designer</SubType> |
||
87 | </None> |
||
88 | 787a4489 | KangIngu | <None Include="Properties\Settings.settings"> |
89 | <Generator>SettingsSingleFileGenerator</Generator> |
||
90 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
91 | </None> |
||
92 | </ItemGroup> |
||
93 | <ItemGroup> |
||
94 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
95 | </ItemGroup> |
||
96 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
97 | </Project> |