1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{D02FBA48-23CD-4CDF-9BD0-A03295744FA2}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >MicrosoftWindowsAzureStorageUnitTests</RootNamespace >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20+ <ConfigurationType >Application</ConfigurationType >
21+ <UseDebugLibraries >true</UseDebugLibraries >
22+ <PlatformToolset >v120</PlatformToolset >
23+ <CharacterSet >Unicode</CharacterSet >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <PlatformToolset >v120</PlatformToolset >
29+ <WholeProgramOptimization >true</WholeProgramOptimization >
30+ <CharacterSet >Unicode</CharacterSet >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <PropertyGroup Label =" UserMacros" />
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
43+ <LinkIncremental >true</LinkIncremental >
44+ <OutDir >$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir >
45+ <IntDir >$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir >
46+ <TargetName >wastoretest</TargetName >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
49+ <LinkIncremental >false</LinkIncremental >
50+ <OutDir >$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir >
51+ <IntDir >$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir >
52+ <TargetName >wastoretest</TargetName >
53+ </PropertyGroup >
54+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
55+ <ClCompile >
56+ <PrecompiledHeader >Use</PrecompiledHeader >
57+ <WarningLevel >Level3</WarningLevel >
58+ <Optimization >Disabled</Optimization >
59+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
60+ <SDLCheck >true</SDLCheck >
61+ <AdditionalIncludeDirectories >..\includes;..\tests\UnitTest++\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
62+ </ClCompile >
63+ <Link >
64+ <SubSystem >Console</SubSystem >
65+ <GenerateDebugInformation >true</GenerateDebugInformation >
66+ <AdditionalDependencies >bcrypt.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
67+ </Link >
68+ </ItemDefinitionGroup >
69+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <ClCompile >
71+ <WarningLevel >Level3</WarningLevel >
72+ <PrecompiledHeader >Use</PrecompiledHeader >
73+ <Optimization >MaxSpeed</Optimization >
74+ <FunctionLevelLinking >true</FunctionLevelLinking >
75+ <IntrinsicFunctions >true</IntrinsicFunctions >
76+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77+ <SDLCheck >true</SDLCheck >
78+ <AdditionalIncludeDirectories >..\includes;..\tests\UnitTest++\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
79+ </ClCompile >
80+ <Link >
81+ <SubSystem >Console</SubSystem >
82+ <GenerateDebugInformation >true</GenerateDebugInformation >
83+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
84+ <OptimizeReferences >true</OptimizeReferences >
85+ <AdditionalDependencies >bcrypt.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
86+ </Link >
87+ </ItemDefinitionGroup >
88+ <ItemGroup >
89+ <Text Include =" ReadMe.txt" />
90+ </ItemGroup >
91+ <ItemGroup >
92+ <ClInclude Include =" blob_test_base.h" />
93+ <ClInclude Include =" check_macros.h" />
94+ <ClInclude Include =" stdafx.h" />
95+ <ClInclude Include =" targetver.h" />
96+ <ClInclude Include =" test_base.h" />
97+ <ClInclude Include =" test_helper.h" />
98+ </ItemGroup >
99+ <ItemGroup >
100+ <ClCompile Include =" ..\src\hash_windows.cpp" />
101+ <ClCompile Include =" blob_lease_test.cpp" />
102+ <ClCompile Include =" blob_streams_test.cpp" />
103+ <ClCompile Include =" blob_test_base.cpp" />
104+ <ClCompile Include =" cloud_blob_client_test.cpp" />
105+ <ClCompile Include =" cloud_blob_container_test.cpp" />
106+ <ClCompile Include =" cloud_blob_directory_test.cpp" />
107+ <ClCompile Include =" cloud_blob_test.cpp" />
108+ <ClCompile Include =" cloud_block_blob_test.cpp" />
109+ <ClCompile Include =" executor_test.cpp" />
110+ <ClCompile Include =" service_properties_test.cpp" />
111+ <ClCompile Include =" cloud_page_blob_test.cpp" />
112+ <ClCompile Include =" cloud_queue_client_test.cpp" />
113+ <ClCompile Include =" cloud_queue_test.cpp" />
114+ <ClCompile Include =" cloud_storage_account_test.cpp" />
115+ <ClCompile Include =" cloud_table_client_test.cpp" />
116+ <ClCompile Include =" cloud_table_test.cpp" />
117+ <ClCompile Include =" main.cpp" />
118+ <ClCompile Include =" read_from_secondary_test.cpp" />
119+ <ClCompile Include =" retry_policy_test.cpp" />
120+ <ClCompile Include =" stdafx.cpp" >
121+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
122+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
123+ </ClCompile >
124+ <ClCompile Include =" test_base.cpp" />
125+ <ClCompile Include =" test_helper.cpp" />
126+ </ItemGroup >
127+ <ItemGroup >
128+ <ProjectReference Include =" ..\Microsoft.WindowsAzure.Storage.v120.vcxproj" >
129+ <Project >{dcff75b0-b142-4ec8-992f-3e48f2e3eece}</Project >
130+ <Private >true</Private >
131+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
132+ <CopyLocalSatelliteAssemblies >false</CopyLocalSatelliteAssemblies >
133+ <LinkLibraryDependencies >true</LinkLibraryDependencies >
134+ <UseLibraryDependencyInputs >false</UseLibraryDependencyInputs >
135+ </ProjectReference >
136+ <ProjectReference Include =" UnitTest++\UnitTest++.vsnet2005.v120.vcxproj" >
137+ <Project >{64a4fefe-0461-4e95-8cc1-91ef5f57dbc6}</Project >
138+ </ProjectReference >
139+ </ItemGroup >
140+ <ItemGroup >
141+ <None Include =" packages.config" />
142+ <None Include =" test_configurations.json" />
143+ </ItemGroup >
144+ <Target Name =" CopyContent" AfterTargets =" Build" >
145+ <ItemGroup >
146+ <DeployFileGroup Include =" **\*.json;" />
147+ </ItemGroup >
148+ <Copy SourceFiles =" @(DeployFileGroup)" DestinationFiles =" @(DeployFileGroup->'$(TargetDir)%(RecursiveDir)\%(Filename)%(Extension)')" SkipUnchangedFiles =" True" />
149+ </Target >
150+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
151+ <ImportGroup Label =" ExtensionTargets" >
152+ <Import Project =" ..\..\packages\cpprestsdk.redist.1.3.1\build\native\cpprestsdk.redist.targets" Condition =" Exists('..\..\packages\cpprestsdk.redist.1.3.1\build\native\cpprestsdk.redist.targets')" />
153+ <Import Project =" ..\..\packages\cpprestsdk.1.3.1\build\native\cpprestsdk.targets" Condition =" Exists('..\..\packages\cpprestsdk.1.3.1\build\native\cpprestsdk.targets')" />
154+ </ImportGroup >
155+ </Project >
0 commit comments