markus / ConvertService / ServiceBase / Markus.Service.Convert / Markus.Service.Convert.csproj @ a5e5fff6
이력 | 보기 | 이력해설 | 다운로드 (7.81 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.6.1</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<Deterministic>true</Deterministic> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
<TargetFrameworkProfile /> |
18 |
<PublishUrl>게시\</PublishUrl> |
19 |
<Install>true</Install> |
20 |
<InstallFrom>Disk</InstallFrom> |
21 |
<UpdateEnabled>false</UpdateEnabled> |
22 |
<UpdateMode>Foreground</UpdateMode> |
23 |
<UpdateInterval>7</UpdateInterval> |
24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
25 |
<UpdatePeriodically>false</UpdatePeriodically> |
26 |
<UpdateRequired>false</UpdateRequired> |
27 |
<MapFileExtensions>true</MapFileExtensions> |
28 |
<ApplicationRevision>0</ApplicationRevision> |
29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
30 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
31 |
<UseApplicationTrust>false</UseApplicationTrust> |
32 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
33 |
</PropertyGroup> |
34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
35 |
<DebugSymbols>true</DebugSymbols> |
36 |
<DebugType>full</DebugType> |
37 |
<Optimize>false</Optimize> |
38 |
<OutputPath>bin\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<WarningLevel>4</WarningLevel> |
42 |
</PropertyGroup> |
43 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
44 |
<DebugType>pdbonly</DebugType> |
45 |
<Optimize>true</Optimize> |
46 |
<OutputPath>bin\Release\</OutputPath> |
47 |
<DefineConstants>TRACE</DefineConstants> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<WarningLevel>4</WarningLevel> |
50 |
</PropertyGroup> |
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
52 |
<DebugSymbols>true</DebugSymbols> |
53 |
<OutputPath>bin\x64\Debug\</OutputPath> |
54 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
<DebugType>full</DebugType> |
56 |
<PlatformTarget>x64</PlatformTarget> |
57 |
<ErrorReport>prompt</ErrorReport> |
58 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
59 |
</PropertyGroup> |
60 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
61 |
<OutputPath>bin\x64\Release\</OutputPath> |
62 |
<DefineConstants>TRACE</DefineConstants> |
63 |
<Optimize>true</Optimize> |
64 |
<DebugType>pdbonly</DebugType> |
65 |
<PlatformTarget>x64</PlatformTarget> |
66 |
<ErrorReport>prompt</ErrorReport> |
67 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
68 |
</PropertyGroup> |
69 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'"> |
70 |
<DebugSymbols>true</DebugSymbols> |
71 |
<OutputPath>bin\ConvertProcessTest\</OutputPath> |
72 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
73 |
<DebugType>full</DebugType> |
74 |
<PlatformTarget>AnyCPU</PlatformTarget> |
75 |
<LangVersion>7.3</LangVersion> |
76 |
<ErrorReport>prompt</ErrorReport> |
77 |
</PropertyGroup> |
78 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'"> |
79 |
<DebugSymbols>true</DebugSymbols> |
80 |
<OutputPath>bin\x64\ConvertProcessTest\</OutputPath> |
81 |
<DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants> |
82 |
<DebugType>full</DebugType> |
83 |
<PlatformTarget>x64</PlatformTarget> |
84 |
<LangVersion>7.3</LangVersion> |
85 |
<ErrorReport>prompt</ErrorReport> |
86 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
87 |
</PropertyGroup> |
88 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
89 |
<OutputPath>bin\ReleaseAll_XI\</OutputPath> |
90 |
<DefineConstants>TRACE</DefineConstants> |
91 |
<Optimize>true</Optimize> |
92 |
<DebugType>pdbonly</DebugType> |
93 |
<PlatformTarget>AnyCPU</PlatformTarget> |
94 |
<LangVersion>7.3</LangVersion> |
95 |
<ErrorReport>prompt</ErrorReport> |
96 |
</PropertyGroup> |
97 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'"> |
98 |
<OutputPath>bin\x64\ReleaseAll_XI\</OutputPath> |
99 |
<DefineConstants>TRACE</DefineConstants> |
100 |
<Optimize>true</Optimize> |
101 |
<DebugType>pdbonly</DebugType> |
102 |
<PlatformTarget>x64</PlatformTarget> |
103 |
<LangVersion>7.3</LangVersion> |
104 |
<ErrorReport>prompt</ErrorReport> |
105 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
106 |
</PropertyGroup> |
107 |
<ItemGroup> |
108 |
<Reference Include="System" /> |
109 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
110 |
<Reference Include="System.Core" /> |
111 |
<Reference Include="System.Runtime.Serialization" /> |
112 |
<Reference Include="System.ServiceModel" /> |
113 |
<Reference Include="System.Web" /> |
114 |
<Reference Include="System.Windows.Forms" /> |
115 |
<Reference Include="System.Xml.Linq" /> |
116 |
<Reference Include="System.Data.DataSetExtensions" /> |
117 |
<Reference Include="Microsoft.CSharp" /> |
118 |
<Reference Include="System.Data" /> |
119 |
<Reference Include="System.Net.Http" /> |
120 |
<Reference Include="System.Xml" /> |
121 |
</ItemGroup> |
122 |
<ItemGroup> |
123 |
<Compile Include="ConvertService.cs" /> |
124 |
<Compile Include="DownloadPlugin.cs" /> |
125 |
<Compile Include="FileDownloadResult.cs" /> |
126 |
<Compile Include="Plugin.cs" /> |
127 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
128 |
</ItemGroup> |
129 |
<ItemGroup> |
130 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
131 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
132 |
<Name>Markus.Service.Interface</Name> |
133 |
</ProjectReference> |
134 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
135 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
136 |
<Name>Markus.Service.Convert.IPlugin</Name> |
137 |
</ProjectReference> |
138 |
<ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj"> |
139 |
<Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project> |
140 |
<Name>Markus.Service.DataBase.Dapper</Name> |
141 |
</ProjectReference> |
142 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
143 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
144 |
<Name>Markus.Service.Extensions</Name> |
145 |
</ProjectReference> |
146 |
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
147 |
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
148 |
<Name>Markus.Service.WcfClient</Name> |
149 |
</ProjectReference> |
150 |
</ItemGroup> |
151 |
<ItemGroup> |
152 |
<None Include="app.config" /> |
153 |
</ItemGroup> |
154 |
<ItemGroup> |
155 |
<WCFMetadata Include="Connected Services\" /> |
156 |
</ItemGroup> |
157 |
<ItemGroup> |
158 |
<PackageReference Include="log4net"> |
159 |
<Version>2.0.8</Version> |
160 |
</PackageReference> |
161 |
<PackageReference Include="Markus.Message"> |
162 |
<Version>2.0.0</Version> |
163 |
</PackageReference> |
164 |
<PackageReference Include="MarkusPDF"> |
165 |
<Version>3.0.1</Version> |
166 |
</PackageReference> |
167 |
<PackageReference Include="Microsoft.CSharp"> |
168 |
<Version>4.5.0</Version> |
169 |
</PackageReference> |
170 |
<PackageReference Include="Salaros.ConfigParser"> |
171 |
<Version>0.3.8</Version> |
172 |
</PackageReference> |
173 |
</ItemGroup> |
174 |
<ItemGroup> |
175 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
176 |
<Visible>False</Visible> |
177 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
178 |
<Install>false</Install> |
179 |
</BootstrapperPackage> |
180 |
</ItemGroup> |
181 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
182 |
</Project> |