Skip to content

Commit

Permalink
woopy
Browse files Browse the repository at this point in the history
  • Loading branch information
https433 committed Jul 9, 2024
1 parent 2582cb5 commit 3a57146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ipcv3.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<ProjectReference>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="ipcv3.cpp" />
Expand Down
5 changes: 4 additions & 1 deletion ipcv3.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release single file|x64'">
<LocalDebuggerCommandArguments>-json</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>

0 comments on commit 3a57146

Please sign in to comment.