diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2019-03-02 17:47:18 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2019-03-02 17:47:18 -0300 |
commit | c7215bef07cb855844d1da42d2e64c5be869d5b7 (patch) | |
tree | 15e29ff84a788b75f33722ab0c4408378f469a63 /socket.vcxproj | |
parent | 1e4255e2a937d46dd46695eea56b570090427001 (diff) | |
download | luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.tar.gz luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.tar.bz2 luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.zip |
Remove .filters and hardcoded platform.
Diffstat (limited to 'socket.vcxproj')
-rwxr-xr-x | socket.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/socket.vcxproj b/socket.vcxproj index e639216..305c094 100755 --- a/socket.vcxproj +++ b/socket.vcxproj | |||
@@ -35,7 +35,6 @@ | |||
35 | <PropertyGroup Label="Globals"> | 35 | <PropertyGroup Label="Globals"> |
36 | <ProjectGuid>{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}</ProjectGuid> | 36 | <ProjectGuid>{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}</ProjectGuid> |
37 | <Keyword>Win32Proj</Keyword> | 37 | <Keyword>Win32Proj</Keyword> |
38 | <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> | ||
39 | </PropertyGroup> | 38 | </PropertyGroup> |
40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
@@ -213,4 +212,4 @@ | |||
213 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 212 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
214 | <ImportGroup Label="ExtensionTargets"> | 213 | <ImportGroup Label="ExtensionTargets"> |
215 | </ImportGroup> | 214 | </ImportGroup> |
216 | </Project> | 215 | </Project> \ No newline at end of file |