프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / UploadFonts / UploadFonts.csproj @ 8acc4862

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

1 950e6b84 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" 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
    <ProductVersion>
8
    </ProductVersion>
9
    <SchemaVersion>2.0</SchemaVersion>
10
    <ProjectGuid>{31742077-E930-49FC-A859-F71109B643A1}</ProjectGuid>
11
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12
    <OutputType>Library</OutputType>
13
    <AppDesignerFolder>Properties</AppDesignerFolder>
14
    <RootNamespace>UploadFonts</RootNamespace>
15
    <AssemblyName>UploadFonts</AssemblyName>
16 a5e5fff6 taeseongkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
17 950e6b84 taeseongkim
    <UseIISExpress>true</UseIISExpress>
18
    <Use64BitIISExpress />
19
    <IISExpressSSLPort>44330</IISExpressSSLPort>
20
    <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
21
    <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
22
    <IISExpressUseClassicPipelineMode />
23
    <UseGlobalApplicationHostFile />
24
    <NuGetPackageImportStamp>
25
    </NuGetPackageImportStamp>
26 43e1d368 taeseongkim
    <TargetFrameworkProfile />
27 950e6b84 taeseongkim
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
    <DebugSymbols>true</DebugSymbols>
30
    <DebugType>full</DebugType>
31
    <Optimize>false</Optimize>
32
    <OutputPath>bin\</OutputPath>
33
    <DefineConstants>DEBUG;TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36 43e1d368 taeseongkim
    <PlatformTarget>x64</PlatformTarget>
37 950e6b84 taeseongkim
  </PropertyGroup>
38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39
    <DebugSymbols>true</DebugSymbols>
40
    <DebugType>pdbonly</DebugType>
41
    <Optimize>true</Optimize>
42
    <OutputPath>bin\</OutputPath>
43
    <DefineConstants>TRACE</DefineConstants>
44
    <ErrorReport>prompt</ErrorReport>
45
    <WarningLevel>4</WarningLevel>
46
  </PropertyGroup>
47
  <ItemGroup>
48 65674874 taeseongkim
    <Reference Include="AspNet.ScriptManager.bootstrap, Version=5.2.3.0, Culture=neutral, processorArchitecture=MSIL">
49
      <HintPath>..\packages\AspNet.ScriptManager.bootstrap.5.2.3\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
50
    </Reference>
51
    <Reference Include="AspNet.ScriptManager.jQuery, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
52
      <HintPath>..\packages\AspNet.ScriptManager.jQuery.3.6.0\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
53
    </Reference>
54
    <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55
      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
56
    </Reference>
57 950e6b84 taeseongkim
    <Reference Include="Microsoft.CSharp" />
58 65674874 taeseongkim
    <Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59
      <HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
60
    </Reference>
61
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
62
      <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
63
    </Reference>
64 950e6b84 taeseongkim
    <Reference Include="System.ComponentModel.DataAnnotations" />
65
    <Reference Include="System" />
66
    <Reference Include="System.Data" />
67
    <Reference Include="System.Data.DataSetExtensions" />
68
    <Reference Include="System.Drawing" />
69
    <Reference Include="System.Web" />
70 a5e5fff6 taeseongkim
    <Reference Include="System.Web.Extensions" />
71 950e6b84 taeseongkim
    <Reference Include="System.Xml" />
72
    <Reference Include="System.Configuration" />
73
    <Reference Include="System.Web.Services" />
74
    <Reference Include="System.EnterpriseServices" />
75
    <Reference Include="System.Web.DynamicData" />
76
    <Reference Include="System.Web.Entity" />
77
    <Reference Include="System.Web.ApplicationServices" />
78
    <Reference Include="Microsoft.ScriptManager.MSAjax">
79
      <HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath>
80
    </Reference>
81
    <Reference Include="Microsoft.ScriptManager.WebForms">
82
      <HintPath>..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath>
83
    </Reference>
84
    <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
85
      <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
86
    </Reference>
87 43e1d368 taeseongkim
    <Reference Include="System.Xml.Linq" />
88 950e6b84 taeseongkim
    <Reference Include="WebGrease">
89
      <Private>True</Private>
90
      <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
91
    </Reference>
92
    <Reference Include="Antlr3.Runtime">
93
      <Private>True</Private>
94
      <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
95
    </Reference>
96
    <Reference Include="Microsoft.AspNet.Web.Optimization.WebForms">
97
      <Private>True</Private>
98
      <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
99
    </Reference>
100
    <Reference Include="Microsoft.AspNet.FriendlyUrls">
101
      <HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
102
    </Reference>
103
  </ItemGroup>
104
  <ItemGroup>
105
    <Content Include="About.aspx" />
106
    <Content Include="Contact.aspx" />
107 65674874 taeseongkim
    <Content Include="Content\bootstrap-grid.css" />
108
    <Content Include="Content\bootstrap-grid.min.css" />
109
    <Content Include="Content\bootstrap-grid.rtl.css" />
110
    <Content Include="Content\bootstrap-grid.rtl.min.css" />
111
    <Content Include="Content\bootstrap-reboot.css" />
112
    <Content Include="Content\bootstrap-reboot.min.css" />
113
    <Content Include="Content\bootstrap-reboot.rtl.css" />
114
    <Content Include="Content\bootstrap-reboot.rtl.min.css" />
115
    <Content Include="Content\bootstrap-utilities.css" />
116
    <Content Include="Content\bootstrap-utilities.min.css" />
117
    <Content Include="Content\bootstrap-utilities.rtl.css" />
118
    <Content Include="Content\bootstrap-utilities.rtl.min.css" />
119 950e6b84 taeseongkim
    <Content Include="Content\bootstrap.css" />
120
    <Content Include="Content\bootstrap.min.css" />
121 65674874 taeseongkim
    <Content Include="Content\bootstrap.rtl.css" />
122
    <Content Include="Content\bootstrap.rtl.min.css" />
123 950e6b84 taeseongkim
    <Content Include="Content\Site.css" />
124
    <Content Include="Default.aspx" />
125
    <Content Include="favicon.ico" />
126
    <Content Include="Global.asax" />
127 65674874 taeseongkim
    <Content Include="Content\bootstrap.rtl.min.css.map" />
128
    <Content Include="Content\bootstrap.rtl.css.map" />
129 950e6b84 taeseongkim
    <Content Include="Content\bootstrap.min.css.map" />
130
    <Content Include="Content\bootstrap.css.map" />
131 65674874 taeseongkim
    <Content Include="Content\bootstrap-utilities.rtl.min.css.map" />
132
    <Content Include="Content\bootstrap-utilities.rtl.css.map" />
133
    <Content Include="Content\bootstrap-utilities.min.css.map" />
134
    <Content Include="Content\bootstrap-utilities.css.map" />
135
    <Content Include="Content\bootstrap-reboot.rtl.min.css.map" />
136
    <Content Include="Content\bootstrap-reboot.rtl.css.map" />
137
    <Content Include="Content\bootstrap-reboot.min.css.map" />
138
    <Content Include="Content\bootstrap-reboot.css.map" />
139
    <Content Include="Content\bootstrap-grid.rtl.min.css.map" />
140
    <Content Include="Content\bootstrap-grid.rtl.css.map" />
141
    <Content Include="Content\bootstrap-grid.min.css.map" />
142
    <Content Include="Content\bootstrap-grid.css.map" />
143 950e6b84 taeseongkim
    <None Include="Properties\Settings.settings">
144
      <Generator>SettingsSingleFileGenerator</Generator>
145
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
146
    </None>
147 65674874 taeseongkim
    <Content Include="Scripts\bootstrap.bundle.js" />
148
    <Content Include="Scripts\bootstrap.bundle.min.js" />
149
    <Content Include="Scripts\bootstrap.esm.js" />
150
    <Content Include="Scripts\bootstrap.esm.min.js" />
151 950e6b84 taeseongkim
    <Content Include="Scripts\bootstrap.js" />
152
    <Content Include="Scripts\bootstrap.min.js" />
153 65674874 taeseongkim
    <None Include="Scripts\jquery-3.6.0.intellisense.js" />
154
    <Content Include="Scripts\jquery-3.6.0.js" />
155
    <Content Include="Scripts\jquery-3.6.0.min.js" />
156
    <Content Include="Scripts\jquery-3.6.0.slim.js" />
157
    <Content Include="Scripts\jquery-3.6.0.slim.min.js" />
158 950e6b84 taeseongkim
    <Content Include="Scripts\modernizr-2.8.3.js" />
159
    <Content Include="Scripts\WebForms\DetailsView.js" />
160
    <Content Include="Scripts\WebForms\Focus.js" />
161
    <Content Include="Scripts\WebForms\GridView.js" />
162
    <Content Include="Scripts\WebForms\Menu.js" />
163
    <Content Include="Scripts\WebForms\MenuStandards.js" />
164
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjax.js" />
165
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxApplicationServices.js" />
166
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxComponentModel.js" />
167
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxCore.js" />
168
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxGlobalization.js" />
169
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxHistory.js" />
170
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxNetwork.js" />
171
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxSerialization.js" />
172
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxTimer.js" />
173
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebForms.js" />
174
    <Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebServices.js" />
175
    <Content Include="Scripts\WebForms\SmartNav.js" />
176
    <Content Include="Scripts\WebForms\TreeView.js" />
177
    <Content Include="Scripts\WebForms\WebForms.js" />
178
    <Content Include="Scripts\WebForms\WebParts.js" />
179
    <Content Include="Scripts\WebForms\WebUIValidation.js" />
180
    <Content Include="Site.Master" />
181
    <Content Include="ViewSwitcher.ascx" />
182
    <Content Include="Web.config" />
183
    <Content Include="Bundle.config" />
184
    <Content Include="Site.Mobile.Master" />
185
  </ItemGroup>
186
  <ItemGroup>
187
    <Compile Include="App_Start\BundleConfig.cs" />
188
    <Compile Include="About.aspx.cs">
189
      <DependentUpon>About.aspx</DependentUpon>
190
      <SubType>ASPXCodeBehind</SubType>
191
    </Compile>
192
    <Compile Include="About.aspx.designer.cs">
193
      <DependentUpon>About.aspx</DependentUpon>
194
    </Compile>
195
    <Compile Include="App_Start\RouteConfig.cs" />
196
    <Compile Include="Contact.aspx.cs">
197
      <DependentUpon>Contact.aspx</DependentUpon>
198
      <SubType>ASPXCodeBehind</SubType>
199
    </Compile>
200
    <Compile Include="Contact.aspx.designer.cs">
201
      <DependentUpon>Contact.aspx</DependentUpon>
202
    </Compile>
203
    <Compile Include="Default.aspx.cs">
204
      <DependentUpon>Default.aspx</DependentUpon>
205
      <SubType>ASPXCodeBehind</SubType>
206
    </Compile>
207
    <Compile Include="Default.aspx.designer.cs">
208
      <DependentUpon>Default.aspx</DependentUpon>
209
    </Compile>
210
    <Compile Include="Global.asax.cs">
211
      <DependentUpon>Global.asax</DependentUpon>
212
    </Compile>
213
    <Compile Include="Properties\AssemblyInfo.cs" />
214
    <Compile Include="Properties\Settings.Designer.cs">
215
      <AutoGen>True</AutoGen>
216
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
217
      <DependentUpon>Settings.settings</DependentUpon>
218
    </Compile>
219
    <Compile Include="Site.Master.cs">
220
      <DependentUpon>Site.Master</DependentUpon>
221
      <SubType>ASPXCodeBehind</SubType>
222
    </Compile>
223
    <Compile Include="Site.Master.designer.cs">
224
      <DependentUpon>Site.Master</DependentUpon>
225
    </Compile>
226
    <Compile Include="Site.Mobile.Master.cs">
227
      <DependentUpon>Site.Mobile.Master</DependentUpon>
228
      <SubType>ASPXCodeBehind</SubType>
229
    </Compile>
230
    <Compile Include="Site.Mobile.Master.designer.cs">
231
      <DependentUpon>Site.Mobile.Master</DependentUpon>
232
    </Compile>
233
    <Compile Include="ViewSwitcher.ascx.cs">
234
      <DependentUpon>ViewSwitcher.ascx</DependentUpon>
235
      <SubType>ASPXCodeBehind</SubType>
236
    </Compile>
237
    <Compile Include="ViewSwitcher.ascx.designer.cs">
238
      <DependentUpon>ViewSwitcher.ascx</DependentUpon>
239
    </Compile>
240
  </ItemGroup>
241
  <ItemGroup>
242
    <Folder Include="App_Data\" />
243
  </ItemGroup>
244
  <ItemGroup>
245
    <None Include="packages.config" />
246 65674874 taeseongkim
    <Content Include="Scripts\bootstrap.min.js.map" />
247
    <Content Include="Scripts\bootstrap.js.map" />
248
    <Content Include="Scripts\bootstrap.esm.min.js.map" />
249
    <Content Include="Scripts\bootstrap.esm.js.map" />
250
    <Content Include="Scripts\bootstrap.bundle.min.js.map" />
251
    <Content Include="Scripts\bootstrap.bundle.js.map" />
252
    <Content Include="Scripts\jquery-3.6.0.slim.min.map" />
253
    <Content Include="Scripts\jquery-3.6.0.min.map" />
254 950e6b84 taeseongkim
    <None Include="Web.Debug.config">
255
      <DependentUpon>Web.config</DependentUpon>
256
    </None>
257
    <None Include="Web.Release.config">
258
      <DependentUpon>Web.config</DependentUpon>
259
    </None>
260
  </ItemGroup>
261
  <PropertyGroup>
262
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
263
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
264
  </PropertyGroup>
265 b4a1c7ff taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
266
    <DebugSymbols>true</DebugSymbols>
267
    <OutputPath>bin\</OutputPath>
268
    <DefineConstants>TRACE</DefineConstants>
269
    <Optimize>true</Optimize>
270
    <DebugType>pdbonly</DebugType>
271
    <PlatformTarget>AnyCPU</PlatformTarget>
272
    <LangVersion>7.3</LangVersion>
273
    <ErrorReport>prompt</ErrorReport>
274
  </PropertyGroup>
275 950e6b84 taeseongkim
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
276
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
277
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
278
  <ProjectExtensions>
279
    <VisualStudio>
280
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
281
        <WebProjectProperties>
282
          <UseIIS>True</UseIIS>
283
          <AutoAssignPort>True</AutoAssignPort>
284
          <DevelopmentServerPort>61196</DevelopmentServerPort>
285
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
286
          <IISUrl>https://localhost:44330/</IISUrl>
287
          <NTLMAuthentication>False</NTLMAuthentication>
288
          <UseCustomServer>False</UseCustomServer>
289
          <CustomServerUrl>
290
          </CustomServerUrl>
291
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
292
        </WebProjectProperties>
293
      </FlavorProperties>
294
    </VisualStudio>
295
  </ProjectExtensions>
296 65674874 taeseongkim
  <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
297 950e6b84 taeseongkim
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
298
    <PropertyGroup>
299
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
300
    </PropertyGroup>
301 65674874 taeseongkim
    <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
302 950e6b84 taeseongkim
  </Target>
303
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
304
       Other similar extension points exist, see Microsoft.Common.targets.
305
  <Target Name="BeforeBuild">
306
  </Target>
307
  <Target Name="AfterBuild">
308
  </Target>
309
  -->
310
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)