mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
257 lines
11 KiB
XML
257 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{D9F66F2E-3ED9-4D53-A6AC-ADCC1513562A}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>VRCX</RootNamespace>
|
|
<AssemblyName>VRCX</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetFrameworkProfile />
|
|
<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>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>VRCX.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Blake2Sharp">
|
|
<HintPath>librsync.net\Blake2Sharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="librsync.net">
|
|
<HintPath>librsync.net\librsync.net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Dotnet\AppApi\AppApi.cs" />
|
|
<Compile Include="Dotnet\AppApi\Folders.cs" />
|
|
<Compile Include="Dotnet\AppApi\GameHandler.cs" />
|
|
<Compile Include="Dotnet\AppApi\LocalPlayerModerations.cs" />
|
|
<Compile Include="Dotnet\AppApi\RegistryPlayerPrefs.cs" />
|
|
<Compile Include="Dotnet\AppApi\Screenshot.cs" />
|
|
<Compile Include="Dotnet\AppApi\VrcConfigFile.cs" />
|
|
<Compile Include="Dotnet\AppApi\XSOverlay.cs" />
|
|
<Compile Include="Dotnet\AssetBundleCacher.cs" />
|
|
<Compile Include="Dotnet\AutoAppLaunchManager.cs" />
|
|
<Compile Include="Dotnet\Cef\CefCustomDownloadHandler.cs" />
|
|
<Compile Include="Dotnet\Cef\CefCustomDragHandler.cs" />
|
|
<Compile Include="Dotnet\Cef\CefCustomMenuHandler.cs" />
|
|
<Compile Include="Dotnet\Cef\CefService.cs" />
|
|
<Compile Include="Dotnet\Cef\CefNoopDragHandler.cs" />
|
|
<Compile Include="Dotnet\CpuMonitor.cs" />
|
|
<Compile Include="Dotnet\Discord.cs" />
|
|
<Compile Include="Dotnet\ImageCache.cs" />
|
|
<Compile Include="Dotnet\IPC\IPCClient.cs" />
|
|
<Compile Include="Dotnet\IPC\IPCPacket.cs" />
|
|
<Compile Include="Dotnet\IPC\IPCServer.cs" />
|
|
<Compile Include="Dotnet\JsonSerializer.cs" />
|
|
<Compile Include="Dotnet\LogWatcher.cs" />
|
|
<Compile Include="Dotnet\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dotnet\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dotnet\OpenVR\openvr_api.cs" />
|
|
<Compile Include="Dotnet\Overlay\OffScreenBrowser.cs" />
|
|
<Compile Include="Dotnet\Overlay\VRCXVR.cs" />
|
|
<Compile Include="Dotnet\Overlay\VRForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dotnet\Overlay\VRForm.Designer.cs">
|
|
<DependentUpon>VRForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dotnet\ProcessMonitor.cs" />
|
|
<Compile Include="Dotnet\Program.cs" />
|
|
<Compile Include="Dotnet\PWI\WorldDatabase.cs" />
|
|
<Compile Include="Dotnet\PWI\WorldDataRequestResponse.cs" />
|
|
<Compile Include="Dotnet\PWI\WorldDBManager.cs" />
|
|
<Compile Include="Dotnet\ScreenshotMetadata\ScreenshotHelper.cs" />
|
|
<Compile Include="Dotnet\ScreenshotMetadata\ScreenshotMetadata.cs" />
|
|
<Compile Include="Dotnet\ScreenshotMetadata\ScreenshotMetadataDatabase.cs" />
|
|
<Compile Include="Dotnet\SharedVariable.cs" />
|
|
<Compile Include="Dotnet\SQLite.cs" />
|
|
<Compile Include="Dotnet\SQLiteLegacy.cs" />
|
|
<Compile Include="Dotnet\StartupArgs.cs" />
|
|
<Compile Include="Dotnet\Update.cs" />
|
|
<Compile Include="Dotnet\Util.cs" />
|
|
<Compile Include="Dotnet\VRCXStorage.cs" />
|
|
<Compile Include="Dotnet\WebApi.cs" />
|
|
<Compile Include="Dotnet\WinApi.cs" />
|
|
<Compile Include="Dotnet\WinformBase.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dotnet\WinformThemer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="Dotnet\MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dotnet\Overlay\VRForm.resx">
|
|
<DependentUpon>VRForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<None Include="Version">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="openvr_api.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="sqlite3.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="VRCX.ico">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="VRCX.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="CefSharp.Common">
|
|
<Version>119.1.20</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="CefSharp.OffScreen">
|
|
<Version>119.1.20</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="CefSharp.WinForms">
|
|
<Version>119.1.20</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="DiscordRichPresence">
|
|
<Version>1.2.1.24</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
|
|
<Version>7.1.3</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>13.0.3</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="NLog">
|
|
<Version>5.2.5</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SharpDX.D3DCompiler">
|
|
<Version>4.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SharpDX.Desktop">
|
|
<Version>4.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SharpDX.Direct2D1">
|
|
<Version>4.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SharpDX.Direct3D11">
|
|
<Version>4.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SharpDX.Mathematics">
|
|
<Version>4.2.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Data.SQLite.Core">
|
|
<Version>1.0.118</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Text.Json">
|
|
<Version>7.0.3</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
|
|
<CopySQLiteInteropFiles>false</CopySQLiteInteropFiles>
|
|
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
|
|
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
|
|
</PropertyGroup>
|
|
</Project> |