Files
jcm_test/jcm.pyproj
2023-08-22 04:34:35 +08:00

75 lines
3.1 KiB
Plaintext

<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>c071059e-37ae-4fe9-84f7-3eabc6c5f26f</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>
</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>jcm</Name>
<RootNamespace>jcm</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Folder Include="language\" />
<Folder Include="language\server\" />
<Folder Include="language\server\init.py\" />
<Folder Include="language\server\init.py\__pycache__\" />
<Folder Include="language\Tools\" />
<Folder Include="language\Tools\install.py\" />
<Folder Include="language\Tools\install.py\__pycache__\" />
<Folder Include="lib\" />
<Folder Include="lib\7z\" />
<Folder Include="web\" />
<Folder Include="Tools\" />
<Folder Include="server\" />
</ItemGroup>
<ItemGroup>
<Content Include="language\server\init.py\__pycache__\zh_CN.cpython-310.pyc" />
<Content Include="language\server\init.py\__pycache__\zh_CN.cpython-36.pyc" />
<Content Include="language\Tools\install.py\__pycache__\zh_CN.cpython-36.pyc" />
<Content Include="lib\7z\7z.dll" />
<Content Include="lib\7z\7z.exe" />
<Content Include="lib\bash.zip" />
<Content Include="lib\CopyX.exe" />
<Content Include="lib\NET.exe" />
<Content Include="lib\python-3.10.5.7z" />
<Content Include="lib\python-3.10.5.exe" />
<Content Include="lib\python-3.6.7.7z" />
<Content Include="lib\python-3.6.7.exe" />
<Content Include="lib\python-3.8.2.7z" />
<Content Include="lib\python-3.8.2.exe" />
<Content Include="lib\python.7z" />
<Content Include="README.md" />
<Content Include="Tools\install.bat" />
<Content Include="Tools\install.sh" />
</ItemGroup>
<ItemGroup>
<Compile Include="language\server\init.py\zh_CN.py" />
<Compile Include="language\Tools\install.py\zh_CN.py" />
<Compile Include="server\init.py" />
<Compile Include="server\run.py" />
<Compile Include="Tools\install.py" />
<Compile Include="Tools\Tools.py" />
</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>