프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Convert / Markus.Service.Convert.csproj @ 77cdac33

이력 | 보기 | 이력해설 | 다운로드 (6.43 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>{867E065C-3C22-47B1-9C2A-130A78DDDD51}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Markus.Service</RootNamespace>
11
    <AssemblyName>Markus.Service.Convert</AssemblyName>
12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17
    <TargetFrameworkProfile />
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>bin\Debug\</OutputPath>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
  </PropertyGroup>
36
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
37
    <DebugSymbols>true</DebugSymbols>
38
    <OutputPath>bin\x64\Debug\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <DebugType>full</DebugType>
41
    <PlatformTarget>x64</PlatformTarget>
42
    <ErrorReport>prompt</ErrorReport>
43
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46
    <OutputPath>bin\x64\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <DebugType>pdbonly</DebugType>
50
    <PlatformTarget>x64</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53
  </PropertyGroup>
54
  <ItemGroup>
55
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
56
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
57
    </Reference>
58
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
59
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
60
    </Reference>
61
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
62
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
63
    </Reference>
64
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
65
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
66
    </Reference>
67
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
68
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
69
    </Reference>
70
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
71
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
72
    </Reference>
73
    <Reference Include="MarkusPDF, Version=1.0.7178.16502, Culture=neutral, processorArchitecture=AMD64">
74
      <HintPath>..\packages\MarkusPDF.1.7.0\lib\net45\MarkusPDF.dll</HintPath>
75
    </Reference>
76
    <Reference Include="RestSharp, Version=106.12.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
77
      <HintPath>..\packages\RestSharp.106.12.0\lib\net452\RestSharp.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System" />
80
    <Reference Include="System.ComponentModel.DataAnnotations" />
81
    <Reference Include="System.Core" />
82
    <Reference Include="System.Runtime.Serialization" />
83
    <Reference Include="System.ServiceModel" />
84
    <Reference Include="System.Web" />
85
    <Reference Include="System.Windows.Forms" />
86
    <Reference Include="System.Xml.Linq" />
87
    <Reference Include="System.Data.DataSetExtensions" />
88
    <Reference Include="Microsoft.CSharp" />
89
    <Reference Include="System.Data" />
90
    <Reference Include="System.Net.Http" />
91
    <Reference Include="System.Xml" />
92
  </ItemGroup>
93
  <ItemGroup>
94
    <Compile Include="ConvertService.cs" />
95
    <Compile Include="Plugin.cs" />
96
    <Compile Include="Properties\AssemblyInfo.cs" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
100
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
101
      <Name>Markus.Service.Interface</Name>
102
    </ProjectReference>
103
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
104
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
105
      <Name>Markus.Service.Convert.IPlugin</Name>
106
    </ProjectReference>
107
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
108
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
109
      <Name>Markus.Service.DataBase</Name>
110
    </ProjectReference>
111
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
112
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
113
      <Name>Markus.Service.Extensions</Name>
114
    </ProjectReference>
115
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
116
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
117
      <Name>Markus.Service.WcfClient</Name>
118
    </ProjectReference>
119
  </ItemGroup>
120
  <ItemGroup>
121
    <None Include="app.config" />
122
    <None Include="packages.config">
123
      <SubType>Designer</SubType>
124
    </None>
125
  </ItemGroup>
126
  <ItemGroup>
127
    <WCFMetadata Include="Connected Services\" />
128
  </ItemGroup>
129
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)