<?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>{602C1D38-57E8-4181-B84B-FC0A9A90D3F8}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AvatarLogger</RootNamespace> <AssemblyName>AvatarLogger</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> </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> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </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> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Reference Include="0Harmony"> <HintPath>..\Arctic V4\bin\Debug\0Harmony.dll</HintPath> </Reference> <Reference Include="Assembly-CSharp"> <HintPath>..\Arctic V4\bin\Debug\Assembly-CSharp.dll</HintPath> </Reference> <Reference Include="Il2Cppmscorlib"> <HintPath>..\Arctic V4\bin\Debug\Il2Cppmscorlib.dll</HintPath> </Reference> <Reference Include="MelonLoader"> <HintPath>..\Arctic V4\bin\Debug\MelonLoader.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\Arctic V4\bin\Debug\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> <Reference Include="UnhollowerBaseLib"> <HintPath>..\Arctic V4\bin\Debug\UnhollowerBaseLib.dll</HintPath> </Reference> <Reference Include="UnityEngine.CoreModule"> <HintPath>..\Arctic V4\bin\Debug\UnityEngine.CoreModule.dll</HintPath> </Reference> <Reference Include="VRCCore-Standalone"> <HintPath>..\Arctic V4\bin\Debug\VRCCore-Standalone.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Main.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Websocket\AssemblyInfo.cs" /> <Compile Include="Websocket\ByteOrder.cs" /> <Compile Include="Websocket\CloseEventArgs.cs" /> <Compile Include="Websocket\CloseStatusCode.cs" /> <Compile Include="Websocket\CompressionMethod.cs" /> <Compile Include="Websocket\ErrorEventArgs.cs" /> <Compile Include="Websocket\Ext.cs" /> <Compile Include="Websocket\Fin.cs" /> <Compile Include="Websocket\HttpBase.cs" /> <Compile Include="Websocket\HttpRequest.cs" /> <Compile Include="Websocket\HttpResponse.cs" /> <Compile Include="Websocket\LogData.cs" /> <Compile Include="Websocket\Logger.cs" /> <Compile Include="Websocket\LogLevel.cs" /> <Compile Include="Websocket\Mask.cs" /> <Compile Include="Websocket\MessageEventArgs.cs" /> <Compile Include="Websocket\Net\AuthenticationBase.cs" /> <Compile Include="Websocket\Net\AuthenticationChallenge.cs" /> <Compile Include="Websocket\Net\AuthenticationResponse.cs" /> <Compile Include="Websocket\Net\AuthenticationSchemes.cs" /> <Compile Include="Websocket\Net\Chunk.cs" /> <Compile Include="Websocket\Net\ChunkedRequestStream.cs" /> <Compile Include="Websocket\Net\ChunkStream.cs" /> <Compile Include="Websocket\Net\ClientSslConfiguration.cs" /> <Compile Include="Websocket\Net\Cookie.cs" /> <Compile Include="Websocket\Net\CookieCollection.cs" /> <Compile Include="Websocket\Net\CookieException.cs" /> <Compile Include="Websocket\Net\EndPointListener.cs" /> <Compile Include="Websocket\Net\EndPointManager.cs" /> <Compile Include="Websocket\Net\HttpBasicIdentity.cs" /> <Compile Include="Websocket\Net\HttpConnection.cs" /> <Compile Include="Websocket\Net\HttpDigestIdentity.cs" /> <Compile Include="Websocket\Net\HttpHeaderInfo.cs" /> <Compile Include="Websocket\Net\HttpHeaderType.cs" /> <Compile Include="Websocket\Net\HttpListener.cs" /> <Compile Include="Websocket\Net\HttpListenerAsyncResult.cs" /> <Compile Include="Websocket\Net\HttpListenerContext.cs" /> <Compile Include="Websocket\Net\HttpListenerException.cs" /> <Compile Include="Websocket\Net\HttpListenerPrefix.cs" /> <Compile Include="Websocket\Net\HttpListenerPrefixCollection.cs" /> <Compile Include="Websocket\Net\HttpListenerRequest.cs" /> <Compile Include="Websocket\Net\HttpListenerResponse.cs" /> <Compile Include="Websocket\Net\HttpRequestHeader.cs" /> <Compile Include="Websocket\Net\HttpResponseHeader.cs" /> <Compile Include="Websocket\Net\HttpStatusCode.cs" /> <Compile Include="Websocket\Net\HttpStreamAsyncResult.cs" /> <Compile Include="Websocket\Net\HttpUtility.cs" /> <Compile Include="Websocket\Net\HttpVersion.cs" /> <Compile Include="Websocket\Net\InputChunkState.cs" /> <Compile Include="Websocket\Net\InputState.cs" /> <Compile Include="Websocket\Net\LineState.cs" /> <Compile Include="Websocket\Net\NetworkCredential.cs" /> <Compile Include="Websocket\Net\QueryStringCollection.cs" /> <Compile Include="Websocket\Net\ReadBufferState.cs" /> <Compile Include="Websocket\Net\RequestStream.cs" /> <Compile Include="Websocket\Net\ResponseStream.cs" /> <Compile Include="Websocket\Net\ServerSslConfiguration.cs" /> <Compile Include="Websocket\Net\WebHeaderCollection.cs" /> <Compile Include="Websocket\Net\Websockets\HttpListenerWebSocketContext.cs" /> <Compile Include="Websocket\Net\Websockets\TcpListenerWebSocketContext.cs" /> <Compile Include="Websocket\Net\Websockets\WebSocketContext.cs" /> <Compile Include="Websocket\Opcode.cs" /> <Compile Include="Websocket\PayloadData.cs" /> <Compile Include="Websocket\Rsv.cs" /> <Compile Include="Websocket\Server\HttpRequestEventArgs.cs" /> <Compile Include="Websocket\Server\HttpServer.cs" /> <Compile Include="Websocket\Server\IWebSocketSession.cs" /> <Compile Include="Websocket\Server\ServerState.cs" /> <Compile Include="Websocket\Server\WebSocketBehavior.cs" /> <Compile Include="Websocket\Server\WebSocketServer.cs" /> <Compile Include="Websocket\Server\WebSocketServiceHost.cs" /> <Compile Include="Websocket\Server\WebSocketServiceHost`1.cs" /> <Compile Include="Websocket\Server\WebSocketServiceManager.cs" /> <Compile Include="Websocket\Server\WebSocketSessionManager.cs" /> <Compile Include="Websocket\WebSocket.cs" /> <Compile Include="Websocket\WebSocketException.cs" /> <Compile Include="Websocket\WebSocketFrame.cs" /> <Compile Include="Websocket\WebSocketState.cs" /> </ItemGroup> <ItemGroup> <None Include=".editorconfig" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>xcopy "$(TargetPath)" "D:\SteamLibrary\steamapps\common\VRChat\Mods" /Y /I</PostBuildEvent> </PropertyGroup> </Project>