1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <SchemaVersion >2.0</SchemaVersion >
6+ <ProjectGuid >{43298c1a-86ab-4d9d-87fa-f969332c5ef8}</ProjectGuid >
7+ <ProjectHome />
8+ <StartupFile >setup.py</StartupFile >
9+ <SearchPath />
10+ <WorkingDirectory >.</WorkingDirectory >
11+ <OutputPath >.</OutputPath >
12+ <ProjectTypeGuids >{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids >
13+ <LaunchProvider >Standard Python launcher</LaunchProvider >
14+ <InterpreterId >Global|PythonCore|3.7-32</InterpreterId >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" />
17+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" />
18+ <PropertyGroup >
19+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == '' " >10.0</VisualStudioVersion >
20+ </PropertyGroup >
21+ <ItemGroup >
22+ <Content Include =" requirements.txt" />
23+ </ItemGroup >
24+ <ItemGroup >
25+ <Compile Include =" client_encryption\api_encryption.py" />
26+ <Compile Include =" client_encryption\encoding_utils.py" />
27+ <Compile Include =" client_encryption\encryption_exception.py" />
28+ <Compile Include =" client_encryption\encryption_utils.py" />
29+ <Compile Include =" client_encryption\field_level_encryption.py" />
30+ <Compile Include =" client_encryption\field_level_encryption_config.py" />
31+ <Compile Include =" client_encryption\json_path_utils.py" />
32+ <Compile Include =" client_encryption\session_key_params.py" />
33+ <Compile Include =" client_encryption\version.py" />
34+ <Compile Include =" client_encryption\__init__.py" />
35+ <Compile Include =" setup.py" />
36+ <Compile Include =" tests\test_api_encryption.py" />
37+ <Compile Include =" tests\test_encoding_utils.py" />
38+ <Compile Include =" tests\test_encryption_utils.py" />
39+ <Compile Include =" tests\test_field_level_encryption.py" />
40+ <Compile Include =" tests\test_field_level_encryption_config.py" />
41+ <Compile Include =" tests\test_json_path_utils.py" />
42+ <Compile Include =" tests\test_session_key_params.py" />
43+ <Compile Include =" tests\utils\api_encryption_test_utils.py" />
44+ <Compile Include =" tests\__init__.py" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <Folder Include =" client_encryption" />
48+ <Folder Include =" tests" />
49+ <Folder Include =" tests\utils" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <InterpreterReference Include =" Global|PythonCore|3.7-32" />
53+ </ItemGroup >
54+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
55+ </Project >
0 commit comments