Skip to content

Commit

Permalink
Merge pull request #1 from Chickenbreadlp/vrcft_5
Browse files Browse the repository at this point in the history
Update to VRCFT 5.0
  • Loading branch information
Chickenbreadlp authored Apr 27, 2023
2 parents 17d3c8f + 8d3e904 commit e551311
Show file tree
Hide file tree
Showing 15 changed files with 228 additions and 528 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/
obj/
.vs/VRCFTVarjoModule/v15
.vs
VRCFaceTracking.Core.dll
Binary file added Assets/Aero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/VR-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/VR-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/VR-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/XR-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/XR-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
139 changes: 17 additions & 122 deletions VRCFTVarjoModule.csproj
Original file line number Diff line number Diff line change
@@ -1,132 +1,27 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{381EDD16-E4AF-4971-B70B-77E3F17A8204}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>VRCFTVarjoModule</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>VRCFTVarjoModule</RootNamespace>
</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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release %283rd Gen HMD%29|AnyCPU'">
<OutputPath>bin\Release %283rd Gen HMD%29\</OutputPath>
<DefineConstants>TRACE;GEN3HMD</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release %283rd Gen HMD%29|x64'">
<OutputPath>bin\x64\Release %283rd Gen HMD%29\</OutputPath>
<DefineConstants>TRACE;GEN3HMD</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release %283rd Gen HMD%29|x86'">
<OutputPath>bin\x86\Release %283rd Gen HMD%29\</OutputPath>
<DefineConstants>TRACE;GEN3HMD</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TargetFramework>net7.0</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="VRCFaceTracking, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\osc\VRCFaceTracking\VRCFaceTracking.exe</HintPath>
<Compile Include="VarjoTypes.cs" />
<Compile Include="VarjoNativeInterface.cs" />
<Compile Include="VarjoTrackingModule.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="VRCFaceTracking.Core">
<HintPath>VRCFaceTracking.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="VarjoInterface.cs" />
<Compile Include="VarjoNativeInterface.cs" />
<Compile Include="VarjoTrackingModule.cs" />
<Compile Include="VarjoCompanionInterface.cs" />
<None Include="TrackingLibs\VarjoLib.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="TrackingLibs\Varjo\VarjoLib.dll" />
<EmbeddedResource Include="Assets\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetDir)$(TargetName)$(TargetExt)" "%APPDATA%\VRCFaceTracking\CustomLibs" /Y</PostBuildEvent>
</PropertyGroup>
</Project>
21 changes: 0 additions & 21 deletions VRCFTVarjoModule.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,13 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release (3rd Gen HMD)|Any CPU = Release (3rd Gen HMD)|Any CPU
Release (3rd Gen HMD)|x64 = Release (3rd Gen HMD)|x64
Release (3rd Gen HMD)|x86 = Release (3rd Gen HMD)|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|x64.ActiveCfg = Debug|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|x64.Build.0 = Debug|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|x86.ActiveCfg = Debug|x86
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Debug|x86.Build.0 = Debug|x86
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|Any CPU.ActiveCfg = Release (3rd Gen HMD)|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|Any CPU.Build.0 = Release (3rd Gen HMD)|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|x64.ActiveCfg = Release (3rd Gen HMD)|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|x64.Build.0 = Release (3rd Gen HMD)|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|x86.ActiveCfg = Release (3rd Gen HMD)|x86
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release (3rd Gen HMD)|x86.Build.0 = Release (3rd Gen HMD)|x86
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|Any CPU.Build.0 = Release|Any CPU
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|x64.ActiveCfg = Release|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|x64.Build.0 = Release|x64
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|x86.ActiveCfg = Release|x86
{381EDD16-E4AF-4971-B70B-77E3F17A8204}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
80 changes: 0 additions & 80 deletions VarjoCompanionInterface.cs

This file was deleted.

Loading

0 comments on commit e551311

Please sign in to comment.