mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
* refactor: frontend * Fix avatar gallery sort * Update .NET dependencies * Update npm dependencies electron v37.1.0 * bulkRefreshFriends * fix dark theme * Remove crowdin * Fix config.json dialog not updating * VRCX log file fixes & add Cef log * Remove SharedVariable, fix startup * Revert init theme change * Logging date not working? Fix WinformThemer designer error * Add Cef request hander, no more escaping main page * clean * fix * fix * clean * uh * Apply thememode at startup, fixes random user colours * Split database into files * Instance info remove empty lines * Open external VRC links with VRCX * Electron fixes * fix userdialog style * ohhhh * fix store * fix store * fix: load all group members after kicking a user * fix: world dialog favorite button style * fix: Clear VRCX Cache Timer input value * clean * Fix VR overlay * Fix VR overlay 2 * Fix Discord discord rich presence for RPC worlds * Clean up age verified user tags * Fix playerList being occupied after program reload * no `this` * Fix login stuck loading * writable: false * Hide dialogs on logout * add flush sync option * rm LOGIN event * rm LOGOUT event * remove duplicate event listeners * remove duplicate event listeners * clean * remove duplicate event listeners * clean * fix theme style * fix t * clearable * clean * fix ipcEvent * Small changes * Popcorn Palace support * Remove checkActiveFriends * Clean up * Fix dragEnterCef * Block API requests when not logged in * Clear state on login & logout * Fix worldDialog instances not updating * use <script setup> * Fix avatar change event, CheckGameRunning at startup * Fix image dragging * fix * Remove PWI * fix updateLoop * add webpack-dev-server to dev environment * rm unnecessary chunks * use <script setup> * webpack-dev-server changes * use <script setup> * use <script setup> * Fix UGC text size * Split login event * t * use <script setup> * fix * Update .gitignore and enable checkJs in jsconfig * fix i18n t * use <script setup> * use <script setup> * clean * global types * fix * use checkJs for debugging * Add watchState for login watchers * fix .vue template * type fixes * rm Vue.filter * Cef v138.0.170, VC++ 2022 * Settings fixes * Remove 'USER:CURRENT' * clean up 2FA callbacks * remove userApply * rm i18n import * notification handling to use notification store methods * refactor favorite handling to use favorite store methods and clean up event emissions * refactor moderation handling to use dedicated functions for player moderation events * refactor friend handling to use dedicated functions for friend events * Fix program startup, move lang init * Fix friend state * Fix status change error * Fix user notes diff * fix * rm group event * rm auth event * rm avatar event * clean * clean * getUser * getFriends * getFavoriteWorlds, getFavoriteAvatars * AvatarGalleryUpload btn style & package.json update * Fix friend requests * Apply user * Apply world * Fix note diff * Fix VR overlay * Fixes * Update build scripts * Apply avatar * Apply instance * Apply group * update hidden VRC+ badge * Fix sameInstance "private" * fix 502/504 API errors * fix 502/504 API errors * clean * Fix friend in same instance on orange showing twice in friends list * Add back in broken friend state repair methods * add types --------- Co-authored-by: Natsumi <cmcooper123@hotmail.com>
129 lines
5.4 KiB
XML
129 lines
5.4 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<BaseIntermediateOutputPath>obj1\</BaseIntermediateOutputPath>
|
|
<OutputPath>..\build\Electron\</OutputPath>
|
|
</PropertyGroup>
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<Platform>x64</Platform>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<AssemblyTitle>VRCX</AssemblyTitle>
|
|
<Product>VRCX</Product>
|
|
<Copyright>vrcx-team, pypy, natsumi</Copyright>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<Title>VRCX</Title>
|
|
<Description>VRCX</Description>
|
|
<PackageIcon>..\VRCX.png</PackageIcon>
|
|
<RepositoryUrl>https://github.com/vrcx-team/VRCX</RepositoryUrl>
|
|
<ResourceLanguages>en</ResourceLanguages>
|
|
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
|
</PropertyGroup>
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
|
|
|
<PropertyGroup>
|
|
<DefineConstants>LINUX</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugType>full</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DebugType>pdbonly</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyName>VRCX</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<ApplicationIcon>..\VRCX.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == ''">win-x64</RuntimeIdentifier>
|
|
<SelfContained Condition="'$(SelfContained)' == ''">false</SelfContained>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
|
|
<CopySQLiteInteropFiles>true</CopySQLiteInteropFiles>
|
|
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
|
|
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Blake2Sharp">
|
|
<HintPath>libs\Blake2Sharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="librsync.net">
|
|
<HintPath>libs\librsync.net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.manifest" />
|
|
<None Include="..\Version">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="libs\openvr_api.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>openvr_api.dll</TargetPath>
|
|
</None>
|
|
<None Include="libs\linux\SQLite.Interop.dll" Condition="$([MSBuild]::IsOSPlatform('Linux'))">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>SQLite.Interop.dll</TargetPath>
|
|
</None>
|
|
<None Include="libs\macos\SQLite.Interop.dll" Condition="$([MSBuild]::IsOSPlatform('OSX'))">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>SQLite.Interop.dll</TargetPath>
|
|
</None>
|
|
<Content Include="..\VRCX.ico">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="..\VRCX.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.JavaScript.NodeApi" Version="0.9.12" />
|
|
<PackageReference Include="Microsoft.JavaScript.NodeApi.Generator" Version="0.9.12" />
|
|
<PackageReference Include="DiscordRichPresence" Version="1.3.0.28" />
|
|
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog" Version="6.0.1" />
|
|
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
|
|
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.10" />
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.6" />
|
|
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
|
|
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
|
|
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
|
|
<PackageReference Include="System.Drawing.Common" Version="9.0.7" />
|
|
<PackageReference Include="System.Management" Version="9.0.7" />
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
<PackageReference Include="System.Text.Json" Version="9.0.7" />
|
|
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
|
<PackageReference Include="Websocket.Client" Version="5.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="obj\**" />
|
|
<Compile Remove="obj\**" />
|
|
<Content Remove="Cef\**" />
|
|
<Compile Remove="Cef\**" />
|
|
<Content Remove="AppApi\Cef\**" />
|
|
<Compile Remove="AppApi\Cef\**" />
|
|
<Content Remove="Overlay\**" />
|
|
<Compile Remove="Overlay\**" />
|
|
<Content Remove="DBMerger\**" />
|
|
<Compile Remove="DBMerger\**" />
|
|
</ItemGroup>
|
|
</Project> |