BellwetherBackend.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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>{852F7BF5-E998-48D1-8512-5CD77F0E10C2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>BellwetherBackend</RootNamespace>
  10. <AssemblyName>BellwetherBackend</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FirstFloor.ModernUI, Version=1.0.5.0, Culture=neutral, PublicKeyToken=2d21ec3cd074c59a, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>DLL\FirstFloor.ModernUI.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>DLL\ICSharpCode.SharpZipLib.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Office.Interop.PowerPoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <EmbedInteropTypes>True</EmbedInteropTypes>
  49. <HintPath>C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.PowerPoint\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.PowerPoint.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>DLL\Microsoft.Windows.Shell.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>DLL\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>DLL\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <EmbedInteropTypes>True</EmbedInteropTypes>
  66. <HintPath>C:\Windows\assembly\GAC_MSIL\office\15.0.0.0__71e9bce111e9429c\office.dll</HintPath>
  67. </Reference>
  68. <Reference Include="SocketTransfer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>DLL\SocketTransfer.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xaml">
  83. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="PresentationCore" />
  87. <Reference Include="PresentationFramework" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ApplicationDefinition Include="App.xaml">
  91. <Generator>MSBuild:Compile</Generator>
  92. <SubType>Designer</SubType>
  93. </ApplicationDefinition>
  94. <Compile Include="SubPage\UcFrontPage.xaml.cs">
  95. <DependentUpon>UcFrontPage.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="SubPage\UcBasicSetting.xaml.cs">
  98. <DependentUpon>UcBasicSetting.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="SubPage\UpdatePage.xaml.cs">
  101. <DependentUpon>UpdatePage.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Utility\GlobalFunction.cs" />
  104. <Compile Include="Utility\ReduceImageResolution.cs" />
  105. <Compile Include="Utility\Setting.cs" />
  106. <EmbeddedResource Include="Assets\appbar.control.add.xaml">
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Assets\appbar.control.connect.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Assets\appbar.control.delete.xaml">
  115. <Generator>MSBuild:Compile</Generator>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Assets\appbar.control.disconnect.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="Assets\appbar.control.downward.xaml">
  123. <Generator>MSBuild:Compile</Generator>
  124. <SubType>Designer</SubType>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="Assets\appbar.control.imgdelete.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Assets\appbar.control.map.xaml">
  131. <Generator>MSBuild:Compile</Generator>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Assets\appbar.control.update.xaml">
  135. <Generator>MSBuild:Compile</Generator>
  136. <SubType>Designer</SubType>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Assets\appbar.control.upward.xaml">
  139. <Generator>MSBuild:Compile</Generator>
  140. <SubType>Designer</SubType>
  141. </EmbeddedResource>
  142. <Page Include="MainWindow.xaml">
  143. <Generator>MSBuild:Compile</Generator>
  144. <SubType>Designer</SubType>
  145. </Page>
  146. <Compile Include="App.xaml.cs">
  147. <DependentUpon>App.xaml</DependentUpon>
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="MainWindow.xaml.cs">
  151. <DependentUpon>MainWindow.xaml</DependentUpon>
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Page Include="ModernWindowResource.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="MyDictionary.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="SubPage\UcFrontPage.xaml">
  163. <Generator>MSBuild:Compile</Generator>
  164. <SubType>Designer</SubType>
  165. </Page>
  166. <Page Include="SubPage\UcBasicSetting.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="SubPage\UpdatePage.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Compile Include="Properties\AssemblyInfo.cs">
  177. <SubType>Code</SubType>
  178. </Compile>
  179. <Compile Include="Properties\Resources.Designer.cs">
  180. <AutoGen>True</AutoGen>
  181. <DesignTime>True</DesignTime>
  182. <DependentUpon>Resources.resx</DependentUpon>
  183. </Compile>
  184. <Compile Include="Properties\Settings.Designer.cs">
  185. <AutoGen>True</AutoGen>
  186. <DependentUpon>Settings.settings</DependentUpon>
  187. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  188. </Compile>
  189. <EmbeddedResource Include="Properties\Resources.resx">
  190. <Generator>ResXFileCodeGenerator</Generator>
  191. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  192. </EmbeddedResource>
  193. <None Include="Properties\Settings.settings">
  194. <Generator>SettingsSingleFileGenerator</Generator>
  195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  196. </None>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="App.config" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ProjectReference Include="..\HistoryWallEditTool\HistoryWallEditTool\HistoryWallEditTool.csproj">
  203. <Project>{94fe2ac5-787c-41d0-882a-61da973ea378}</Project>
  204. <Name>HistoryWallEditTool</Name>
  205. </ProjectReference>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Content Include="DLL\FirstFloor.ModernUI.dll" />
  209. <Content Include="DLL\ICSharpCode.SharpZipLib.dll" />
  210. <Content Include="DLL\Microsoft.Windows.Shell.dll" />
  211. <Content Include="DLL\Microsoft.WindowsAPICodePack.dll" />
  212. <Content Include="DLL\Microsoft.WindowsAPICodePack.Shell.dll" />
  213. <Content Include="DLL\Newtonsoft.Json.dll" />
  214. <Content Include="DLL\SocketTransfer.dll" />
  215. <Resource Include="Image\play.png" />
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. </Project>