21
21
<PropertyGroup Label =" Globals" >
22
22
<VCProjectVersion >16.0</VCProjectVersion >
23
23
<Keyword >Win32Proj</Keyword >
24
- <ProjectGuid >{a3ff2b2e-172a-44ea-a1f6-41612eda1d6c }</ProjectGuid >
24
+ <ProjectGuid >{e9bae4de-3422-4e0d-8aac-d9411d7f93a7 }</ProjectGuid >
25
25
<RootNamespace >TcpProxy</RootNamespace >
26
26
<WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27
27
</PropertyGroup >
70
70
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
71
</ImportGroup >
72
72
<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 >
85
73
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
74
<ClCompile >
87
75
<WarningLevel >Level3</WarningLevel >
139
127
</Link >
140
128
</ItemDefinitionGroup >
141
129
<ItemGroup >
130
+ <ClCompile Include =" client.cpp" />
131
+ <ClCompile Include =" config.cpp" />
142
132
<ClCompile Include =" firewall.cpp" />
143
133
<ClCompile Include =" log.cpp" />
144
134
<ClCompile Include =" main.cpp" />
145
135
<ClCompile Include =" proxy.cpp" />
146
- <ClCompile Include =" utility .cpp" />
136
+ <ClCompile Include =" remote_server .cpp" />
147
137
</ItemGroup >
148
138
<ItemGroup >
139
+ <ClInclude Include =" client.h" />
140
+ <ClInclude Include =" config.h" />
149
141
<ClInclude Include =" firewall.h" />
150
142
<ClInclude Include =" log.h" />
151
143
<ClInclude Include =" proxy.h" />
152
- <ClInclude Include =" utility .h" />
144
+ <ClInclude Include =" remote_server .h" />
153
145
</ItemGroup >
154
146
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
155
147
<ImportGroup Label =" ExtensionTargets" >
156
148
</ImportGroup >
157
- </Project >
149
+ </Project >
0 commit comments