2020-04-03 23:57:36 +08:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2021-09-08 21:28:09 +08:00
|
|
|
<ProjectGuid>0e4b5021-27ea-4f79-b87d-e123afb3d788</ProjectGuid>
|
2020-04-03 23:57:36 +08:00
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
<StartupFile>SuperScriptViewer.py</StartupFile>
|
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
<Name>SuperScriptViewer</Name>
|
|
|
|
<RootNamespace>SuperScriptViewer</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>
|
2021-09-08 21:28:09 +08:00
|
|
|
<Compile Include="CustomConfig.py" />
|
|
|
|
<Compile Include="ServerCore.py" />
|
|
|
|
<Compile Include="ServerStruct.py" />
|
2020-04-03 23:57:36 +08:00
|
|
|
<Compile Include="SuperScriptViewer.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>
|