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