Browse Source

Removing unused cpp file from win32 project files

pull/95/head
Meeh 10 years ago
parent
commit
40c4c636d8
  1. 1
      Win32/i2pd.vcxproj
  2. 3
      Win32/i2pd.vcxproj.filters

1
Win32/i2pd.vcxproj

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
<ClCompile Include="..\base64.cpp" />
<ClCompile Include="..\CryptoConst.cpp" />
<ClCompile Include="..\Daemon.cpp" />
<ClCompile Include="..\DaemonLinux.cpp" />
<ClCompile Include="..\DaemonWin32.cpp" />
<ClCompile Include="..\Garlic.cpp" />
<ClCompile Include="..\HTTPProxy.cpp" />

3
Win32/i2pd.vcxproj.filters

@ -105,9 +105,6 @@ @@ -105,9 +105,6 @@
<ClCompile Include="..\Daemon.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\DaemonLinux.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\DaemonWin32.cpp">
<Filter>Source Files</Filter>
</ClCompile>

Loading…
Cancel
Save