KdanCommon.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>{7B8ABCA1-8DA7-42AE-8AEA-C92053014AC0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>KdanCommon</RootNamespace>
  11. <AssemblyName>KdanCommon</AssemblyName>
  12. <DefaultLanguage>zh-TW</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  40. <PlatformTarget>x86</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  44. <NoWarn>;2008</NoWarn>
  45. <DebugType>full</DebugType>
  46. <UseVSHostingProcess>false</UseVSHostingProcess>
  47. <ErrorReport>prompt</ErrorReport>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <PlatformTarget>x86</PlatformTarget>
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <NoWarn>;2008</NoWarn>
  55. <DebugType>pdbonly</DebugType>
  56. <UseVSHostingProcess>false</UseVSHostingProcess>
  57. <ErrorReport>prompt</ErrorReport>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  60. <PlatformTarget>ARM</PlatformTarget>
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>bin\ARM\Debug\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  64. <NoWarn>;2008</NoWarn>
  65. <DebugType>full</DebugType>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <ErrorReport>prompt</ErrorReport>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  70. <PlatformTarget>ARM</PlatformTarget>
  71. <OutputPath>bin\ARM\Release\</OutputPath>
  72. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <NoWarn>;2008</NoWarn>
  75. <DebugType>pdbonly</DebugType>
  76. <UseVSHostingProcess>false</UseVSHostingProcess>
  77. <ErrorReport>prompt</ErrorReport>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
  80. <PlatformTarget>ARM64</PlatformTarget>
  81. <DebugSymbols>true</DebugSymbols>
  82. <OutputPath>bin\ARM64\Debug\</OutputPath>
  83. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  84. <NoWarn>;2008</NoWarn>
  85. <DebugType>full</DebugType>
  86. <UseVSHostingProcess>false</UseVSHostingProcess>
  87. <ErrorReport>prompt</ErrorReport>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
  90. <PlatformTarget>ARM64</PlatformTarget>
  91. <OutputPath>bin\ARM64\Release\</OutputPath>
  92. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  93. <Optimize>true</Optimize>
  94. <NoWarn>;2008</NoWarn>
  95. <DebugType>pdbonly</DebugType>
  96. <UseVSHostingProcess>false</UseVSHostingProcess>
  97. <ErrorReport>prompt</ErrorReport>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  100. <PlatformTarget>x64</PlatformTarget>
  101. <DebugSymbols>true</DebugSymbols>
  102. <OutputPath>bin\x64\Debug\</OutputPath>
  103. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  104. <NoWarn>;2008</NoWarn>
  105. <DebugType>full</DebugType>
  106. <UseVSHostingProcess>false</UseVSHostingProcess>
  107. <ErrorReport>prompt</ErrorReport>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  110. <PlatformTarget>x64</PlatformTarget>
  111. <OutputPath>bin\x64\Release\</OutputPath>
  112. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  113. <Optimize>true</Optimize>
  114. <NoWarn>;2008</NoWarn>
  115. <DebugType>pdbonly</DebugType>
  116. <UseVSHostingProcess>false</UseVSHostingProcess>
  117. <ErrorReport>prompt</ErrorReport>
  118. </PropertyGroup>
  119. <PropertyGroup>
  120. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  121. </PropertyGroup>
  122. <ItemGroup>
  123. <Compile Include="CMSCollection\CMSCollection.cs" />
  124. <Compile Include="CMSCollection\Data\ISetting.cs" />
  125. <Compile Include="CMSCollection\Data\JsonSetting.cs" />
  126. <Compile Include="CMSCollection\Data\ViewerEventBarSettingResponse.cs" />
  127. <Compile Include="CMSCollection\Data\WindowsCardsResponse.cs" />
  128. <Compile Include="CMSCollection\Data\WindowsEventbarResponse.cs" />
  129. <Compile Include="DocAI\Data\RedactInfoExtractResponse.cs" />
  130. <Compile Include="DocAI\Data\VerifyUserResponse.cs" />
  131. <Compile Include="DocAI\DocAI.cs" />
  132. <Compile Include="GoogleCloud\Data\Lang.cs" />
  133. <Compile Include="GoogleCloud\Data\Vision\ImgesRequest.cs" />
  134. <Compile Include="GoogleCloud\Data\Vision\ImgesResponse.cs" />
  135. <Compile Include="GoogleCloud\GoogleCloud.cs" />
  136. <Compile Include="Helpers\Base64Helper.cs" />
  137. <Compile Include="Helpers\ColorCodeExtension.cs" />
  138. <Compile Include="Helpers\DynamicJsonHelper.cs" />
  139. <Compile Include="Helpers\HttpClientHelper.cs" />
  140. <Compile Include="Helpers\JsonTool.cs" />
  141. <Compile Include="Log\MetroLogService.cs" />
  142. <Compile Include="Mixpanel\Data\ImportRequest.cs" />
  143. <Compile Include="Mixpanel\Data\ImportResult.cs" />
  144. <Compile Include="Mixpanel\Mixpanel.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <EmbeddedResource Include="Properties\KdanCommon.rd.xml" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <PackageReference Include="MetroLog">
  150. <Version>1.0.1</Version>
  151. </PackageReference>
  152. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  153. <Version>6.2.13</Version>
  154. </PackageReference>
  155. <PackageReference Include="Newtonsoft.Json">
  156. <Version>13.0.1</Version>
  157. </PackageReference>
  158. </ItemGroup>
  159. <ItemGroup />
  160. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  161. <VisualStudioVersion>14.0</VisualStudioVersion>
  162. </PropertyGroup>
  163. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. </Project>