-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtests.pyproj
More file actions
63 lines (63 loc) · 2.64 KB
/
tests.pyproj
File metadata and controls
63 lines (63 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>102bf607-1630-4c9f-85d2-ad0dbb8a3854</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>test_accounts_api.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>tests</Name>
<RootNamespace>tests</RootNamespace>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="common_functions.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="common_parameters.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test_accounts_api.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test_calculations_api.py" />
<Compile Include="test_columns_api.py" />
<Compile Include="test_columns_statistics_api.py" />
<Compile Include="test_components_api.py" />
<Compile Include="test_configurations_api.py" />
<Compile Include="test_currencies_api.py" />
<Compile Include="test_dates_api.py" />
<Compile Include="test_documents_api.py" />
<Compile Include="test_frequencies_api.py" />
<Compile Include="test_spar_benchmark_api.py" />
<Compile Include="test_groups_api.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.6" />
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>