markus / ConvertService / ServiceBase / Markus.Service.Convert / Markus.Service.Convert.csproj @ b5005d4d
이력 | 보기 | 이력해설 | 다운로드 (6.01 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</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<Deterministic>true</Deterministic> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<DebugType>pdbonly</DebugType> |
29 |
<Optimize>true</Optimize> |
30 |
<OutputPath>bin\Release\</OutputPath> |
31 |
<DefineConstants>TRACE</DefineConstants> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
36 |
<DebugSymbols>true</DebugSymbols> |
37 |
<OutputPath>bin\x64\Debug\</OutputPath> |
38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
39 |
<DebugType>full</DebugType> |
40 |
<PlatformTarget>x64</PlatformTarget> |
41 |
<ErrorReport>prompt</ErrorReport> |
42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
45 |
<OutputPath>bin\x64\Release\</OutputPath> |
46 |
<DefineConstants>TRACE</DefineConstants> |
47 |
<Optimize>true</Optimize> |
48 |
<DebugType>pdbonly</DebugType> |
49 |
<PlatformTarget>x64</PlatformTarget> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 |
</PropertyGroup> |
53 |
<ItemGroup> |
54 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
55 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
56 |
</Reference> |
57 |
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
58 |
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
59 |
</Reference> |
60 |
<Reference Include="MarkusPDF, Version=1.0.7132.27851, Culture=neutral, processorArchitecture=AMD64"> |
61 |
<HintPath>..\packages\MarkusPDF.1.5.7\lib\net45\MarkusPDF.dll</HintPath> |
62 |
</Reference> |
63 |
<Reference Include="System" /> |
64 |
<Reference Include="System.Core" /> |
65 |
<Reference Include="System.Runtime.Serialization" /> |
66 |
<Reference Include="System.ServiceModel" /> |
67 |
<Reference Include="System.Web" /> |
68 |
<Reference Include="System.Windows.Forms" /> |
69 |
<Reference Include="System.Xml.Linq" /> |
70 |
<Reference Include="System.Data.DataSetExtensions" /> |
71 |
<Reference Include="Microsoft.CSharp" /> |
72 |
<Reference Include="System.Data" /> |
73 |
<Reference Include="System.Net.Http" /> |
74 |
<Reference Include="System.Xml" /> |
75 |
</ItemGroup> |
76 |
<ItemGroup> |
77 |
<Compile Include="Connected Services\StationService\Reference.cs"> |
78 |
<AutoGen>True</AutoGen> |
79 |
<DesignTime>True</DesignTime> |
80 |
<DependentUpon>Reference.svcmap</DependentUpon> |
81 |
</Compile> |
82 |
<Compile Include="ConvertService.cs" /> |
83 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
84 |
</ItemGroup> |
85 |
<ItemGroup> |
86 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
87 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
88 |
<Name>Markus.Service.Interface</Name> |
89 |
</ProjectReference> |
90 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
91 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
92 |
<Name>Markus.Service.DataBase</Name> |
93 |
</ProjectReference> |
94 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
95 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
96 |
<Name>Markus.Service.Extensions</Name> |
97 |
</ProjectReference> |
98 |
</ItemGroup> |
99 |
<ItemGroup> |
100 |
<None Include="app.config" /> |
101 |
<None Include="Connected Services\StationService\Markus.Service.Interface.xsd"> |
102 |
<SubType>Designer</SubType> |
103 |
</None> |
104 |
<None Include="Connected Services\StationService\Markus.Service.StationService.ConvertItem.datasource"> |
105 |
<DependentUpon>Reference.svcmap</DependentUpon> |
106 |
</None> |
107 |
<None Include="Connected Services\StationService\service.wsdl" /> |
108 |
<None Include="Connected Services\StationService\service.xsd"> |
109 |
<SubType>Designer</SubType> |
110 |
</None> |
111 |
<None Include="Connected Services\StationService\service1.xsd"> |
112 |
<SubType>Designer</SubType> |
113 |
</None> |
114 |
<None Include="packages.config"> |
115 |
<SubType>Designer</SubType> |
116 |
</None> |
117 |
</ItemGroup> |
118 |
<ItemGroup> |
119 |
<WCFMetadata Include="Connected Services\" /> |
120 |
</ItemGroup> |
121 |
<ItemGroup> |
122 |
<WCFMetadataStorage Include="Connected Services\StationService\" /> |
123 |
</ItemGroup> |
124 |
<ItemGroup> |
125 |
<None Include="Connected Services\StationService\configuration91.svcinfo" /> |
126 |
</ItemGroup> |
127 |
<ItemGroup> |
128 |
<None Include="Connected Services\StationService\configuration.svcinfo" /> |
129 |
</ItemGroup> |
130 |
<ItemGroup> |
131 |
<None Include="Connected Services\StationService\Reference.svcmap"> |
132 |
<Generator>WCF Proxy Generator</Generator> |
133 |
<LastGenOutput>Reference.cs</LastGenOutput> |
134 |
</None> |
135 |
</ItemGroup> |
136 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
137 |
</Project> |