Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions BaseHandlers/BaseHandlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DebugHelper" Version="1.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BundleFormat\BundleFormat.csproj" />
<ProjectReference Include="..\BundleUtilities\BundleUtilities.csproj" />
Expand All @@ -14,8 +16,4 @@
<ProjectReference Include="..\ModelViewer\ModelViewer.csproj" />
<ProjectReference Include="..\PluginAPI\PluginAPI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DebugHelper" Version="1.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
</ItemGroup>
</Project>
35 changes: 0 additions & 35 deletions BaseHandlers/Properties/AssemblyInfo.cs

This file was deleted.

11 changes: 0 additions & 11 deletions BaseHandlers/app.config

This file was deleted.

2 changes: 0 additions & 2 deletions BundleFormat/BundleFormat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibDeflate.NET" Version="1.19.0" />
Expand Down
35 changes: 0 additions & 35 deletions BundleFormat/Properties/AssemblyInfo.cs

This file was deleted.

18 changes: 0 additions & 18 deletions BundleManager/App.config

This file was deleted.

2 changes: 1 addition & 1 deletion BundleManager/App.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Remove this element if your application requires this virtualization for backwards
compatibility.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
Expand Down
27 changes: 0 additions & 27 deletions BundleManager/BundleManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,16 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<StartupObject>BundleManager.Program</StartupObject>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationManifest>App.manifest</ApplicationManifest>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<Compile Update="BetterListView.cs">
<SubType>Component</SubType>
</Compile>
<None Update="App.manifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DebugHelper" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="ScottPlot.WinForms" Version="5.1.58" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BundleFormat\BundleFormat.csproj" />
Expand Down
38 changes: 0 additions & 38 deletions BundleManager/Properties/AssemblyInfo.cs

This file was deleted.

26 changes: 0 additions & 26 deletions BundleManager/Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions BundleManager/Properties/Settings.settings

This file was deleted.

2 changes: 0 additions & 2 deletions BundleUtilities/BundleUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
</Project>
35 changes: 0 additions & 35 deletions BundleUtilities/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 3 additions & 5 deletions BurnoutImage/BurnoutImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BundleUtilities\BundleUtilities.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BCnEncoder.Net" Version="2.3.0" />
<PackageReference Include="BCnEncoder.Net.ImageSharp" Version="1.1.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BundleUtilities\BundleUtilities.csproj" />
</ItemGroup>
</Project>
35 changes: 0 additions & 35 deletions BurnoutImage/Properties/AssemblyInfo.cs

This file was deleted.

6 changes: 0 additions & 6 deletions ComponentTester/App.config

This file was deleted.

2 changes: 0 additions & 2 deletions ComponentTester/ComponentTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\HexEditor\HexEditor.csproj" />
Expand Down
Loading