프로젝트

일반

사용자정보

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

markus / FinalService / KCOM_FinalService / KCOMDataModel / KCOMDataModel.csproj @ e05bed4e

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

1 7ca218b3 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
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <DebugSymbols>true</DebugSymbols>
17
    <DebugType>full</DebugType>
18
    <Optimize>false</Optimize>
19
    <OutputPath>bin\Debug\</OutputPath>
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
21
    <ErrorReport>prompt</ErrorReport>
22
    <WarningLevel>4</WarningLevel>
23
  </PropertyGroup>
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
    <DebugType>pdbonly</DebugType>
26
    <Optimize>true</Optimize>
27
    <OutputPath>bin\Release\</OutputPath>
28
    <DefineConstants>TRACE</DefineConstants>
29
    <ErrorReport>prompt</ErrorReport>
30
    <WarningLevel>4</WarningLevel>
31
  </PropertyGroup>
32
  <ItemGroup>
33
    <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
34
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
35
    </Reference>
36
    <Reference Include="System" />
37
    <Reference Include="System.ComponentModel.DataAnnotations" />
38
    <Reference Include="System.Core" />
39
    <Reference Include="System.Data.Entity" />
40
    <Reference Include="System.Runtime.Serialization" />
41
    <Reference Include="System.Security" />
42
    <Reference Include="System.Xml.Linq" />
43
    <Reference Include="System.Data.DataSetExtensions" />
44
    <Reference Include="Microsoft.CSharp" />
45
    <Reference Include="System.Data" />
46
    <Reference Include="System.Xml" />
47
  </ItemGroup>
48
  <ItemGroup>
49
    <Compile Include="Common\ConnectStringBuilder.cs" />
50
    <Compile Include="DataModel\CIModel.Designer.cs">
51
      <AutoGen>True</AutoGen>
52
      <DesignTime>True</DesignTime>
53
      <DependentUpon>CIModel.edmx</DependentUpon>
54
    </Compile>
55
    <Compile Include="DataModel\KCOM_Model.Designer.cs">
56
      <AutoGen>True</AutoGen>
57
      <DesignTime>True</DesignTime>
58
      <DependentUpon>KCOM_Model.edmx</DependentUpon>
59
    </Compile>
60
    <Compile Include="KCOMDatabaModel.cs" />
61
    <Compile Include="Properties\AssemblyInfo.cs" />
62
    <Compile Include="Properties\Settings.Designer.cs">
63
      <AutoGen>True</AutoGen>
64
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
65
      <DependentUpon>Settings.settings</DependentUpon>
66
    </Compile>
67
  </ItemGroup>
68
  <ItemGroup>
69
    <EntityDeploy Include="DataModel\KCOM_Model.edmx">
70
      <Generator>EntityModelCodeGenerator</Generator>
71
      <LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput>
72
    </EntityDeploy>
73
  </ItemGroup>
74
  <ItemGroup>
75
    <None Include="App.Config">
76
      <SubType>Designer</SubType>
77
    </None>
78
    <EntityDeploy Include="DataModel\CIModel.edmx">
79
      <Generator>EntityModelCodeGenerator</Generator>
80
      <LastGenOutput>CIModel.Designer.cs</LastGenOutput>
81
    </EntityDeploy>
82
    <None Include="packages.config" />
83
    <None Include="Properties\Settings.settings">
84
      <Generator>SettingsSingleFileGenerator</Generator>
85
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
86
    </None>
87
  </ItemGroup>
88
  <ItemGroup>
89
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
90
  </ItemGroup>
91 e05bed4e djkim
  <ItemGroup>
92
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
93
      <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project>
94
      <Name>CommonLib</Name>
95
    </ProjectReference>
96
  </ItemGroup>
97 7ca218b3 KangIngu
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)