markus / MarkusLogview / SignalREngine / SignalREngine.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (11.3 KB)
1 | 84578b97 | djkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" 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 | <ProductVersion> |
||
8 | </ProductVersion> |
||
9 | <SchemaVersion>2.0</SchemaVersion> |
||
10 | <ProjectGuid>{A2F2730E-492C-47DF-843E-7F3AFF9D544F}</ProjectGuid> |
||
11 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
12 | <OutputType>Library</OutputType> |
||
13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
14 | <RootNamespace>SignalREngine</RootNamespace> |
||
15 | <AssemblyName>SignalREngine</AssemblyName> |
||
16 | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
||
17 | <UseIISExpress>true</UseIISExpress> |
||
18 | <IISExpressSSLPort /> |
||
19 | <IISExpressAnonymousAuthentication /> |
||
20 | <IISExpressWindowsAuthentication /> |
||
21 | <IISExpressUseClassicPipelineMode /> |
||
22 | <TargetFrameworkProfile /> |
||
23 | <Use64BitIISExpress /> |
||
24 | <UseGlobalApplicationHostFile /> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
27 | <DebugSymbols>true</DebugSymbols> |
||
28 | <DebugType>full</DebugType> |
||
29 | <Optimize>false</Optimize> |
||
30 | <OutputPath>bin\</OutputPath> |
||
31 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | <PlatformTarget>x86</PlatformTarget> |
||
35 | </PropertyGroup> |
||
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
37 | <DebugType>pdbonly</DebugType> |
||
38 | <Optimize>true</Optimize> |
||
39 | <OutputPath>bin\</OutputPath> |
||
40 | <DefineConstants>TRACE</DefineConstants> |
||
41 | <ErrorReport>prompt</ErrorReport> |
||
42 | <WarningLevel>4</WarningLevel> |
||
43 | <PlatformTarget>x86</PlatformTarget> |
||
44 | </PropertyGroup> |
||
45 | <ItemGroup> |
||
46 | <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
47 | <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath> |
||
48 | </Reference> |
||
49 | <Reference Include="Microsoft.AspNet.SignalR.Owin, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
50 | <HintPath>..\packages\Microsoft.AspNet.SignalR.Owin.1.2.2\lib\net45\Microsoft.AspNet.SignalR.Owin.dll</HintPath> |
||
51 | </Reference> |
||
52 | <Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
53 | <HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath> |
||
54 | </Reference> |
||
55 | <Reference Include="Microsoft.CSharp" /> |
||
56 | <Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
57 | <HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath> |
||
58 | </Reference> |
||
59 | <Reference Include="Microsoft.Owin.Cors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
60 | <HintPath>..\packages\Microsoft.Owin.Cors.4.0.0\lib\net451\Microsoft.Owin.Cors.dll</HintPath> |
||
61 | </Reference> |
||
62 | <Reference Include="Microsoft.Owin.Diagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
63 | <HintPath>..\packages\Microsoft.Owin.Diagnostics.4.0.0\lib\net451\Microsoft.Owin.Diagnostics.dll</HintPath> |
||
64 | </Reference> |
||
65 | <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
66 | <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.0.0\lib\net451\Microsoft.Owin.Host.HttpListener.dll</HintPath> |
||
67 | </Reference> |
||
68 | <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
69 | <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll</HintPath> |
||
70 | </Reference> |
||
71 | <Reference Include="Microsoft.Owin.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
72 | <HintPath>..\packages\Microsoft.Owin.Hosting.4.0.0\lib\net451\Microsoft.Owin.Hosting.dll</HintPath> |
||
73 | </Reference> |
||
74 | <Reference Include="Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
75 | <HintPath>..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll</HintPath> |
||
76 | </Reference> |
||
77 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
78 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
||
79 | <Private>True</Private> |
||
80 | </Reference> |
||
81 | <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
||
82 | <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
83 | </Reference> |
||
84 | <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
||
85 | <SpecificVersion>False</SpecificVersion> |
||
86 | <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
||
87 | </Reference> |
||
88 | <Reference Include="System.Data.DataSetExtensions" /> |
||
89 | <Reference Include="System.Data.Entity" /> |
||
90 | <Reference Include="System.Net.Http" /> |
||
91 | <Reference Include="System.Web.Cors, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
92 | <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.4\lib\net45\System.Web.Cors.dll</HintPath> |
||
93 | </Reference> |
||
94 | <Reference Include="System.Web.DynamicData" /> |
||
95 | <Reference Include="System.Web.Entity" /> |
||
96 | <Reference Include="System.Web.ApplicationServices" /> |
||
97 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
98 | <Reference Include="System" /> |
||
99 | <Reference Include="System.Data" /> |
||
100 | <Reference Include="System.Web.Extensions" /> |
||
101 | <Reference Include="System.Drawing" /> |
||
102 | <Reference Include="System.Web" /> |
||
103 | <Reference Include="System.Xml" /> |
||
104 | <Reference Include="System.Configuration" /> |
||
105 | <Reference Include="System.Web.Services" /> |
||
106 | <Reference Include="System.EnterpriseServices" /> |
||
107 | <Reference Include="System.Xml.Linq" /> |
||
108 | <Reference Include="TableDependency, Version=6.1.0.0, Culture=neutral, PublicKeyToken=997305cc1a8bb802, processorArchitecture=MSIL"> |
||
109 | <HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.dll</HintPath> |
||
110 | </Reference> |
||
111 | <Reference Include="TableDependency.SqlClient, Version=6.1.0.0, Culture=neutral, PublicKeyToken=c3b0a3ab9ceb00ff, processorArchitecture=MSIL"> |
||
112 | <HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.SqlClient.dll</HintPath> |
||
113 | </Reference> |
||
114 | </ItemGroup> |
||
115 | <ItemGroup> |
||
116 | <Content Include="packages.config" /> |
||
117 | <None Include="Scripts\jquery-3.3.1.intellisense.js" /> |
||
118 | <Content Include="Scripts\jquery-3.3.1.js" /> |
||
119 | <Content Include="Scripts\jquery-3.3.1.min.js" /> |
||
120 | <Content Include="Scripts\jquery-3.3.1.slim.js" /> |
||
121 | <Content Include="Scripts\jquery-3.3.1.slim.min.js" /> |
||
122 | <Content Include="Scripts\jquery-3.3.1.slim.min.map" /> |
||
123 | <Content Include="Scripts\jquery-3.3.1.min.map" /> |
||
124 | <None Include="Web.Debug.config"> |
||
125 | <DependentUpon>Web.config</DependentUpon> |
||
126 | </None> |
||
127 | <None Include="Web.Release.config"> |
||
128 | <DependentUpon>Web.config</DependentUpon> |
||
129 | </None> |
||
130 | </ItemGroup> |
||
131 | <ItemGroup> |
||
132 | <Content Include="Scripts\jquery.signalR-2.2.2.js" /> |
||
133 | <Content Include="Scripts\jquery.signalR-2.2.2.min.js" /> |
||
134 | <Content Include="Web.config" /> |
||
135 | </ItemGroup> |
||
136 | <ItemGroup> |
||
137 | <Compile Include="Dto\HelloModel.cs" /> |
||
138 | <Compile Include="MyHub.cs" /> |
||
139 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
140 | <Compile Include="ServiceInterface\LogView_Interface.cs" /> |
||
141 | <Compile Include="Startup.cs" /> |
||
142 | </ItemGroup> |
||
143 | <ItemGroup> |
||
144 | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
||
145 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
146 | <Name>IKCOM</Name> |
||
147 | </ProjectReference> |
||
148 | <ProjectReference Include="..\MarkusDataModel\MarkusDataModel.csproj"> |
||
149 | <Project>{be83399b-461c-46f5-8b59-c1be377b0bf5}</Project> |
||
150 | <Name>MarkusDataModel</Name> |
||
151 | </ProjectReference> |
||
152 | <ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj"> |
||
153 | <Project>{921dc241-bca9-40e1-b4b6-661053fcdce3}</Project> |
||
154 | <Name>ServiceInterface</Name> |
||
155 | </ProjectReference> |
||
156 | </ItemGroup> |
||
157 | <ItemGroup> |
||
158 | <WCFMetadata Include="Connected Services\" /> |
||
159 | </ItemGroup> |
||
160 | <PropertyGroup> |
||
161 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
162 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
163 | </PropertyGroup> |
||
164 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
||
165 | <DebugSymbols>true</DebugSymbols> |
||
166 | <OutputPath>bin\</OutputPath> |
||
167 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
168 | <DebugType>full</DebugType> |
||
169 | <PlatformTarget>x86</PlatformTarget> |
||
170 | <ErrorReport>prompt</ErrorReport> |
||
171 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
172 | </PropertyGroup> |
||
173 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
174 | <OutputPath>bin\</OutputPath> |
||
175 | <DefineConstants>TRACE</DefineConstants> |
||
176 | <Optimize>true</Optimize> |
||
177 | <DebugType>pdbonly</DebugType> |
||
178 | <PlatformTarget>x86</PlatformTarget> |
||
179 | <ErrorReport>prompt</ErrorReport> |
||
180 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
181 | </PropertyGroup> |
||
182 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||
183 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
184 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
185 | <ProjectExtensions> |
||
186 | <VisualStudio> |
||
187 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
188 | <WebProjectProperties> |
||
189 | <UseIIS>True</UseIIS> |
||
190 | <AutoAssignPort>True</AutoAssignPort> |
||
191 | <DevelopmentServerPort>65385</DevelopmentServerPort> |
||
192 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
193 | <IISUrl>http://localhost:65385/</IISUrl> |
||
194 | <NTLMAuthentication>False</NTLMAuthentication> |
||
195 | <UseCustomServer>False</UseCustomServer> |
||
196 | <CustomServerUrl> |
||
197 | </CustomServerUrl> |
||
198 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
199 | </WebProjectProperties> |
||
200 | </FlavorProperties> |
||
201 | </VisualStudio> |
||
202 | </ProjectExtensions> |
||
203 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
204 | Other similar extension points exist, see Microsoft.Common.targets. |
||
205 | <Target Name="BeforeBuild"> |
||
206 | </Target> |
||
207 | <Target Name="AfterBuild"> |
||
208 | </Target> |
||
209 | --> |
||
210 | </Project> |