Skip to content

Commit

Permalink
Change build dirs
Browse files Browse the repository at this point in the history
Removed scanner
  • Loading branch information
Jon committed Oct 5, 2020
1 parent 368941a commit 6bffc1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
4 changes: 2 additions & 2 deletions Teamspeak3_Win_API.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>bin</OutDir>
<IntDir>$(Configuration)\</IntDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)_plugin_win32</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>$(ProjectName)_plugin_win64</TargetName>
<OutDir>bin</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
Expand Down Expand Up @@ -145,7 +146,6 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="API.cpp" />
<ClCompile Include="dependencies\Scanner.cpp" />
<ClCompile Include="plugin.cpp" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions Teamspeak3_Win_API.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@
<ClCompile Include="API.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="dependencies\Scanner.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
66 changes: 0 additions & 66 deletions dependencies/Scanner.cpp

This file was deleted.

0 comments on commit 6bffc1f

Please sign in to comment.