markus / ConvertService / ServiceBase / Markus.Service.Convert.IPlugin / Markus.Service.Convert.IPlugin.csproj @ 38d69491
이력 | 보기 | 이력해설 | 다운로드 (3.53 KB)
1 | f363a40e | 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>{A5BA7325-379C-4CCB-B156-1704FC2175E3}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>Markus.Service.Convert.IPlugin</RootNamespace> |
||
11 | <AssemblyName>Markus.Service.Convert.IPlugin</AssemblyName> |
||
12 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | f363a40e | taeseongkim | <FileAlignment>512</FileAlignment> |
14 | <Deterministic>true</Deterministic> |
||
15 | 43e1d368 | taeseongkim | <TargetFrameworkProfile /> |
16 | a5e5fff6 | taeseongkim | <PublishUrl>게시\</PublishUrl> |
17 | <Install>true</Install> |
||
18 | <InstallFrom>Disk</InstallFrom> |
||
19 | <UpdateEnabled>false</UpdateEnabled> |
||
20 | <UpdateMode>Foreground</UpdateMode> |
||
21 | <UpdateInterval>7</UpdateInterval> |
||
22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
23 | <UpdatePeriodically>false</UpdatePeriodically> |
||
24 | <UpdateRequired>false</UpdateRequired> |
||
25 | <MapFileExtensions>true</MapFileExtensions> |
||
26 | <ApplicationRevision>0</ApplicationRevision> |
||
27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
28 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
29 | <UseApplicationTrust>false</UseApplicationTrust> |
||
30 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
31 | f363a40e | taeseongkim | </PropertyGroup> |
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
33 | <DebugSymbols>true</DebugSymbols> |
||
34 | <DebugType>full</DebugType> |
||
35 | <Optimize>false</Optimize> |
||
36 | <OutputPath>bin\Debug\</OutputPath> |
||
37 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <WarningLevel>4</WarningLevel> |
||
40 | a5e5fff6 | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
41 | f363a40e | taeseongkim | </PropertyGroup> |
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
43 | <DebugType>pdbonly</DebugType> |
||
44 | <Optimize>true</Optimize> |
||
45 | <OutputPath>bin\Release\</OutputPath> |
||
46 | <DefineConstants>TRACE</DefineConstants> |
||
47 | <ErrorReport>prompt</ErrorReport> |
||
48 | <WarningLevel>4</WarningLevel> |
||
49 | </PropertyGroup> |
||
50 | b4a1c7ff | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
51 | <OutputPath>bin\ReleaseAll_XI\</OutputPath> |
||
52 | <DefineConstants>TRACE</DefineConstants> |
||
53 | <Optimize>true</Optimize> |
||
54 | <DebugType>pdbonly</DebugType> |
||
55 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
56 | <LangVersion>7.3</LangVersion> |
||
57 | <ErrorReport>prompt</ErrorReport> |
||
58 | </PropertyGroup> |
||
59 | f363a40e | taeseongkim | <ItemGroup> |
60 | <Reference Include="System" /> |
||
61 | <Reference Include="System.Core" /> |
||
62 | <Reference Include="System.Xml.Linq" /> |
||
63 | <Reference Include="System.Data.DataSetExtensions" /> |
||
64 | <Reference Include="Microsoft.CSharp" /> |
||
65 | <Reference Include="System.Data" /> |
||
66 | <Reference Include="System.Net.Http" /> |
||
67 | <Reference Include="System.Xml" /> |
||
68 | </ItemGroup> |
||
69 | <ItemGroup> |
||
70 | 950e6b84 | taeseongkim | <Compile Include="IDownloadPlugin.cs" /> |
71 | f363a40e | taeseongkim | <Compile Include="IPlugin.cs" /> |
72 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
73 | </ItemGroup> |
||
74 | a5e5fff6 | taeseongkim | <ItemGroup> |
75 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
76 | <Visible>False</Visible> |
||
77 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
78 | <Install>false</Install> |
||
79 | </BootstrapperPackage> |
||
80 | </ItemGroup> |
||
81 | f363a40e | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 | </Project> |