RegistrationAuthorization.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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>{8B08AA54-13CA-4D28-8F70-3B1F238E10A4}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>RegistrationAuthorization</RootNamespace>
  10. <AssemblyName>RegistrationAuthorization</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\x64\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\Release_oxford50\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\x64\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  57. <OutputPath>bin\x64\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x64</PlatformTarget>
  62. <LangVersion>7.3</LangVersion>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  69. <DefineConstants>DEBUG;TRACE</DefineConstants>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <LangVersion>7.3</LangVersion>
  73. <ErrorReport>prompt</ErrorReport>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  77. <DebugSymbols>true</DebugSymbols>
  78. <OutputPath>bin\CleannessRelease\</OutputPath>
  79. <DefineConstants>DEBUG;TRACE</DefineConstants>
  80. <DebugType>full</DebugType>
  81. <PlatformTarget>AnyCPU</PlatformTarget>
  82. <LangVersion>7.3</LangVersion>
  83. <ErrorReport>prompt</ErrorReport>
  84. <Prefer32Bit>true</Prefer32Bit>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  87. <DebugSymbols>true</DebugSymbols>
  88. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  89. <DefineConstants>DEBUG;TRACE</DefineConstants>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x64</PlatformTarget>
  92. <LangVersion>7.3</LangVersion>
  93. <ErrorReport>prompt</ErrorReport>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  97. <DebugSymbols>true</DebugSymbols>
  98. <OutputPath>bin\LithiumCleanness\</OutputPath>
  99. <DefineConstants>DEBUG;TRACE</DefineConstants>
  100. <DebugType>full</DebugType>
  101. <PlatformTarget>AnyCPU</PlatformTarget>
  102. <LangVersion>7.3</LangVersion>
  103. <ErrorReport>prompt</ErrorReport>
  104. <Prefer32Bit>true</Prefer32Bit>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  107. <DebugSymbols>true</DebugSymbols>
  108. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  109. <DefineConstants>DEBUG;TRACE</DefineConstants>
  110. <DebugType>full</DebugType>
  111. <PlatformTarget>x64</PlatformTarget>
  112. <LangVersion>7.3</LangVersion>
  113. <ErrorReport>prompt</ErrorReport>
  114. <Prefer32Bit>true</Prefer32Bit>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  117. <DebugSymbols>true</DebugSymbols>
  118. <OutputPath>bin\Release_oxford60\</OutputPath>
  119. <DefineConstants>DEBUG;TRACE</DefineConstants>
  120. <DebugType>full</DebugType>
  121. <PlatformTarget>AnyCPU</PlatformTarget>
  122. <LangVersion>7.3</LangVersion>
  123. <ErrorReport>prompt</ErrorReport>
  124. <Prefer32Bit>true</Prefer32Bit>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  127. <DebugSymbols>true</DebugSymbols>
  128. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  129. <DefineConstants>DEBUG;TRACE</DefineConstants>
  130. <DebugType>full</DebugType>
  131. <PlatformTarget>x64</PlatformTarget>
  132. <LangVersion>7.3</LangVersion>
  133. <ErrorReport>prompt</ErrorReport>
  134. <Prefer32Bit>true</Prefer32Bit>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  137. <DebugSymbols>true</DebugSymbols>
  138. <OutputPath>bin\Release_oxford61\</OutputPath>
  139. <DefineConstants>DEBUG;TRACE</DefineConstants>
  140. <DebugType>full</DebugType>
  141. <PlatformTarget>AnyCPU</PlatformTarget>
  142. <LangVersion>7.3</LangVersion>
  143. <ErrorReport>prompt</ErrorReport>
  144. <Prefer32Bit>true</Prefer32Bit>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  147. <DebugSymbols>true</DebugSymbols>
  148. <OutputPath>bin\x64\Release_oxford61\</OutputPath>
  149. <DefineConstants>DEBUG;TRACE</DefineConstants>
  150. <DebugType>full</DebugType>
  151. <PlatformTarget>x64</PlatformTarget>
  152. <LangVersion>7.3</LangVersion>
  153. <ErrorReport>prompt</ErrorReport>
  154. <Prefer32Bit>true</Prefer32Bit>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  157. <DebugSymbols>true</DebugSymbols>
  158. <OutputPath>bin\Release_oxford62\</OutputPath>
  159. <DefineConstants>DEBUG;TRACE</DefineConstants>
  160. <DebugType>full</DebugType>
  161. <PlatformTarget>AnyCPU</PlatformTarget>
  162. <LangVersion>7.3</LangVersion>
  163. <ErrorReport>prompt</ErrorReport>
  164. <Prefer32Bit>true</Prefer32Bit>
  165. </PropertyGroup>
  166. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  167. <DebugSymbols>true</DebugSymbols>
  168. <OutputPath>bin\x64\Release_oxford62\</OutputPath>
  169. <DefineConstants>DEBUG;TRACE</DefineConstants>
  170. <DebugType>full</DebugType>
  171. <PlatformTarget>x64</PlatformTarget>
  172. <LangVersion>7.3</LangVersion>
  173. <ErrorReport>prompt</ErrorReport>
  174. <Prefer32Bit>true</Prefer32Bit>
  175. </PropertyGroup>
  176. <ItemGroup>
  177. <Reference Include="System" />
  178. <Reference Include="System.Core" />
  179. <Reference Include="System.Management" />
  180. <Reference Include="System.Xml.Linq" />
  181. <Reference Include="System.Data.DataSetExtensions" />
  182. <Reference Include="Microsoft.CSharp" />
  183. <Reference Include="System.Data" />
  184. <Reference Include="System.Deployment" />
  185. <Reference Include="System.Drawing" />
  186. <Reference Include="System.Net.Http" />
  187. <Reference Include="System.Windows.Forms" />
  188. <Reference Include="System.Xml" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Compile Include="Form1.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="Form1.Designer.cs">
  195. <DependentUpon>Form1.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="Program.cs" />
  198. <Compile Include="Properties\AssemblyInfo.cs" />
  199. <EmbeddedResource Include="Form1.resx">
  200. <DependentUpon>Form1.cs</DependentUpon>
  201. </EmbeddedResource>
  202. <EmbeddedResource Include="Properties\Resources.resx">
  203. <Generator>ResXFileCodeGenerator</Generator>
  204. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  205. <SubType>Designer</SubType>
  206. </EmbeddedResource>
  207. <Compile Include="Properties\Resources.Designer.cs">
  208. <AutoGen>True</AutoGen>
  209. <DependentUpon>Resources.resx</DependentUpon>
  210. <DesignTime>True</DesignTime>
  211. </Compile>
  212. <None Include="Properties\Settings.settings">
  213. <Generator>SettingsSingleFileGenerator</Generator>
  214. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  215. </None>
  216. <Compile Include="Properties\Settings.Designer.cs">
  217. <AutoGen>True</AutoGen>
  218. <DependentUpon>Settings.settings</DependentUpon>
  219. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  220. </Compile>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <None Include="App.config" />
  224. </ItemGroup>
  225. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  226. </Project>