Skip to content

Commit

Permalink
Added requirements and publish profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Solexid committed Mar 14, 2023
1 parent a44c397 commit e7e86b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions OscVRCProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions OscVRCProxy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Debug|x64.ActiveCfg = Debug|x64
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Debug|x64.Build.0 = Debug|x64
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Release|Any CPU.Build.0 = Release|Any CPU
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Release|x64.ActiveCfg = Release|x64
{2DD6E229-AAC6-458F-8C25-165B28D9698C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# OscVRCProxy
Simple osc proxy what resend all osc data from recv port to endpoints, check config.json for configuration.
Simple osc proxy what resend all osc data from recv port to endpoints, check config.json for configuration.
Requeries https://dotnet.microsoft.com/en-us/download .NET 6.

0 comments on commit e7e86b9

Please sign in to comment.