프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.DataBase / Markus.Service.DataBase.csproj @ 06f13e11

이력 | 보기 | 이력해설 | 다운로드 (9.79 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>{400736FB-92C9-4BC0-B447-E8274103D813}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service.DataBase</RootNamespace>
11
    <AssemblyName>Markus.Service.DataBase</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <PublishUrl>publish\</PublishUrl>
16
    <Install>true</Install>
17
    <InstallFrom>Disk</InstallFrom>
18
    <UpdateEnabled>false</UpdateEnabled>
19
    <UpdateMode>Foreground</UpdateMode>
20
    <UpdateInterval>7</UpdateInterval>
21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22
    <UpdatePeriodically>false</UpdatePeriodically>
23
    <UpdateRequired>false</UpdateRequired>
24
    <MapFileExtensions>true</MapFileExtensions>
25
    <ApplicationRevision>0</ApplicationRevision>
26
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27
    <IsWebBootstrapper>false</IsWebBootstrapper>
28
    <UseApplicationTrust>false</UseApplicationTrust>
29
    <BootstrapperEnabled>true</BootstrapperEnabled>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\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
    <DebugType>pdbonly</DebugType>
42
    <Optimize>true</Optimize>
43
    <OutputPath>bin\Release\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
49
    <DebugSymbols>true</DebugSymbols>
50
    <OutputPath>bin\x64\Debug\</OutputPath>
51
    <DefineConstants>DEBUG;TRACE</DefineConstants>
52
    <DebugType>full</DebugType>
53
    <PlatformTarget>x64</PlatformTarget>
54
    <ErrorReport>prompt</ErrorReport>
55
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58
    <OutputPath>bin\x64\Release\</OutputPath>
59
    <DefineConstants>TRACE</DefineConstants>
60
    <Optimize>true</Optimize>
61
    <DebugType>pdbonly</DebugType>
62
    <PlatformTarget>x64</PlatformTarget>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
  </PropertyGroup>
66
  <ItemGroup>
67
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
68
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
69
    </Reference>
70
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
71
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
72
    </Reference>
73
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
74
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
75
    </Reference>
76
    <Reference Include="System" />
77
    <Reference Include="System.ComponentModel.DataAnnotations" />
78
    <Reference Include="System.Core" />
79
    <Reference Include="System.Runtime.Serialization" />
80
    <Reference Include="System.Security" />
81
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="System.Data.DataSetExtensions" />
83
    <Reference Include="Microsoft.CSharp" />
84
    <Reference Include="System.Data" />
85
    <Reference Include="System.Net.Http" />
86
    <Reference Include="System.Xml" />
87
  </ItemGroup>
88
  <ItemGroup>
89
    <Compile Include="ATTACH_URL.cs">
90
      <DependentUpon>markusModel.tt</DependentUpon>
91
    </Compile>
92
    <Compile Include="CERTIFY_CMS_TEST.cs">
93
      <DependentUpon>markusModel.tt</DependentUpon>
94
    </Compile>
95
    <Compile Include="CONVERTER_DOC.cs">
96
      <DependentUpon>markusModel.tt</DependentUpon>
97
    </Compile>
98
    <Compile Include="ConvertDatabase.cs" />
99
    <Compile Include="DOCINFO.cs">
100
      <DependentUpon>markusModel.tt</DependentUpon>
101
    </Compile>
102
    <Compile Include="DOCPAGE.cs">
103
      <DependentUpon>markusModel.tt</DependentUpon>
104
    </Compile>
105
    <Compile Include="DOCUMENT_ITEM.cs">
106
      <DependentUpon>markusModel.tt</DependentUpon>
107
    </Compile>
108
    <Compile Include="ERROR_LOG.cs">
109
      <DependentUpon>markusModel.tt</DependentUpon>
110
    </Compile>
111
    <Compile Include="FAVORITE_DOC.cs">
112
      <DependentUpon>markusModel.tt</DependentUpon>
113
    </Compile>
114
    <Compile Include="FINAL_PDF.cs">
115
      <DependentUpon>markusModel.tt</DependentUpon>
116
    </Compile>
117
    <Compile Include="LOGIN_STAMP.cs">
118
      <DependentUpon>markusModel.tt</DependentUpon>
119
    </Compile>
120
    <Compile Include="MARKUP_CHECKLIST.cs">
121
      <DependentUpon>markusModel.tt</DependentUpon>
122
    </Compile>
123
    <Compile Include="MARKUP_DATA.cs">
124
      <DependentUpon>markusModel.tt</DependentUpon>
125
    </Compile>
126
    <Compile Include="MARKUP_INFO.cs">
127
      <DependentUpon>markusModel.tt</DependentUpon>
128
    </Compile>
129
    <Compile Include="MARKUP_INFO_VERSION.cs">
130
      <DependentUpon>markusModel.tt</DependentUpon>
131
    </Compile>
132
    <Compile Include="MarkusEntities.cs" />
133
    <Compile Include="markusModel.Context.cs">
134
      <AutoGen>True</AutoGen>
135
      <DesignTime>True</DesignTime>
136
      <DependentUpon>markusModel.Context.tt</DependentUpon>
137
    </Compile>
138
    <Compile Include="markusModel.cs">
139
      <AutoGen>True</AutoGen>
140
      <DesignTime>True</DesignTime>
141
      <DependentUpon>markusModel.tt</DependentUpon>
142
    </Compile>
143
    <Compile Include="markusModel.Designer.cs">
144
      <AutoGen>True</AutoGen>
145
      <DesignTime>True</DesignTime>
146
      <DependentUpon>markusModel.edmx</DependentUpon>
147
    </Compile>
148
    <Compile Include="MEMBER.cs">
149
      <DependentUpon>markusModel.tt</DependentUpon>
150
    </Compile>
151
    <Compile Include="MEMBER_CMS_TEST.cs">
152
      <DependentUpon>markusModel.tt</DependentUpon>
153
    </Compile>
154
    <Compile Include="PRINT_DOC.cs">
155
      <DependentUpon>markusModel.tt</DependentUpon>
156
    </Compile>
157
    <Compile Include="PRINT_EXCEL.cs">
158
      <DependentUpon>markusModel.tt</DependentUpon>
159
    </Compile>
160
    <Compile Include="PROJECT_SETTING.cs">
161
      <DependentUpon>markusModel.tt</DependentUpon>
162
    </Compile>
163
    <Compile Include="PROPERTIES.cs">
164
      <DependentUpon>markusModel.tt</DependentUpon>
165
    </Compile>
166
    <Compile Include="PropertiesTableDefine.cs" />
167
    <Compile Include="Properties\AssemblyInfo.cs" />
168
    <Compile Include="RUN_PROJECTS.cs">
169
      <DependentUpon>markusModel.tt</DependentUpon>
170
    </Compile>
171
    <Compile Include="SERVICE_PROPERTIES.cs">
172
      <DependentUpon>markusModel.tt</DependentUpon>
173
    </Compile>
174
    <Compile Include="SIGN_INFO.cs">
175
      <DependentUpon>markusModel.tt</DependentUpon>
176
    </Compile>
177
    <Compile Include="SYMBOL_PRIVATE.cs">
178
      <DependentUpon>markusModel.tt</DependentUpon>
179
    </Compile>
180
    <Compile Include="SYMBOL_PUBLIC.cs">
181
      <DependentUpon>markusModel.tt</DependentUpon>
182
    </Compile>
183
    <Compile Include="Properties\Settings.Designer.cs">
184
      <AutoGen>True</AutoGen>
185
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
186
      <DependentUpon>Settings.settings</DependentUpon>
187
    </Compile>
188
  </ItemGroup>
189
  <ItemGroup>
190
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
191
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
192
      <Name>Markus.Service.Interface</Name>
193
    </ProjectReference>
194
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
195
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
196
      <Name>Markus.Service.Extensions</Name>
197
    </ProjectReference>
198
  </ItemGroup>
199
  <ItemGroup>
200
    <Content Include="markusModel.Context.tt">
201
      <Generator>TextTemplatingFileGenerator</Generator>
202
      <LastGenOutput>markusModel.Context.cs</LastGenOutput>
203
      <DependentUpon>markusModel.edmx</DependentUpon>
204
    </Content>
205
    <Content Include="markusModel.tt">
206
      <Generator>TextTemplatingFileGenerator</Generator>
207
      <DependentUpon>markusModel.edmx</DependentUpon>
208
      <LastGenOutput>markusModel.cs</LastGenOutput>
209
    </Content>
210
  </ItemGroup>
211
  <ItemGroup>
212
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
213
      <Visible>False</Visible>
214
      <ProductName>.NET Framework 3.5 SP1</ProductName>
215
      <Install>false</Install>
216
    </BootstrapperPackage>
217
  </ItemGroup>
218
  <ItemGroup>
219
    <EntityDeploy Include="markusModel.edmx">
220
      <Generator>EntityModelCodeGenerator</Generator>
221
      <LastGenOutput>markusModel.Designer.cs</LastGenOutput>
222
    </EntityDeploy>
223
  </ItemGroup>
224
  <ItemGroup>
225
    <None Include="App.Config">
226
      <SubType>Designer</SubType>
227
    </None>
228
    <None Include="markusModel.edmx.diagram">
229
      <DependentUpon>markusModel.edmx</DependentUpon>
230
    </None>
231
    <None Include="packages.config" />
232
    <None Include="Properties\Settings.settings">
233
      <Generator>SettingsSingleFileGenerator</Generator>
234
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
235
    </None>
236
  </ItemGroup>
237
  <ItemGroup>
238
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
239
  </ItemGroup>
240
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
241
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)