Advertisement
Guest User

Untitled

a guest
Jan 5th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3ACB0E76-2B4A-4A3E-BEAC-6CDA7A2A0FD2}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dev</RootNamespace>
  12. <AssemblyName>Dev</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <NuGetPackageImportStamp>
  33. </NuGetPackageImportStamp>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  36. <PlatformTarget>x64</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>..\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. <UseVSHostingProcess>true</UseVSHostingProcess>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  49. <PlatformTarget>x64</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>..\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>..\</OutputPath>
  62. <DefineConstants>TRACE;DEBUG;DEVELOPMENT</DefineConstants>
  63. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  69. <WarningLevel>0</WarningLevel>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  72. <OutputPath>bin\x64\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  75. <Optimize>true</Optimize>
  76. <DebugType>pdbonly</DebugType>
  77. <PlatformTarget>x64</PlatformTarget>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="BsonDiffPatchDotNet, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Data\Assemblies\BsonDiffPatchDotNet.dll</HintPath>
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="jint">
  88. <HintPath>..\Data\Assemblies\jint.dll</HintPath>
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\Data\Assemblies\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="Microsoft.JScript" />
  97. <Reference Include="Microsoft.VisualBasic" />
  98. <Reference Include="MongoDB.Bson">
  99. <HintPath>..\Data\Assemblies\MongoDB.Bson.dll</HintPath>
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="MongoDB.Driver">
  103. <HintPath>..\Data\Assemblies\MongoDB.Driver.dll</HintPath>
  104. <Private>False</Private>
  105. </Reference>
  106. <Reference Include="MongoDB.Driver.Core">
  107. <HintPath>..\Data\Assemblies\MongoDB.Driver.Core.dll</HintPath>
  108. <Private>False</Private>
  109. </Reference>
  110. <Reference Include="MongoDB.Driver.GridFS">
  111. <HintPath>..\Data\Assemblies\MongoDB.Driver.GridFS.dll</HintPath>
  112. <Private>False</Private>
  113. </Reference>
  114. <Reference Include="MongoDB.Driver.Legacy">
  115. <HintPath>..\Data\Assemblies\MongoDB.Driver.Legacy.dll</HintPath>
  116. <Private>False</Private>
  117. </Reference>
  118. <Reference Include="Newtonsoft.Json">
  119. <HintPath>..\Data\Assemblies\Newtonsoft.Json.dll</HintPath>
  120. <Private>False</Private>
  121. </Reference>
  122. <Reference Include="System" />
  123. <Reference Include="System.configuration" />
  124. <Reference Include="System.Core" />
  125. <Reference Include="System.Data.Entity.Design" />
  126. <Reference Include="System.Drawing" />
  127. <Reference Include="System.Net.Http" />
  128. <Reference Include="System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>..\Data\Assemblies\System.Reactive_5.0.0\System.Reactive.dll</HintPath>
  131. <Private>False</Private>
  132. </Reference>
  133. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\Data\Assemblies\System.Reactive_5.0.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  136. <Private>False</Private>
  137. </Reference>
  138. <Reference Include="System.Runtime.Remoting" />
  139. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\Data\Assemblies\System.Reactive_5.0.0\System.Threading.Tasks.Extensions.dll</HintPath>
  142. <Private>False</Private>
  143. </Reference>
  144. <Reference Include="System.Web" />
  145. <Reference Include="System.Web.Extensions" />
  146. <Reference Include="System.Windows.Forms" />
  147. <Reference Include="System.Data.DataSetExtensions" />
  148. <Reference Include="Microsoft.CSharp" />
  149. <Reference Include="System.Data" />
  150. <Reference Include="System.Xml" />
  151. <Reference Include="System.Xml.Linq" />
  152. <Reference Include="websocket-sharp, Version=1.0.2.2953, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
  153. <SpecificVersion>False</SpecificVersion>
  154. <HintPath>..\Data\Assemblies\websocket-sharp.dll</HintPath>
  155. </Reference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include=".\**\*.cs" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="app.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  165. <Visible>False</Visible>
  166. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  167. <Install>false</Install>
  168. </BootstrapperPackage>
  169. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  170. <Visible>False</Visible>
  171. <ProductName>.NET Framework 3.5 SP1</ProductName>
  172. <Install>true</Install>
  173. </BootstrapperPackage>
  174. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  175. <Visible>False</Visible>
  176. <ProductName>Windows Installer 3.1</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <PropertyGroup>
  182. </PropertyGroup>
  183. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  184. Other similar extension points exist, see Microsoft.Common.targets.
  185. <Target Name="BeforeBuild">
  186. </Target>
  187. <Target Name="AfterBuild">
  188. </Target>
  189. -->
  190. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement