CLI tool for running Playbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
7.4 KiB

1 year ago
  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>{9BDA9D32-E9A1-4DB8-9D90-443792107E28}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TrustedUninstaller.Shared</RootNamespace>
  11. <AssemblyName>TrustedUninstaller.Shared</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <LangVersion>8</LangVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  19. <DebugSymbols>true</DebugSymbols>
  20. <OutputPath>bin\x64\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <DebugType>full</DebugType>
  23. <PlatformTarget>x64</PlatformTarget>
  24. <ErrorReport>prompt</ErrorReport>
  25. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  26. <Nullable>enable</Nullable>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  30. <OutputPath>bin\x64\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <Optimize>true</Optimize>
  33. <DebugType>embedded</DebugType>
  34. <PlatformTarget>x64</PlatformTarget>
  35. <ErrorReport>prompt</ErrorReport>
  36. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  37. <Nullable>enable</Nullable>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="PresentationFramework" />
  42. <Reference Include="System" />
  43. <Reference Include="System.ComponentModel.Composition" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.DirectoryServices" />
  46. <Reference Include="System.DirectoryServices.AccountManagement" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System.Management" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.ServiceProcess" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Windows">
  62. <HintPath>bin\Debug\Windows.winmd</HintPath>
  63. <Private>True</Private>
  64. <EmbedInteropTypes>False</EmbedInteropTypes>
  65. </Reference>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Actions\RegistryValueAction.cs" />
  69. <Compile Include="Actions\SystemPackageAction.cs" />
  70. <Compile Include="Actions\TaskKillAction.cs" />
  71. <Compile Include="Actions\ScheduledTaskAction.cs" />
  72. <Compile Include="Actions\LineInFileAction.cs" />
  73. <Compile Include="Actions\CmdAction.cs" />
  74. <Compile Include="Actions\ShortcutAction.cs" />
  75. <Compile Include="Actions\PowerShellAction.cs" />
  76. <Compile Include="Actions\RunAction.cs" />
  77. <Compile Include="Actions\FileAction.cs" />
  78. <Compile Include="Actions\AppxAction.cs" />
  79. <Compile Include="Actions\LanguageAction.cs" />
  80. <Compile Include="Actions\RegistryKeyAction.cs" />
  81. <Compile Include="Actions\ServiceAction.cs" />
  82. <Compile Include="Actions\UpdateAction.cs" />
  83. <Compile Include="Actions\UserAction.cs" />
  84. <Compile Include="Actions\WriteStatusAction.cs" />
  85. <Compile Include="AmeliorationUtil.cs" />
  86. <Compile Include="DualOut.cs" />
  87. <Compile Include="Globals.cs" />
  88. <Compile Include="Playbook.cs" />
  89. <Compile Include="ProviderStatus.cs" />
  90. <Compile Include="ErrorLogger.cs" />
  91. <Compile Include="Exceptions\InvalidRegistryEntryException.cs" />
  92. <Compile Include="Exceptions\TaskInProgressException.cs" />
  93. <Compile Include="NativeProcess.cs" />
  94. <Compile Include="Parser\ConfigParser.cs" />
  95. <Compile Include="Parser\TaskActionResolver.cs" />
  96. <Compile Include="Predicates\IPredicate.cs" />
  97. <Compile Include="Requirements.cs" />
  98. <Compile Include="Tasks\UninstallTaskPrivilege.cs" />
  99. <Compile Include="Tasks\ITaskAction.cs" />
  100. <Compile Include="Tasks\UninstallTaskStatus.cs" />
  101. <Compile Include="Tasks\UninstallTask.cs" />
  102. <Compile Include="WinUtil.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <COMReference Include="IWshRuntimeLibrary">
  107. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  108. <VersionMajor>1</VersionMajor>
  109. <VersionMinor>0</VersionMinor>
  110. <Lcid>0</Lcid>
  111. <WrapperTool>tlbimp</WrapperTool>
  112. <Isolated>False</Isolated>
  113. <EmbedInteropTypes>True</EmbedInteropTypes>
  114. </COMReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <WCFMetadata Include="Connected Services\" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <PackageReference Include="Microsoft.PowerShell.5.ReferenceAssemblies" Version="1.1.0" />
  121. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  122. <PackageReference Include="System.IO" Version="4.3.0" />
  123. <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
  124. <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
  125. <PackageReference Include="System.Runtime" Version="4.3.0" />
  126. <PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
  127. <PackageReference Include="System.Security.Cryptography.Encoding" Version="4.3.0" />
  128. <PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
  129. <PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.0" />
  130. <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
  131. <PackageReference Include="TaskScheduler" Version="2.10.1" />
  132. <PackageReference Include="YamlDotNet" Version="11.2.1" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <EmbeddedResource Include="Properties\UsrClass.dat" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <PropertyGroup>
  139. <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
  140. </PropertyGroup>
  141. <PropertyGroup>
  142. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  143. <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
  144. </PropertyGroup>
  145. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' != 'Single File|x64' ">
  146. <PostBuildEvent>for /f "usebackq delims=" %%A in (`DIR /B /S /A:d "$(SolutionDir)" ^| FINDSTR /R /c:".*\\bin\\.*\\de$" /c:".*\\bin\\.*\\en$" /c:".*\\bin\\.*\\es$" /c:".*\\bin\\.*\\fr$" /c:".*\\bin\\.*\\it$" /c:".*\\bin\\.*\\ja$" /c:".*\\bin\\.*\\ko$" /c:".*\\bin\\.*\\ru$" /c:".*\\bin\\.*\\zh-Hans$" /c:".*\\bin\\.*\\zh-Hant$" /c:".*\\bin\\.*\\pl$" /c:".*\\bin\\.*\\zh-CN$"`) do (RMDIR /Q /S "%%A" &amp; cmd /c "exit /b 0")</PostBuildEvent>
  147. </PropertyGroup>
  148. </Project>