Skip to content

Commit 6bffc1f

Browse files
author
Jon
committed
Change build dirs
Removed scanner
1 parent 368941a commit 6bffc1f

3 files changed

Lines changed: 2 additions & 71 deletions

File tree

Teamspeak3_Win_API.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@
6767
</PropertyGroup>
6868
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6969
<OutDir>bin</OutDir>
70-
<IntDir>$(Configuration)\</IntDir>
70+
<IntDir>$(Platform)\$(Configuration)\</IntDir>
7171
<TargetName>$(ProjectName)_plugin_win32</TargetName>
7272
</PropertyGroup>
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7474
<TargetName>$(ProjectName)_plugin_win64</TargetName>
75+
<OutDir>bin</OutDir>
7576
</PropertyGroup>
7677
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7778
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
@@ -145,7 +146,6 @@
145146
</ItemDefinitionGroup>
146147
<ItemGroup>
147148
<ClCompile Include="API.cpp" />
148-
<ClCompile Include="dependencies\Scanner.cpp" />
149149
<ClCompile Include="plugin.cpp" />
150150
</ItemGroup>
151151
<ItemGroup>

Teamspeak3_Win_API.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@
5858
<ClCompile Include="API.cpp">
5959
<Filter>Source Files</Filter>
6060
</ClCompile>
61-
<ClCompile Include="dependencies\Scanner.cpp">
62-
<Filter>Source Files</Filter>
63-
</ClCompile>
6461
</ItemGroup>
6562
</Project>

dependencies/Scanner.cpp

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)