프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusLogview / LogviewSqlDependency / LogviewSqlDependency.csproj @ c7b02506

이력 | 보기 | 이력해설 | 다운로드 (4.21 KB)

1 84578b97 djkim
<?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>{224C82F7-EB3F-48D5-A166-9C29416F80EF}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>LogviewSqlDependency</RootNamespace>
10
    <AssemblyName>LogviewSqlDependency</AssemblyName>
11
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <PlatformTarget>AnyCPU</PlatformTarget>
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
    <PlatformTarget>AnyCPU</PlatformTarget>
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <ItemGroup>
35
    <Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
36
      <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
37
    </Reference>
38
    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39
      <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
40
      <Private>True</Private>
41
    </Reference>
42
    <Reference Include="System" />
43
    <Reference Include="System.Core" />
44
    <Reference Include="System.Data.Entity" />
45
    <Reference Include="System.Xml.Linq" />
46
    <Reference Include="System.Data.DataSetExtensions" />
47
    <Reference Include="Microsoft.CSharp" />
48
    <Reference Include="System.Data" />
49
    <Reference Include="System.Net.Http" />
50
    <Reference Include="System.ServiceProcess" />
51
    <Reference Include="System.Xml" />
52
    <Reference Include="TableDependency, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
53
      <HintPath>..\packages\SqlTableDependency.7.1.0\lib\TableDependency.dll</HintPath>
54
    </Reference>
55
    <Reference Include="TableDependency.SqlClient, Version=7.1.0.0, Culture=neutral, processorArchitecture=MSIL">
56
      <HintPath>..\packages\SqlTableDependency.7.1.0\lib\TableDependency.SqlClient.dll</HintPath>
57
    </Reference>
58
  </ItemGroup>
59
  <ItemGroup>
60
    <Compile Include="HubConfiguration.cs" />
61
    <Compile Include="LogviewSqlDependency.cs">
62
      <SubType>Component</SubType>
63
    </Compile>
64
    <Compile Include="LogviewSqlDependency.Designer.cs">
65
      <DependentUpon>LogviewSqlDependency.cs</DependentUpon>
66
    </Compile>
67
    <Compile Include="Program.cs" />
68
    <Compile Include="Properties\AssemblyInfo.cs" />
69
  </ItemGroup>
70
  <ItemGroup>
71
    <None Include="App.config" />
72
    <None Include="packages.config" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
76
      <Project>{F236A005-12F4-406A-B9ED-0C3B5D994001}</Project>
77
      <Name>IKCOM</Name>
78
    </ProjectReference>
79
    <ProjectReference Include="..\MarkusDataModel\MarkusDataModel.csproj">
80
      <Project>{BE83399B-461C-46F5-8B59-C1BE377B0BF5}</Project>
81
      <Name>MarkusDataModel</Name>
82
    </ProjectReference>
83
    <ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj">
84
      <Project>{921DC241-BCA9-40E1-B4B6-661053FCDCE3}</Project>
85
      <Name>ServiceInterface</Name>
86
    </ProjectReference>
87
  </ItemGroup>
88
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)