|
|
@@ -93,6 +93,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
<ShowIncludes>false</ShowIncludes>
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
@@ -143,6 +144,7 @@
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="RemotePathChecker.h" />
|
|
|
+ <ClInclude Include="stdafx.h" />
|
|
|
<ClInclude Include="StringUtil.h" />
|
|
|
<ClInclude Include="UtilConstants.h" />
|
|
|
<ClInclude Include="CommunicationSocket.h" />
|
|
|
@@ -154,6 +156,10 @@
|
|
|
<ClCompile Include="RemotePathChecker.cpp" />
|
|
|
<ClCompile Include="FileUtil.cpp" />
|
|
|
<ClCompile Include="RegistryUtil.cpp" />
|
|
|
+ <ClCompile Include="stdafx.cpp">
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
+ </ClCompile>
|
|
|
<ClCompile Include="StringUtil.cpp" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|