프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / IServiceBase / Markus.Service.Interface.csproj @ a5e5fff6

이력 | 보기 | 이력해설 | 다운로드 (4.87 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>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service</RootNamespace>
11
    <AssemblyName>Markus.Service.Interface</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
    <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
  </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
  </PropertyGroup>
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42
    <DebugType>pdbonly</DebugType>
43
    <Optimize>true</Optimize>
44
    <OutputPath>bin\Release\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <ErrorReport>prompt</ErrorReport>
47
    <WarningLevel>4</WarningLevel>
48
  </PropertyGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
50
    <DebugSymbols>true</DebugSymbols>
51
    <OutputPath>bin\x64\Debug\</OutputPath>
52
    <DefineConstants>DEBUG;TRACE</DefineConstants>
53
    <DebugType>full</DebugType>
54
    <PlatformTarget>x64</PlatformTarget>
55
    <ErrorReport>prompt</ErrorReport>
56
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57
  </PropertyGroup>
58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
59
    <OutputPath>bin\x64\Release\</OutputPath>
60
    <DefineConstants>TRACE</DefineConstants>
61
    <Optimize>true</Optimize>
62
    <DebugType>pdbonly</DebugType>
63
    <PlatformTarget>x64</PlatformTarget>
64
    <ErrorReport>prompt</ErrorReport>
65
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66
  </PropertyGroup>
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
68
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
69
    <DefineConstants>TRACE</DefineConstants>
70
    <Optimize>true</Optimize>
71
    <DebugType>pdbonly</DebugType>
72
    <PlatformTarget>AnyCPU</PlatformTarget>
73
    <LangVersion>7.3</LangVersion>
74
    <ErrorReport>prompt</ErrorReport>
75
  </PropertyGroup>
76
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'">
77
    <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
78
    <DefineConstants>TRACE</DefineConstants>
79
    <Optimize>true</Optimize>
80
    <DebugType>pdbonly</DebugType>
81
    <PlatformTarget>x64</PlatformTarget>
82
    <LangVersion>7.3</LangVersion>
83
    <ErrorReport>prompt</ErrorReport>
84
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
85
  </PropertyGroup>
86
  <ItemGroup>
87
    <Reference Include="System" />
88
    <Reference Include="System.Core" />
89
    <Reference Include="System.Runtime.Serialization" />
90
    <Reference Include="System.Xml.Linq" />
91
    <Reference Include="System.Data.DataSetExtensions" />
92
    <Reference Include="Microsoft.CSharp" />
93
    <Reference Include="System.Data" />
94
    <Reference Include="System.Net.Http" />
95
    <Reference Include="System.Xml" />
96
  </ItemGroup>
97
  <ItemGroup>
98
    <Compile Include="ProcessContext.cs" />
99
    <Compile Include="Properties\AssemblyInfo.cs" />
100
  </ItemGroup>
101
  <ItemGroup>
102
    <PackageReference Include="Markus.Message">
103
      <Version>2.0.0</Version>
104
    </PackageReference>
105
  </ItemGroup>
106
  <ItemGroup>
107
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
108
      <Visible>False</Visible>
109
      <ProductName>.NET Framework 3.5 SP1</ProductName>
110
      <Install>false</Install>
111
    </BootstrapperPackage>
112
  </ItemGroup>
113
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)