Skip to content

Commit

Permalink
remove bad stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbeamable committed Feb 24, 2025
1 parent 4bbccc6 commit bfea34b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<!-- <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>-->

<AssemblyName>FadeBasic.Lib.Standard</AssemblyName>
<PackageId>FadeBasic.Lib.Standard</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion FadeBasic/FadeBasicCommands/FadeBasicCommands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<!-- <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>-->

<AssemblyName>FadeBasic.Lib.Testing</AssemblyName>
<PackageId>FadeBasic.Lib.Testing</PackageId>
Expand Down
18 changes: 0 additions & 18 deletions FadeBasic/build.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandSourceGenerator", "C
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FadeBasicCommands", "FadeBasicCommands\FadeBasicCommands.csproj", "{E6FE8408-71FC-4D4D-AFB0-88D37518CE33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "CLI\CLI.csproj", "{50997112-99B4-481D-9DB8-C87C78CE14FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LSP", "LSP\LSP.csproj", "{3C16BA65-8DD8-4973-B379-F92B49956314}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationSupport", "ApplicationSupport\ApplicationSupport.csproj", "{BEA8E1E1-688D-4257-8071-517A5FCF8F8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launch_Console", "Launch_Console\Launch_Console.csproj", "{DA6D1875-EC54-4332-9EE8-4FC5F39B43A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Templates", "Templates\Templates.csproj", "{4D024E0B-0564-490D-9068-034940595B2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FadeBuildTasks", "FadeBuildTasks\FadeBuildTasks.csproj", "{A39FDBD7-CB19-4237-AE9E-6EDE5DAC1023}"
Expand All @@ -39,22 +33,10 @@ Global
{E6FE8408-71FC-4D4D-AFB0-88D37518CE33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6FE8408-71FC-4D4D-AFB0-88D37518CE33}.Release|Any CPU.Build.0 = Release|Any CPU
{E6FE8408-71FC-4D4D-AFB0-88D37518CE33}.Release|Any CPU.Deploy.0 = Release|Any CPU
{50997112-99B4-481D-9DB8-C87C78CE14FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50997112-99B4-481D-9DB8-C87C78CE14FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50997112-99B4-481D-9DB8-C87C78CE14FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50997112-99B4-481D-9DB8-C87C78CE14FA}.Release|Any CPU.Build.0 = Release|Any CPU
{3C16BA65-8DD8-4973-B379-F92B49956314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C16BA65-8DD8-4973-B379-F92B49956314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C16BA65-8DD8-4973-B379-F92B49956314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C16BA65-8DD8-4973-B379-F92B49956314}.Release|Any CPU.Build.0 = Release|Any CPU
{BEA8E1E1-688D-4257-8071-517A5FCF8F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEA8E1E1-688D-4257-8071-517A5FCF8F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEA8E1E1-688D-4257-8071-517A5FCF8F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEA8E1E1-688D-4257-8071-517A5FCF8F8A}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6D1875-EC54-4332-9EE8-4FC5F39B43A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6D1875-EC54-4332-9EE8-4FC5F39B43A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6D1875-EC54-4332-9EE8-4FC5F39B43A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6D1875-EC54-4332-9EE8-4FC5F39B43A9}.Release|Any CPU.Build.0 = Release|Any CPU
{4D024E0B-0564-490D-9068-034940595B2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D024E0B-0564-490D-9068-034940595B2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D024E0B-0564-490D-9068-034940595B2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
7 changes: 4 additions & 3 deletions FadeBasic/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ echo "installing fade basic development version=${SEM_VER}"

# build all projects once
BUILD_ARGS="-c Release /p:Version=$SEM_VER /p:FadeInstall=true"
dotnet clean build.sln -c Release
dotnet build build.sln $BUILD_ARGS

# build nuget packages (without building, so its quicker)
PACK_ARGS="--output $OUTPUT_FOLDER /p:Version=$SEM_VER --include-symbols --include-source"
PACK_ARGS="--output $OUTPUT_FOLDER /p:Version=$SEM_VER --include-symbols --include-source -c Release"
dotnet pack ./FadeBasic $PACK_ARGS
dotnet pack ./FadeBasicCommands $PACK_ARGS
dotnet pack ./FadeBasic.Lib.Standard $PACK_ARGS
Expand All @@ -35,8 +36,8 @@ dotnet pack ./Templates $PACK_ARGS
dotnet pack ./FadeBuildTasks $PACK_ARGS

# build the LSP and DAP and store it in the associated vscode extension folder
dotnet build ./LSP -o ../VsCode/basicscript/out/tools
dotnet build ./DAP -o ../VsCode/basicscript/out/tools
dotnet build ./LSP -o ../VsCode/basicscript/out/tools -c Release
dotnet build ./DAP -o ../VsCode/basicscript/out/tools -c Release

if [ -z "$FADE_USE_LOCAL_SOURCE" ]; then
if [ -z "$FADE_NUGET_DRYRUN" ]; then
Expand Down

0 comments on commit bfea34b

Please sign in to comment.