markus / ConvertService / ServiceBase / Markus.Service.Convert / Markus.Service.Convert.csproj @ 1d79913e
이력 | 보기 | 이력해설 | 다운로드 (6.28 KB)
1 | 53c9637d | 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>{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 | 43e1d368 | taeseongkim | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
13 | 53c9637d | taeseongkim | <FileAlignment>512</FileAlignment> |
14 | <Deterministic>true</Deterministic> |
||
15 | <NuGetPackageImportStamp> |
||
16 | </NuGetPackageImportStamp> |
||
17 | 77cdac33 | taeseongkim | <TargetFrameworkProfile /> |
18 | 53c9637d | taeseongkim | </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 | 950e6b84 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'"> |
55 | <DebugSymbols>true</DebugSymbols> |
||
56 | <OutputPath>bin\ConvertProcessTest\</OutputPath> |
||
57 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
58 | <DebugType>full</DebugType> |
||
59 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
60 | <LangVersion>7.3</LangVersion> |
||
61 | <ErrorReport>prompt</ErrorReport> |
||
62 | </PropertyGroup> |
||
63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'"> |
||
64 | <DebugSymbols>true</DebugSymbols> |
||
65 | <OutputPath>bin\x64\ConvertProcessTest\</OutputPath> |
||
66 | <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants> |
||
67 | <DebugType>full</DebugType> |
||
68 | <PlatformTarget>x64</PlatformTarget> |
||
69 | <LangVersion>7.3</LangVersion> |
||
70 | <ErrorReport>prompt</ErrorReport> |
||
71 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
72 | </PropertyGroup> |
||
73 | 53c9637d | taeseongkim | <ItemGroup> |
74 | <Reference Include="System" /> |
||
75 | ff4b1e6e | taeseongkim | <Reference Include="System.ComponentModel.DataAnnotations" /> |
76 | 53c9637d | taeseongkim | <Reference Include="System.Core" /> |
77 | <Reference Include="System.Runtime.Serialization" /> |
||
78 | <Reference Include="System.ServiceModel" /> |
||
79 | <Reference Include="System.Web" /> |
||
80 | <Reference Include="System.Windows.Forms" /> |
||
81 | <Reference Include="System.Xml.Linq" /> |
||
82 | <Reference Include="System.Data.DataSetExtensions" /> |
||
83 | <Reference Include="Microsoft.CSharp" /> |
||
84 | <Reference Include="System.Data" /> |
||
85 | <Reference Include="System.Net.Http" /> |
||
86 | <Reference Include="System.Xml" /> |
||
87 | </ItemGroup> |
||
88 | <ItemGroup> |
||
89 | <Compile Include="ConvertService.cs" /> |
||
90 | 950e6b84 | taeseongkim | <Compile Include="DownloadPlugin.cs" /> |
91 | 1d79913e | taeseongkim | <Compile Include="FileDownloadResult.cs" /> |
92 | db0d3db3 | taeseongkim | <Compile Include="Plugin.cs" /> |
93 | 53c9637d | taeseongkim | <Compile Include="Properties\AssemblyInfo.cs" /> |
94 | </ItemGroup> |
||
95 | <ItemGroup> |
||
96 | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
||
97 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
98 | <Name>Markus.Service.Interface</Name> |
||
99 | db0d3db3 | taeseongkim | </ProjectReference> |
100 | <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
||
101 | <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
||
102 | <Name>Markus.Service.Convert.IPlugin</Name> |
||
103 | 53c9637d | taeseongkim | </ProjectReference> |
104 | <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
||
105 | <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
||
106 | <Name>Markus.Service.DataBase</Name> |
||
107 | </ProjectReference> |
||
108 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
109 | <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
||
110 | <Name>Markus.Service.Extensions</Name> |
||
111 | </ProjectReference> |
||
112 | 06f13e11 | taeseongkim | <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
113 | <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
||
114 | <Name>Markus.Service.WcfClient</Name> |
||
115 | </ProjectReference> |
||
116 | 53c9637d | taeseongkim | </ItemGroup> |
117 | <ItemGroup> |
||
118 | <None Include="app.config" /> |
||
119 | </ItemGroup> |
||
120 | <ItemGroup> |
||
121 | <WCFMetadata Include="Connected Services\" /> |
||
122 | </ItemGroup> |
||
123 | 43e1d368 | taeseongkim | <ItemGroup> |
124 | <PackageReference Include="EntityFramework"> |
||
125 | <Version>6.4.4</Version> |
||
126 | </PackageReference> |
||
127 | <PackageReference Include="log4net"> |
||
128 | <Version>2.0.8</Version> |
||
129 | </PackageReference> |
||
130 | <PackageReference Include="Markus.EntityModel"> |
||
131 | <Version>1.0.0</Version> |
||
132 | </PackageReference> |
||
133 | 1d79913e | taeseongkim | <PackageReference Include="Markus.Message"> |
134 | <Version>2.0.0</Version> |
||
135 | </PackageReference> |
||
136 | <PackageReference Include="MarkusPDF"> |
||
137 | <Version>3.0.1</Version> |
||
138 | </PackageReference> |
||
139 | 43e1d368 | taeseongkim | <PackageReference Include="Microsoft.CSharp"> |
140 | <Version>4.5.0</Version> |
||
141 | </PackageReference> |
||
142 | <PackageReference Include="Salaros.ConfigParser"> |
||
143 | <Version>0.3.8</Version> |
||
144 | </PackageReference> |
||
145 | </ItemGroup> |
||
146 | 53c9637d | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
147 | </Project> |