markus / DataBase / EntityModel / Markus.EntityModel.csproj @ 3f1068a7
이력 | 보기 | 이력해설 | 다운로드 (7.47 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 | 43e1d368 | taeseongkim | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
12 | 0630b634 | taeseongkim | <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 | 43e1d368 | taeseongkim | <NuGetPackageImportStamp> |
30 | </NuGetPackageImportStamp> |
||
31 | <TargetFrameworkProfile /> |
||
32 | 0630b634 | taeseongkim | </PropertyGroup> |
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
34 | 43e1d368 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
35 | 0630b634 | taeseongkim | <DebugSymbols>true</DebugSymbols> |
36 | <DebugType>full</DebugType> |
||
37 | <Optimize>false</Optimize> |
||
38 | <OutputPath>..\Output\Debug\</OutputPath> |
||
39 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
40 | <ErrorReport>prompt</ErrorReport> |
||
41 | <WarningLevel>4</WarningLevel> |
||
42 | </PropertyGroup> |
||
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
44 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | <OutputPath>..\OutPut\Release\</OutputPath> |
||
48 | <DefineConstants> |
||
49 | </DefineConstants> |
||
50 | <ErrorReport>prompt</ErrorReport> |
||
51 | <WarningLevel>4</WarningLevel> |
||
52 | </PropertyGroup> |
||
53 | <PropertyGroup> |
||
54 | <StartupObject /> |
||
55 | </PropertyGroup> |
||
56 | <ItemGroup> |
||
57 | <None Include="App.config" /> |
||
58 | <EntityDeploy Include="MarkusModel.edmx"> |
||
59 | <Generator>EntityModelCodeGenerator</Generator> |
||
60 | <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput> |
||
61 | </EntityDeploy> |
||
62 | <None Include="MarkusModel.edmx.diagram"> |
||
63 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
64 | </None> |
||
65 | </ItemGroup> |
||
66 | <ItemGroup> |
||
67 | <Content Include="MarkusDB.mdf" /> |
||
68 | <Content Include="MarkusDB_log.ldf"> |
||
69 | <DependentUpon>MarkusDB.mdf</DependentUpon> |
||
70 | </Content> |
||
71 | <Content Include="MarkusModel.Context.tt"> |
||
72 | <Generator>TextTemplatingFileGenerator</Generator> |
||
73 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
74 | <LastGenOutput>MarkusModel.Context.cs</LastGenOutput> |
||
75 | </Content> |
||
76 | <Content Include="MarkusModel.tt"> |
||
77 | <Generator>TextTemplatingFileGenerator</Generator> |
||
78 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
79 | <LastGenOutput>MarkusModel.cs</LastGenOutput> |
||
80 | </Content> |
||
81 | </ItemGroup> |
||
82 | <ItemGroup> |
||
83 | <Compile Include="ATTACH_URL.cs"> |
||
84 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
85 | </Compile> |
||
86 | <Compile Include="CERTIFY_CMS_TEST.cs"> |
||
87 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
88 | </Compile> |
||
89 | <Compile Include="CONVERTER_DOC.cs"> |
||
90 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
91 | </Compile> |
||
92 | <Compile Include="DOCINFO.cs"> |
||
93 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
94 | </Compile> |
||
95 | <Compile Include="DOCPAGE.cs"> |
||
96 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
97 | </Compile> |
||
98 | <Compile Include="DOCUMENT_ITEM.cs"> |
||
99 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
100 | </Compile> |
||
101 | <Compile Include="ERROR_LOG.cs"> |
||
102 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
103 | </Compile> |
||
104 | <Compile Include="FAVORITE_DOC.cs"> |
||
105 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
106 | </Compile> |
||
107 | <Compile Include="FINAL_PDF.cs"> |
||
108 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
109 | </Compile> |
||
110 | <Compile Include="LOGIN_STAMP.cs"> |
||
111 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
112 | </Compile> |
||
113 | <Compile Include="MARKUP_CHECKLIST.cs"> |
||
114 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
115 | </Compile> |
||
116 | <Compile Include="MARKUP_DATA.cs"> |
||
117 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
118 | </Compile> |
||
119 | <Compile Include="MARKUP_INFO.cs"> |
||
120 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
121 | </Compile> |
||
122 | <Compile Include="MARKUP_INFO_VERSION.cs"> |
||
123 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
124 | </Compile> |
||
125 | <Compile Include="MarkusEntities.cs" /> |
||
126 | <Compile Include="MarkusModel.Context.cs"> |
||
127 | <AutoGen>True</AutoGen> |
||
128 | <DesignTime>True</DesignTime> |
||
129 | <DependentUpon>MarkusModel.Context.tt</DependentUpon> |
||
130 | </Compile> |
||
131 | <Compile Include="MarkusModel.cs"> |
||
132 | <AutoGen>True</AutoGen> |
||
133 | <DesignTime>True</DesignTime> |
||
134 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
135 | </Compile> |
||
136 | <Compile Include="MarkusModel.Designer.cs"> |
||
137 | <AutoGen>True</AutoGen> |
||
138 | <DesignTime>True</DesignTime> |
||
139 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
140 | </Compile> |
||
141 | <Compile Include="MEMBER.cs"> |
||
142 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
143 | </Compile> |
||
144 | <Compile Include="MEMBER_CMS_TEST.cs"> |
||
145 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
146 | </Compile> |
||
147 | <Compile Include="PRINT_DOC.cs"> |
||
148 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
149 | </Compile> |
||
150 | <Compile Include="PRINT_EXCEL.cs"> |
||
151 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
152 | </Compile> |
||
153 | <Compile Include="PROJECT_SETTING.cs"> |
||
154 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
155 | </Compile> |
||
156 | <Compile Include="PROPERTIES.cs"> |
||
157 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
158 | </Compile> |
||
159 | 43e1d368 | taeseongkim | <Compile Include="Properties\AssemblyInfo.cs" /> |
160 | 0630b634 | taeseongkim | <Compile Include="RUN_PROJECTS.cs"> |
161 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
162 | </Compile> |
||
163 | <Compile Include="SERVICE_PROPERTIES.cs"> |
||
164 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
165 | </Compile> |
||
166 | <Compile Include="SIGN_INFO.cs"> |
||
167 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
168 | </Compile> |
||
169 | <Compile Include="SYMBOL_PRIVATE.cs"> |
||
170 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
171 | </Compile> |
||
172 | <Compile Include="SYMBOL_PUBLIC.cs"> |
||
173 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
174 | </Compile> |
||
175 | </ItemGroup> |
||
176 | <ItemGroup> |
||
177 | <Reference Include="System" /> |
||
178 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
179 | <Reference Include="System.Data" /> |
||
180 | <Reference Include="System.Runtime.Serialization" /> |
||
181 | <Reference Include="System.Security" /> |
||
182 | <Reference Include="System.Xml" /> |
||
183 | </ItemGroup> |
||
184 | <ItemGroup> |
||
185 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
186 | </ItemGroup> |
||
187 | <ItemGroup> |
||
188 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
189 | <Visible>False</Visible> |
||
190 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
191 | <Install>false</Install> |
||
192 | </BootstrapperPackage> |
||
193 | </ItemGroup> |
||
194 | 43e1d368 | taeseongkim | <ItemGroup> |
195 | <PackageReference Include="EntityFramework"> |
||
196 | <Version>6.4.4</Version> |
||
197 | </PackageReference> |
||
198 | </ItemGroup> |
||
199 | 0630b634 | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
200 | </Project> |