diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:14:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:14:45 +0000 |
commit | f0ea2e2a1708b66b4b2a7db825a0987306a5fc5d (patch) | |
tree | be98b17c46004d265aa10afb338332bae3841561 /build/vc.common/common.props | |
parent | dbddbc2873b60e811a99d74f8641f0f08f6ee22d (diff) |
masm removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r-- | build/vc.common/common.props | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 340c53ec2c..e89c7342d5 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -44,7 +44,6 @@ </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -129,5 +128,4 @@ <None Include="src\*.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</Project>
|