markus / MarkusLogview / MarkusConsoleApplication / MarkusConsoleApplication.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (3.78 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>{750EEC41-ACAD-4824-8FBF-44ACB89ED3FA}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>MarkusConsoleApplication</RootNamespace> |
10 |
<AssemblyName>MarkusConsoleApplication</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.Xml" /> |
51 |
<Reference Include="TableDependency, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
52 |
<HintPath>..\packages\SqlTableDependency.7.0.0\lib\TableDependency.dll</HintPath> |
53 |
</Reference> |
54 |
<Reference Include="TableDependency.SqlClient, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
55 |
<HintPath>..\packages\SqlTableDependency.7.0.0\lib\TableDependency.SqlClient.dll</HintPath> |
56 |
</Reference> |
57 |
</ItemGroup> |
58 |
<ItemGroup> |
59 |
<Compile Include="HubConfiguration.cs" /> |
60 |
<Compile Include="Program.cs" /> |
61 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
62 |
</ItemGroup> |
63 |
<ItemGroup> |
64 |
<None Include="App.config" /> |
65 |
<None Include="packages.config" /> |
66 |
</ItemGroup> |
67 |
<ItemGroup> |
68 |
<ProjectReference Include="..\MarkusDataModel\MarkusDataModel.csproj"> |
69 |
<Project>{BE83399B-461C-46F5-8B59-C1BE377B0BF5}</Project> |
70 |
<Name>MarkusDataModel</Name> |
71 |
</ProjectReference> |
72 |
<ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj"> |
73 |
<Project>{921DC241-BCA9-40E1-B4B6-661053FCDCE3}</Project> |
74 |
<Name>ServiceInterface</Name> |
75 |
</ProjectReference> |
76 |
</ItemGroup> |
77 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
78 |
</Project> |