Skip to content

Commit

Permalink
Common: More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Oct 15, 2023
1 parent d2fc91e commit 2e76ad9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\UnifiedUpdatePlatform.Common.Messaging\</IntermediateOutputPath>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,16 @@
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
<OutputPath>$(SolutionDir)build\$(Platform)\$(Configuration)\UnifiedUpdatePlatform.Imaging\</OutputPath>
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\UnifiedUpdatePlatform.Imaging\</IntermediateOutputPath>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\thirdparty\Microsoft.Wim\Microsoft.Wim.csproj" />
<ProjectReference Include="..\TempManager\UnifiedUpdatePlatform.Services.Temp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Joveler.DynLoader" Version="2.3.0" />
<PackageReference Include="ManagedWimLib" Version="2.5.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-preview.2.22152.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@
<ProjectReference Include="..\UnifiedUpdatePlatform.Imaging\UnifiedUpdatePlatform.Services.Imaging.csproj" />
<ProjectReference Include="..\TempManager\UnifiedUpdatePlatform.Services.Temp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@
<PackageReference Include="JCRCI.LTRData.DiscUtils.Registry" Version="1.0.31" />
<PackageReference Include="JCRCI.LTRData.DiscUtils.Streams" Version="1.0.31" />
<PackageReference Include="ini-parser" Version="2.5.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" />
<PackageReference Include="System.Security.AccessControl" Version="6.0.2-mauipre.1.22102.15" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<ProjectReference Include="..\CompDB\UnifiedUpdatePlatform.Services.Composition.Database.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0-rc.2.23479.6" />
</ItemGroup>
</Project>
27 changes: 1 addition & 26 deletions src/VirtualHardDiskLib/VirtualHardDiskLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,15 @@
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
<OutputPath>$(SolutionDir)build\$(Platform)\$(Configuration)\VirtualDiskLib\</OutputPath>
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\VirtualDiskLib\</IntermediateOutputPath>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JCRCI.LTRData.DiscUtils.Core" Version="1.0.31" />
<PackageReference Include="JCRCI.LTRData.DiscUtils.Ntfs" Version="1.0.31" />
<PackageReference Include="JCRCI.LTRData.DiscUtils.Streams" Version="1.0.31" />
<PackageReference Include="JCRCI.LTRData.DiscUtils.Vhd" Version="1.0.31" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TempManager\UnifiedUpdatePlatform.Services.Temp.csproj" />
Expand Down
2 changes: 0 additions & 2 deletions thirdparty/Microsoft.Dism/Microsoft.Dism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions thirdparty/Microsoft.Wim/Microsoft.Wim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions thirdparty/Privileges/Privileges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
<OutputPath>$(SolutionDir)build\$(Platform)\$(Configuration)\Privileges\</OutputPath>
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\Privileges\</IntermediateOutputPath>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.6.0-preview3.19128.7" />
</ItemGroup>
</Project>

0 comments on commit 2e76ad9

Please sign in to comment.