Skip to content

Commit

Permalink
linux pack generator
Browse files Browse the repository at this point in the history
  • Loading branch information
hoverbike1 committed Nov 24, 2023
1 parent 30ef6ca commit ed9d21b
Show file tree
Hide file tree
Showing 53 changed files with 487 additions and 29 deletions.
7 changes: 0 additions & 7 deletions Mods/Lazy Packs/Linux Pack Generator/Compatible versions.txt

This file was deleted.

35 changes: 35 additions & 0 deletions Mods/Lazy Packs/Linux Pack Generator/Lazy Pack.pyproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<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>296b25f5-4071-414b-b081-f3b5e8b5c2e0</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>Lazy_Pack.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>Lazy Pack</Name>
<RootNamespace>Lazy Pack</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>
<Compile Include="Lazy_Pack.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>
Loading

0 comments on commit ed9d21b

Please sign in to comment.