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 /mime.vcxproj | |
parent | 1e4255e2a937d46dd46695eea56b570090427001 (diff) | |
download | luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.tar.gz luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.tar.bz2 luasocket-c7215bef07cb855844d1da42d2e64c5be869d5b7.zip |
Remove .filters and hardcoded platform.
Diffstat (limited to 'mime.vcxproj')
-rwxr-xr-x | mime.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mime.vcxproj b/mime.vcxproj index 6a7b35a..43acee9 100755 --- a/mime.vcxproj +++ b/mime.vcxproj | |||
@@ -24,7 +24,6 @@ | |||
24 | <PropertyGroup Label="Globals"> | 24 | <PropertyGroup Label="Globals"> |
25 | <ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid> | 25 | <ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid> |
26 | <Keyword>Win32Proj</Keyword> | 26 | <Keyword>Win32Proj</Keyword> |
27 | <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> | ||
28 | </PropertyGroup> | 27 | </PropertyGroup> |
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
@@ -202,4 +201,4 @@ | |||
202 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 201 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
203 | <ImportGroup Label="ExtensionTargets"> | 202 | <ImportGroup Label="ExtensionTargets"> |
204 | </ImportGroup> | 203 | </ImportGroup> |
205 | </Project> | 204 | </Project> \ No newline at end of file |