프로젝트

일반

사용자정보

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

markus / DataBase / EntityModel / Markus.EntityModel.csproj @ 20ef6ffe

이력 | 보기 | 이력해설 | 다운로드 (7.73 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
  <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>{E530645A-1B01-4060-96FC-D15B49E17D51}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <RootNamespace>Markus.EntityModel</RootNamespace>
10
    <AssemblyName>Markus.EntityModel</AssemblyName>
11
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <PublishUrl>publish\</PublishUrl>
15
    <Install>true</Install>
16
    <InstallFrom>Disk</InstallFrom>
17
    <UpdateEnabled>false</UpdateEnabled>
18
    <UpdateMode>Foreground</UpdateMode>
19
    <UpdateInterval>7</UpdateInterval>
20
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
21
    <UpdatePeriodically>false</UpdatePeriodically>
22
    <UpdateRequired>false</UpdateRequired>
23
    <MapFileExtensions>true</MapFileExtensions>
24
    <ApplicationRevision>0</ApplicationRevision>
25
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26
    <IsWebBootstrapper>false</IsWebBootstrapper>
27
    <UseApplicationTrust>false</UseApplicationTrust>
28
    <BootstrapperEnabled>true</BootstrapperEnabled>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <PlatformTarget>AnyCPU</PlatformTarget>
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>..\Output\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <PlatformTarget>AnyCPU</PlatformTarget>
42
    <DebugType>pdbonly</DebugType>
43
    <Optimize>true</Optimize>
44
    <OutputPath>..\OutPut\Release\</OutputPath>
45
    <DefineConstants>
46
    </DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>4</WarningLevel>
49
  </PropertyGroup>
50
  <PropertyGroup>
51
    <StartupObject />
52
  </PropertyGroup>
53
  <ItemGroup>
54
    <None Include="App.config" />
55
    <EntityDeploy Include="MarkusModel.edmx">
56
      <Generator>EntityModelCodeGenerator</Generator>
57
      <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
58
    </EntityDeploy>
59
    <None Include="MarkusModel.edmx.diagram">
60
      <DependentUpon>MarkusModel.edmx</DependentUpon>
61
    </None>
62
    <None Include="packages.config" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Content Include="MarkusDB.mdf" />
66
    <Content Include="MarkusDB_log.ldf">
67
      <DependentUpon>MarkusDB.mdf</DependentUpon>
68
    </Content>
69
    <Content Include="MarkusModel.Context.tt">
70
      <Generator>TextTemplatingFileGenerator</Generator>
71
      <DependentUpon>MarkusModel.edmx</DependentUpon>
72
      <LastGenOutput>MarkusModel.Context.cs</LastGenOutput>
73
    </Content>
74
    <Content Include="MarkusModel.tt">
75
      <Generator>TextTemplatingFileGenerator</Generator>
76
      <DependentUpon>MarkusModel.edmx</DependentUpon>
77
      <LastGenOutput>MarkusModel.cs</LastGenOutput>
78
    </Content>
79
  </ItemGroup>
80
  <ItemGroup>
81
    <Compile Include="ATTACH_URL.cs">
82
      <DependentUpon>MarkusModel.tt</DependentUpon>
83
    </Compile>
84
    <Compile Include="CERTIFY_CMS_TEST.cs">
85
      <DependentUpon>MarkusModel.tt</DependentUpon>
86
    </Compile>
87
    <Compile Include="CONVERTER_DOC.cs">
88
      <DependentUpon>MarkusModel.tt</DependentUpon>
89
    </Compile>
90
    <Compile Include="DOCINFO.cs">
91
      <DependentUpon>MarkusModel.tt</DependentUpon>
92
    </Compile>
93
    <Compile Include="DOCPAGE.cs">
94
      <DependentUpon>MarkusModel.tt</DependentUpon>
95
    </Compile>
96
    <Compile Include="DOCUMENT_ITEM.cs">
97
      <DependentUpon>MarkusModel.tt</DependentUpon>
98
    </Compile>
99
    <Compile Include="ERROR_LOG.cs">
100
      <DependentUpon>MarkusModel.tt</DependentUpon>
101
    </Compile>
102
    <Compile Include="FAVORITE_DOC.cs">
103
      <DependentUpon>MarkusModel.tt</DependentUpon>
104
    </Compile>
105
    <Compile Include="FINAL_PDF.cs">
106
      <DependentUpon>MarkusModel.tt</DependentUpon>
107
    </Compile>
108
    <Compile Include="LOGIN_STAMP.cs">
109
      <DependentUpon>MarkusModel.tt</DependentUpon>
110
    </Compile>
111
    <Compile Include="MARKUP_CHECKLIST.cs">
112
      <DependentUpon>MarkusModel.tt</DependentUpon>
113
    </Compile>
114
    <Compile Include="MARKUP_DATA.cs">
115
      <DependentUpon>MarkusModel.tt</DependentUpon>
116
    </Compile>
117
    <Compile Include="MARKUP_INFO.cs">
118
      <DependentUpon>MarkusModel.tt</DependentUpon>
119
    </Compile>
120
    <Compile Include="MARKUP_INFO_VERSION.cs">
121
      <DependentUpon>MarkusModel.tt</DependentUpon>
122
    </Compile>
123
    <Compile Include="MarkusEntities.cs" />
124
    <Compile Include="MarkusModel.Context.cs">
125
      <AutoGen>True</AutoGen>
126
      <DesignTime>True</DesignTime>
127
      <DependentUpon>MarkusModel.Context.tt</DependentUpon>
128
    </Compile>
129
    <Compile Include="MarkusModel.cs">
130
      <AutoGen>True</AutoGen>
131
      <DesignTime>True</DesignTime>
132
      <DependentUpon>MarkusModel.tt</DependentUpon>
133
    </Compile>
134
    <Compile Include="MarkusModel.Designer.cs">
135
      <AutoGen>True</AutoGen>
136
      <DesignTime>True</DesignTime>
137
      <DependentUpon>MarkusModel.edmx</DependentUpon>
138
    </Compile>
139
    <Compile Include="MEMBER.cs">
140
      <DependentUpon>MarkusModel.tt</DependentUpon>
141
    </Compile>
142
    <Compile Include="MEMBER_CMS_TEST.cs">
143
      <DependentUpon>MarkusModel.tt</DependentUpon>
144
    </Compile>
145
    <Compile Include="PRINT_DOC.cs">
146
      <DependentUpon>MarkusModel.tt</DependentUpon>
147
    </Compile>
148
    <Compile Include="PRINT_EXCEL.cs">
149
      <DependentUpon>MarkusModel.tt</DependentUpon>
150
    </Compile>
151
    <Compile Include="PROJECT_SETTING.cs">
152
      <DependentUpon>MarkusModel.tt</DependentUpon>
153
    </Compile>
154
    <Compile Include="PROPERTIES.cs">
155
      <DependentUpon>MarkusModel.tt</DependentUpon>
156
    </Compile>
157
    <Compile Include="RUN_PROJECTS.cs">
158
      <DependentUpon>MarkusModel.tt</DependentUpon>
159
    </Compile>
160
    <Compile Include="SERVICE_PROPERTIES.cs">
161
      <DependentUpon>MarkusModel.tt</DependentUpon>
162
    </Compile>
163
    <Compile Include="SIGN_INFO.cs">
164
      <DependentUpon>MarkusModel.tt</DependentUpon>
165
    </Compile>
166
    <Compile Include="SYMBOL_PRIVATE.cs">
167
      <DependentUpon>MarkusModel.tt</DependentUpon>
168
    </Compile>
169
    <Compile Include="SYMBOL_PUBLIC.cs">
170
      <DependentUpon>MarkusModel.tt</DependentUpon>
171
    </Compile>
172
  </ItemGroup>
173
  <ItemGroup>
174
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
175
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
176
    </Reference>
177
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
178
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
179
    </Reference>
180
    <Reference Include="System" />
181
    <Reference Include="System.ComponentModel.DataAnnotations" />
182
    <Reference Include="System.Data" />
183
    <Reference Include="System.Runtime.Serialization" />
184
    <Reference Include="System.Security" />
185
    <Reference Include="System.Xml" />
186
  </ItemGroup>
187
  <ItemGroup>
188
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
189
  </ItemGroup>
190
  <ItemGroup>
191
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
192
      <Visible>False</Visible>
193
      <ProductName>.NET Framework 3.5 SP1</ProductName>
194
      <Install>false</Install>
195
    </BootstrapperPackage>
196
  </ItemGroup>
197
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)