markus / FinalService / KCOM_FinalService / IServiceBase / Markus.Service.Interface.csproj @ f2c3d74c
이력 | 보기 | 이력해설 | 다운로드 (3.3 KB)
1 | f2c3d74c | 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>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>Markus.Service</RootNamespace> |
||
11 | <AssemblyName>Markus.Service.Interface</AssemblyName> |
||
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | </PropertyGroup> |
||
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
26 | <DebugType>pdbonly</DebugType> |
||
27 | <Optimize>true</Optimize> |
||
28 | <OutputPath>bin\Release\</OutputPath> |
||
29 | <DefineConstants>TRACE</DefineConstants> |
||
30 | <ErrorReport>prompt</ErrorReport> |
||
31 | <WarningLevel>4</WarningLevel> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
34 | <DebugSymbols>true</DebugSymbols> |
||
35 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
36 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
37 | <DebugType>full</DebugType> |
||
38 | <PlatformTarget>x64</PlatformTarget> |
||
39 | <ErrorReport>prompt</ErrorReport> |
||
40 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
41 | </PropertyGroup> |
||
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
43 | <OutputPath>bin\x64\Release\</OutputPath> |
||
44 | <DefineConstants>TRACE</DefineConstants> |
||
45 | <Optimize>true</Optimize> |
||
46 | <DebugType>pdbonly</DebugType> |
||
47 | <PlatformTarget>x64</PlatformTarget> |
||
48 | <ErrorReport>prompt</ErrorReport> |
||
49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
50 | </PropertyGroup> |
||
51 | <ItemGroup> |
||
52 | <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
||
53 | <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
||
54 | </Reference> |
||
55 | <Reference Include="System" /> |
||
56 | <Reference Include="System.Core" /> |
||
57 | <Reference Include="System.Runtime.Serialization" /> |
||
58 | <Reference Include="System.Xml.Linq" /> |
||
59 | <Reference Include="System.Data.DataSetExtensions" /> |
||
60 | <Reference Include="Microsoft.CSharp" /> |
||
61 | <Reference Include="System.Data" /> |
||
62 | <Reference Include="System.Net.Http" /> |
||
63 | <Reference Include="System.Xml" /> |
||
64 | </ItemGroup> |
||
65 | <ItemGroup> |
||
66 | <Compile Include="ProcessContext.cs" /> |
||
67 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
68 | <Compile Include="ConvertItem.cs" /> |
||
69 | </ItemGroup> |
||
70 | <ItemGroup> |
||
71 | <None Include="packages.config" /> |
||
72 | </ItemGroup> |
||
73 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
74 | </Project> |