BellwetherBackend.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>DLL\Microsoft.Windows.Shell.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>DLL\Newtonsoft.Json.dll</HintPath>
  53. </Reference>
  54. <Reference Include="SocketTransfer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>DLL\SocketTransfer.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </ApplicationDefinition>
  78. <Compile Include="SubPage\UcBasicSetting.xaml.cs">
  79. <DependentUpon>UcBasicSetting.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="SubPage\UpdatePage.xaml.cs">
  82. <DependentUpon>UpdatePage.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="Utility\GlobalFunction.cs" />
  85. <Compile Include="Utility\Setting.cs" />
  86. <EmbeddedResource Include="Assets\appbar.control.add.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Assets\appbar.control.connect.xaml">
  91. <Generator>MSBuild:Compile</Generator>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. <EmbeddedResource Include="Assets\appbar.control.delete.xaml">
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="Assets\appbar.control.disconnect.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="Assets\appbar.control.downward.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="Assets\appbar.control.imgdelete.xaml">
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Assets\appbar.control.map.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Assets\appbar.control.update.xaml">
  115. <Generator>MSBuild:Compile</Generator>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Assets\appbar.control.upward.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </EmbeddedResource>
  122. <Page Include="MainWindow.xaml">
  123. <Generator>MSBuild:Compile</Generator>
  124. <SubType>Designer</SubType>
  125. </Page>
  126. <Compile Include="App.xaml.cs">
  127. <DependentUpon>App.xaml</DependentUpon>
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="MainWindow.xaml.cs">
  131. <DependentUpon>MainWindow.xaml</DependentUpon>
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Page Include="ModernWindowResource.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. </Page>
  138. <Page Include="MyDictionary.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="SubPage\UcBasicSetting.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="SubPage\UpdatePage.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Compile Include="Properties\AssemblyInfo.cs">
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="Properties\Resources.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DesignTime>True</DesignTime>
  158. <DependentUpon>Resources.resx</DependentUpon>
  159. </Compile>
  160. <Compile Include="Properties\Settings.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DependentUpon>Settings.settings</DependentUpon>
  163. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  164. </Compile>
  165. <EmbeddedResource Include="Properties\Resources.resx">
  166. <Generator>ResXFileCodeGenerator</Generator>
  167. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  168. </EmbeddedResource>
  169. <None Include="Properties\Settings.settings">
  170. <Generator>SettingsSingleFileGenerator</Generator>
  171. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  172. </None>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="App.config" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ProjectReference Include="..\HistoryWallEditTool\HistoryWallEditTool\HistoryWallEditTool.csproj">
  179. <Project>{94fe2ac5-787c-41d0-882a-61da973ea378}</Project>
  180. <Name>HistoryWallEditTool</Name>
  181. </ProjectReference>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Content Include="DLL\FirstFloor.ModernUI.dll" />
  185. <Content Include="DLL\ICSharpCode.SharpZipLib.dll" />
  186. <Content Include="DLL\Microsoft.Windows.Shell.dll" />
  187. <Content Include="DLL\Microsoft.WindowsAPICodePack.dll" />
  188. <Content Include="DLL\Microsoft.WindowsAPICodePack.Shell.dll" />
  189. <Content Include="DLL\Newtonsoft.Json.dll" />
  190. <Content Include="DLL\SocketTransfer.dll" />
  191. </ItemGroup>
  192. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  193. </Project>