프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ConvertResultBSENG / ConvertResultBSENG.csproj @ f333dcc2

이력 | 보기 | 이력해설 | 다운로드 (4.8 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>{3EFF0189-6366-4432-B388-6E56CC55B7F8}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>ConvertResultBSENG</RootNamespace>
11
    <AssemblyName>ConvertResultBSENG</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>..\publish\Plugin\ConvertResultBSENG\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
    <PlatformTarget>x64</PlatformTarget>
41
  </PropertyGroup>
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43
    <DebugType>pdbonly</DebugType>
44
    <Optimize>true</Optimize>
45
    <OutputPath>..\publish\Plugin\ConvertResultBSENG\</OutputPath>
46
    <DefineConstants>TRACE</DefineConstants>
47
    <ErrorReport>prompt</ErrorReport>
48
    <WarningLevel>4</WarningLevel>
49
    <PlatformTarget>x64</PlatformTarget>
50
  </PropertyGroup>
51
  <PropertyGroup>
52
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
53
  </PropertyGroup>
54
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
55
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
56
    <DefineConstants>TRACE</DefineConstants>
57
    <Optimize>true</Optimize>
58
    <DebugType>pdbonly</DebugType>
59
    <PlatformTarget>x64</PlatformTarget>
60
    <LangVersion>7.3</LangVersion>
61
    <ErrorReport>prompt</ErrorReport>
62
  </PropertyGroup>
63
  <ItemGroup>
64
    <Reference Include="System" />
65
    <Reference Include="System.ComponentModel.DataAnnotations" />
66
    <Reference Include="System.Core" />
67
    <Reference Include="System.Xml.Linq" />
68
    <Reference Include="System.Data.DataSetExtensions" />
69
    <Reference Include="Microsoft.CSharp" />
70
    <Reference Include="System.Data" />
71
    <Reference Include="System.Net.Http" />
72
    <Reference Include="System.Xml" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <Compile Include="ResultProcess.cs" />
76
    <Compile Include="Properties\AssemblyInfo.cs" />
77
  </ItemGroup>
78
  <ItemGroup>
79
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
80
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
81
      <Name>Markus.Service.Convert.IPlugin</Name>
82
    </ProjectReference>
83
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
84
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
85
      <Name>Markus.Service.DataBase.Dapper</Name>
86
    </ProjectReference>
87
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
88
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
89
      <Name>Markus.Service.Extensions</Name>
90
    </ProjectReference>
91
  </ItemGroup>
92
  <ItemGroup>
93
    <PackageReference Include="RestSharp">
94
      <Version>106.12.0</Version>
95
    </PackageReference>
96
  </ItemGroup>
97
  <ItemGroup>
98
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
99
      <Visible>False</Visible>
100
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
101
      <Install>true</Install>
102
    </BootstrapperPackage>
103
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
104
      <Visible>False</Visible>
105
      <ProductName>.NET Framework 3.5 SP1</ProductName>
106
      <Install>false</Install>
107
    </BootstrapperPackage>
108
  </ItemGroup>
109
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)