markus / MarkusLogview / SignalREngineServiceWindowsService / SignalREngineServiceWindowsService.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (9.36 KB)
1 |
<?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 |
<ProjectGuid>{4D58E19F-AB7B-42DF-8D9E-07C09B1C2602}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>SignalREngineServiceWindowsService</RootNamespace> |
11 |
<AssemblyName>SignalREngineServiceWindowsService</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<PlatformTarget>x86</PlatformTarget> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
20 |
<Optimize>false</Optimize> |
21 |
<OutputPath>bin\Debug\</OutputPath> |
22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
23 |
<ErrorReport>prompt</ErrorReport> |
24 |
<WarningLevel>4</WarningLevel> |
25 |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<PlatformTarget>x86</PlatformTarget> |
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> |
36 |
<StartupObject /> |
37 |
</PropertyGroup> |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
39 |
<DebugSymbols>true</DebugSymbols> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<DebugType>full</DebugType> |
43 |
<PlatformTarget>x86</PlatformTarget> |
44 |
<ErrorReport>prompt</ErrorReport> |
45 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
46 |
<Prefer32Bit>true</Prefer32Bit> |
47 |
</PropertyGroup> |
48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
49 |
<OutputPath>bin\Release\</OutputPath> |
50 |
<DefineConstants>TRACE</DefineConstants> |
51 |
<Optimize>true</Optimize> |
52 |
<DebugType>pdbonly</DebugType> |
53 |
<PlatformTarget>x86</PlatformTarget> |
54 |
<ErrorReport>prompt</ErrorReport> |
55 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
56 |
<Prefer32Bit>true</Prefer32Bit> |
57 |
</PropertyGroup> |
58 |
<PropertyGroup> |
59 |
<TargetZone>LocalIntranet</TargetZone> |
60 |
</PropertyGroup> |
61 |
<PropertyGroup> |
62 |
<GenerateManifests>false</GenerateManifests> |
63 |
</PropertyGroup> |
64 |
<PropertyGroup> |
65 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
66 |
</PropertyGroup> |
67 |
<ItemGroup> |
68 |
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
69 |
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
72 |
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
75 |
<HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath> |
76 |
</Reference> |
77 |
<Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
78 |
<HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath> |
79 |
</Reference> |
80 |
<Reference Include="Microsoft.Owin.Cors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
81 |
<HintPath>..\packages\Microsoft.Owin.Cors.4.0.0\lib\net451\Microsoft.Owin.Cors.dll</HintPath> |
82 |
</Reference> |
83 |
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
84 |
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.0.0\lib\net451\Microsoft.Owin.Host.HttpListener.dll</HintPath> |
85 |
</Reference> |
86 |
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
87 |
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll</HintPath> |
88 |
</Reference> |
89 |
<Reference Include="Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
90 |
<HintPath>..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll</HintPath> |
91 |
</Reference> |
92 |
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
93 |
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
94 |
</Reference> |
95 |
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
96 |
<SpecificVersion>False</SpecificVersion> |
97 |
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
98 |
</Reference> |
99 |
<Reference Include="System" /> |
100 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
101 |
<Reference Include="System.Configuration.Install" /> |
102 |
<Reference Include="System.Core" /> |
103 |
<Reference Include="System.Data.Entity" /> |
104 |
<Reference Include="System.Management" /> |
105 |
<Reference Include="System.Web.Cors, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
106 |
<HintPath>..\packages\Microsoft.AspNet.Cors.5.2.4\lib\net45\System.Web.Cors.dll</HintPath> |
107 |
</Reference> |
108 |
<Reference Include="System.Xml.Linq" /> |
109 |
<Reference Include="System.Data.DataSetExtensions" /> |
110 |
<Reference Include="Microsoft.CSharp" /> |
111 |
<Reference Include="System.Data" /> |
112 |
<Reference Include="System.ServiceProcess" /> |
113 |
<Reference Include="System.Xml" /> |
114 |
<Reference Include="TableDependency, Version=6.1.0.0, Culture=neutral, PublicKeyToken=997305cc1a8bb802, processorArchitecture=MSIL"> |
115 |
<HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.dll</HintPath> |
116 |
</Reference> |
117 |
<Reference Include="TableDependency.SqlClient, Version=6.1.0.0, Culture=neutral, PublicKeyToken=c3b0a3ab9ceb00ff, processorArchitecture=MSIL"> |
118 |
<HintPath>..\packages\SqlTableDependency.6.1.0.0\lib\TableDependency.SqlClient.dll</HintPath> |
119 |
</Reference> |
120 |
</ItemGroup> |
121 |
<ItemGroup> |
122 |
<Compile Include="HubConfig\HubConfig.cs" /> |
123 |
<Compile Include="SignalREngineServiceWindowsService.cs"> |
124 |
<SubType>Component</SubType> |
125 |
</Compile> |
126 |
<Compile Include="SignalREngineServiceInstaller.cs"> |
127 |
<SubType>Component</SubType> |
128 |
</Compile> |
129 |
<Compile Include="Program.cs" /> |
130 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
131 |
</ItemGroup> |
132 |
<ItemGroup> |
133 |
<None Include="App.config"> |
134 |
<SubType>Designer</SubType> |
135 |
</None> |
136 |
<None Include="InstallAndStartService.bat"> |
137 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
138 |
</None> |
139 |
<None Include="packages.config" /> |
140 |
<None Include="Properties\app.manifest" /> |
141 |
<None Include="Scripts\jquery-3.3.1.min.map" /> |
142 |
<None Include="Scripts\jquery-3.3.1.slim.min.map" /> |
143 |
<None Include="UnInstallService.bat"> |
144 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
145 |
</None> |
146 |
</ItemGroup> |
147 |
<ItemGroup> |
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 |
<ProjectReference Include="..\SignalREngine\SignalREngine.csproj"> |
157 |
<Project>{a2f2730e-492c-47df-843e-7f3aff9d544f}</Project> |
158 |
<Name>SignalREngine</Name> |
159 |
</ProjectReference> |
160 |
</ItemGroup> |
161 |
<ItemGroup> |
162 |
<EmbeddedResource Include="SignalREngineServiceWindowsService.resx"> |
163 |
<DependentUpon>SignalREngineServiceWindowsService.cs</DependentUpon> |
164 |
</EmbeddedResource> |
165 |
</ItemGroup> |
166 |
<ItemGroup> |
167 |
<Content Include="Scripts\jquery-3.3.1.intellisense.js" /> |
168 |
<Content Include="Scripts\jquery-3.3.1.js" /> |
169 |
<Content Include="Scripts\jquery-3.3.1.min.js" /> |
170 |
<Content Include="Scripts\jquery-3.3.1.slim.js" /> |
171 |
<Content Include="Scripts\jquery-3.3.1.slim.min.js" /> |
172 |
<Content Include="Scripts\jquery.signalR-2.2.2.js" /> |
173 |
<Content Include="Scripts\jquery.signalR-2.2.2.min.js" /> |
174 |
</ItemGroup> |
175 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
176 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
177 |
Other similar extension points exist, see Microsoft.Common.targets. |
178 |
<Target Name="BeforeBuild"> |
179 |
</Target> |
180 |
<Target Name="AfterBuild"> |
181 |
</Target> |
182 |
--> |
183 |
</Project> |