markus / ConvertService / ServiceBase / Markus.Service.Convert / Markus.Service.Convert.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (6.49 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.1</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 |
<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 |
<ItemGroup> |
74 |
<Reference Include="Markus.Message, Version=1.6.0.0, Culture=neutral, processorArchitecture=AMD64"> |
75 |
<SpecificVersion>False</SpecificVersion> |
76 |
<HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
77 |
</Reference> |
78 |
<Reference Include="MarkusPDF, Version=1.0.8319.17980, Culture=neutral, processorArchitecture=AMD64"> |
79 |
<SpecificVersion>False</SpecificVersion> |
80 |
<HintPath>..\Lib\MarkusPDF\MarkusPDF.dll</HintPath> |
81 |
</Reference> |
82 |
<Reference Include="System" /> |
83 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
84 |
<Reference Include="System.Core" /> |
85 |
<Reference Include="System.Runtime.Serialization" /> |
86 |
<Reference Include="System.ServiceModel" /> |
87 |
<Reference Include="System.Web" /> |
88 |
<Reference Include="System.Windows.Forms" /> |
89 |
<Reference Include="System.Xml.Linq" /> |
90 |
<Reference Include="System.Data.DataSetExtensions" /> |
91 |
<Reference Include="Microsoft.CSharp" /> |
92 |
<Reference Include="System.Data" /> |
93 |
<Reference Include="System.Net.Http" /> |
94 |
<Reference Include="System.Xml" /> |
95 |
</ItemGroup> |
96 |
<ItemGroup> |
97 |
<Compile Include="ConvertService.cs" /> |
98 |
<Compile Include="DownloadPlugin.cs" /> |
99 |
<Compile Include="Plugin.cs" /> |
100 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
101 |
</ItemGroup> |
102 |
<ItemGroup> |
103 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
104 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
105 |
<Name>Markus.Service.Interface</Name> |
106 |
</ProjectReference> |
107 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
108 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
109 |
<Name>Markus.Service.Convert.IPlugin</Name> |
110 |
</ProjectReference> |
111 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
112 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
113 |
<Name>Markus.Service.DataBase</Name> |
114 |
</ProjectReference> |
115 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
116 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
117 |
<Name>Markus.Service.Extensions</Name> |
118 |
</ProjectReference> |
119 |
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
120 |
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
121 |
<Name>Markus.Service.WcfClient</Name> |
122 |
</ProjectReference> |
123 |
</ItemGroup> |
124 |
<ItemGroup> |
125 |
<None Include="app.config" /> |
126 |
</ItemGroup> |
127 |
<ItemGroup> |
128 |
<WCFMetadata Include="Connected Services\" /> |
129 |
</ItemGroup> |
130 |
<ItemGroup> |
131 |
<PackageReference Include="EntityFramework"> |
132 |
<Version>6.4.4</Version> |
133 |
</PackageReference> |
134 |
<PackageReference Include="log4net"> |
135 |
<Version>2.0.8</Version> |
136 |
</PackageReference> |
137 |
<PackageReference Include="Markus.EntityModel"> |
138 |
<Version>1.0.0</Version> |
139 |
</PackageReference> |
140 |
<PackageReference Include="Microsoft.CSharp"> |
141 |
<Version>4.5.0</Version> |
142 |
</PackageReference> |
143 |
<PackageReference Include="Salaros.ConfigParser"> |
144 |
<Version>0.3.8</Version> |
145 |
</PackageReference> |
146 |
</ItemGroup> |
147 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
148 |
</Project> |