1+ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+ <PropertyGroup>
3+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+ <SchemaVersion>2.0</SchemaVersion>
5+ <ProjectGuid>6defb0fc-4057-4f1b-81b4-6df4f75a1233</ProjectGuid>
6+ <ProjectHome>.</ProjectHome>
7+ <StartupFile>
8+ </StartupFile>
9+ <SearchPath>
10+ </SearchPath>
11+ <WorkingDirectory>.</WorkingDirectory>
12+ <OutputPath>.</OutputPath>
13+ <Name>StatsLogParser</Name>
14+ <RootNamespace>StatsLogParser</RootNamespace>
15+ <InterpreterId>MSBuild|.venv|$(MSBuildProjectFullPath)</InterpreterId>
16+ <TestFramework>pytest</TestFramework>
17+ <UnitTestPattern>test*.py</UnitTestPattern>
18+ <UnitTestRootDirectory>.</UnitTestRootDirectory>
19+ </PropertyGroup>
20+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
21+ <DebugSymbols>true</DebugSymbols>
22+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
23+ </PropertyGroup>
24+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
25+ <DebugSymbols>true</DebugSymbols>
26+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
27+ </PropertyGroup>
28+ <ItemGroup>
29+ <Compile Include="loginterpretation\nugetversion.py" />
30+ <Compile Include="loginterpretation\packagedefinition.py">
31+ <SubType>Code</SubType>
32+ </Compile>
33+ <Compile Include="loginterpretation\semanticversion.py" />
34+ <Compile Include="loginterpretation\__init__.py">
35+ <SubType>Code</SubType>
36+ </Compile>
37+ <Compile Include="tests\test_packagedefinition.py" />
38+ <Compile Include="tests\__init__.py">
39+ <SubType>Code</SubType>
40+ </Compile>
41+ </ItemGroup>
42+ <ItemGroup>
43+ <Interpreter Include=".venv\">
44+ <Id>.venv</Id>
45+ <Version>3.9</Version>
46+ <Description>.venv (Python 3.9 (64-bit))</Description>
47+ <InterpreterPath>Scripts\python.exe</InterpreterPath>
48+ <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
49+ <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
50+ <Architecture>X64</Architecture>
51+ </Interpreter>
52+ </ItemGroup>
53+ <ItemGroup>
54+ <Content Include="requirements.txt" />
55+ </ItemGroup>
56+ <ItemGroup>
57+ <Folder Include="loginterpretation\" />
58+ <Folder Include="tests\" />
59+ </ItemGroup>
60+ <ItemGroup>
61+ <InterpreterReference Include="Global|PythonCore|3.9" />
62+ </ItemGroup>
63+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
64+ <!-- Uncomment the CoreCompile target to enable the Build command in
65+ Visual Studio and specify your pre- and post-build commands in
66+ the BeforeBuild and AfterBuild targets below. -->
67+ <!--<Target Name="CoreCompile" />-->
68+ <Target Name="BeforeBuild">
69+ </Target>
70+ <Target Name="AfterBuild">
71+ </Target>
72+ </Project>
0 commit comments