Skip to content

Commit 7b08687

Browse files
authored
Update TcpProxy.vcxproj
1 parent 347512e commit 7b08687

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

TcpProxy/TcpProxy.vcxproj

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PropertyGroup Label="Globals">
2222
<VCProjectVersion>16.0</VCProjectVersion>
2323
<Keyword>Win32Proj</Keyword>
24-
<ProjectGuid>{a3ff2b2e-172a-44ea-a1f6-41612eda1d6c}</ProjectGuid>
24+
<ProjectGuid>{e9bae4de-3422-4e0d-8aac-d9411d7f93a7}</ProjectGuid>
2525
<RootNamespace>TcpProxy</RootNamespace>
2626
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
@@ -70,18 +70,6 @@
7070
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7171
</ImportGroup>
7272
<PropertyGroup Label="UserMacros" />
73-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74-
<LinkIncremental>true</LinkIncremental>
75-
</PropertyGroup>
76-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77-
<LinkIncremental>false</LinkIncremental>
78-
</PropertyGroup>
79-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80-
<LinkIncremental>true</LinkIncremental>
81-
</PropertyGroup>
82-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83-
<LinkIncremental>false</LinkIncremental>
84-
</PropertyGroup>
8573
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8674
<ClCompile>
8775
<WarningLevel>Level3</WarningLevel>
@@ -139,19 +127,23 @@
139127
</Link>
140128
</ItemDefinitionGroup>
141129
<ItemGroup>
130+
<ClCompile Include="client.cpp" />
131+
<ClCompile Include="config.cpp" />
142132
<ClCompile Include="firewall.cpp" />
143133
<ClCompile Include="log.cpp" />
144134
<ClCompile Include="main.cpp" />
145135
<ClCompile Include="proxy.cpp" />
146-
<ClCompile Include="utility.cpp" />
136+
<ClCompile Include="remote_server.cpp" />
147137
</ItemGroup>
148138
<ItemGroup>
139+
<ClInclude Include="client.h" />
140+
<ClInclude Include="config.h" />
149141
<ClInclude Include="firewall.h" />
150142
<ClInclude Include="log.h" />
151143
<ClInclude Include="proxy.h" />
152-
<ClInclude Include="utility.h" />
144+
<ClInclude Include="remote_server.h" />
153145
</ItemGroup>
154146
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
155147
<ImportGroup Label="ExtensionTargets">
156148
</ImportGroup>
157-
</Project>
149+
</Project>

0 commit comments

Comments
 (0)