-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.pyproj
51 lines (51 loc) · 2.42 KB
/
repos.pyproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1f34c65a-8a3b-4047-bb7e-599362316017}</ProjectGuid>
<ProjectHome />
<StartupFile>simulator-GUI-v1-0.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.12</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.12" />
</ItemGroup>
<ItemGroup>
<Compile Include="csv-validator.py" />
<Compile Include="csv-scanner-v0.1.py" />
<Compile Include="generate_logo.py" />
<Compile Include="gen_raw_streak_json.py" />
<Compile Include="json-validator.py" />
<Compile Include="main-azure-certs-exam-simulator.py" />
<Compile Include="simulator-GUI-v1-0.py" />
<Compile Include="validate_python_file.py" />
</ItemGroup>
<ItemGroup>
<Content Include="Architecture.png" />
<Content Include="Architecture.webp" />
<Content Include="CHANGELOG.md" />
<Content Include="CONTRIBUTING.md" />
<Content Include="LICENSE.md" />
<Content Include="logo.jpg" />
<Content Include="logo.svg" />
<Content Include="ms900_questions.csv" />
<Content Include="pl900_questions.csv" />
<Content Include="README.md" />
<Content Include="scoring.json" />
<Content Include="ScoringSample.png" />
<Content Include="Whitepaper_Enhancing Azure Certification Preparation through Microlearning and Spaced Repetition.docx" />
<Content Include="Whitepaper_Enhancing Azure Certification Preparation through Microlearning and Spaced Repetition.pdf" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>