added some development tools
[windows-sources.git] / developer / VSSDK / VisualStudioIntegration / Common / Source / CPP / VSL / UnitTest / CommandTarget / stdafx.h
blob91d666eee33c15752172ec8c44dd833e2e39f53d
1 /***************************************************************************
3 Copyright (c) Microsoft Corporation. All rights reserved.
4 This code is licensed under the Visual Studio SDK license terms.
5 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
6 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
7 IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
8 PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
10 This code is a part of the Visual Studio Library.
12 ***************************************************************************/
14 #pragma once
16 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
17 #define NOMINMAX
19 #include <atlbase.h>
20 #include <atlcom.h>
21 #include <atlstr.h>
22 #include <limits>