Skip to content

Commit

Permalink
Removed some extra build logs that were no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Jan 20, 2024
1 parent 69dd181 commit d7cd221
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
13 changes: 6 additions & 7 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@
<LangVersion>10</LangVersion>
<RootNamespace>SGF</RootNamespace>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<!--- Paths -->
<SGFSourceDir>$(MSBuildThisFileDirectory)</SGFSourceDir>

<!-- Paths | SGF Core -->
<SGFProjectDir>$(SGFSourceDir)SourceGenerator.Foundations\</SGFProjectDir>
<SGFProjectPath>$(SGFProjectDir)SourceGenerator.Foundations.csproj</SGFProjectPath>
<SGFTargetsPath>$(SGFProjectDir)SourceGenerator.Foundations.targets</SGFTargetsPath>
<SGFPropsPath>$(SGFProjectDir)SourceGenerator.Foundations.props</SGFPropsPath>

<!-- Paths | SGF Shared -->
<SGFSharedProjectDir>$(SGFSourceDir)SourceGenerator.Foundations.Shared\</SGFSharedProjectDir>
<SGFSharedProjectItemsPath>$(SGFSharedProjectDir)SourceGenerator.Foundations.Shared.projitems</SGFSharedProjectItemsPath>

<!-- Paths | SGF Contracts -->
<SGFContractsProjectDir>$(SGFSourceDir)SourceGenerator.Foundations.Contracts\</SGFContractsProjectDir>
<SGFContractsProjectPath>$(SGFContractsProjectDir)SourceGenerator.Foundations.Contracts.csproj</SGFContractsProjectPath>

<!-- Paths | SGF Injector -->
<SGFInjectorProjectDir>$(SGFSourceDir)SourceGenerator.Foundations.Injector\</SGFInjectorProjectDir>
<SGFInjectorProjectPath>$(SGFInjectorProjectDir)SourceGenerator.Foundations.Injector.csproj</SGFInjectorProjectPath>

<!-- Paths | SGF MSBuild -->
<SGFMSBuildProjectDir>$(SGFSourceDir)SourceGenerator.Foundations.MSBuild\</SGFMSBuildProjectDir>
<SGFMSBuildProjectPath>$(SGFMSBuildProjectDir)SourceGenerator.Foundations.MSBuild.csproj</SGFMSBuildProjectPath>

<!-- Paths | SGF Plugin Window -->
<SGFWindowsPluginProjectDir>$(SGFSourceDir)Plugins\SourceGenerator.Foundations.Windows\</SGFWindowsPluginProjectDir>
<SGFWindowsPluginProjectPath>$(SGFWindowsPluginProjectDir)SourceGenerator.Foundations.Windows.csproj</SGFWindowsPluginProjectPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsNuGetPackage>false</IsNuGetPackage>
<IsNuGetPackage Condition="Exists('$(MSBuildThisFileDirectory)..\.nupkg.metadata')">true</IsNuGetPackage>
<SGFTaskAssemblyPath>$(MSBuildThisFileDirectory)bin/$(Configuration)/netstandard2.0\$(MSBuildThisFileName).dll</SGFTaskAssemblyPath>
<SGFTaskAssemblyPath>$(MSBuildThisFileDirectory)bin/$(Configuration)\netstandard2.0\$(MSBuildThisFileName).dll</SGFTaskAssemblyPath>
<SGFTaskAssemblyPath Condition="Exists('$(MSBuildThisFileName).dll')">$(MSBuildThisFileName).dll</SGFTaskAssemblyPath>
</PropertyGroup>
<UsingTask
Expand Down
10 changes: 0 additions & 10 deletions src/SourceGenerator.Foundations.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp.SourceGenerator"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerator.Foundations.Injector", "SourceGenerator.Foundations.Injector\SourceGenerator.Foundations.Injector.csproj", "{E9B785CC-B19E-499F-915D-7E37F727C50C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerator.Foundations.MSBuild", "SourceGenerator.Foundations.MSBuild\SourceGenerator.Foundations.MSBuild.csproj", "{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -87,14 +85,6 @@ Global
{E9B785CC-B19E-499F-915D-7E37F727C50C}.Release|Any CPU.Build.0 = Release|Any CPU
{E9B785CC-B19E-499F-915D-7E37F727C50C}.Release|x64.ActiveCfg = Release|Any CPU
{E9B785CC-B19E-499F-915D-7E37F727C50C}.Release|x64.Build.0 = Release|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Debug|x64.ActiveCfg = Debug|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Debug|x64.Build.0 = Debug|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Release|Any CPU.Build.0 = Release|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Release|x64.ActiveCfg = Release|Any CPU
{539FC8F9-6B2E-4DC3-B5C1-368F8117EFAD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<FilterAssembliesTask Assemblies="@(ReferencePath->'%(RootDir)%(Directory)%(Filename)%(Extension)')">
<Output TaskParameter="FilteredAssemblies" ItemName="SGF_FilteredAssembly"/>
</FilterAssembliesTask>

<Message Importance="high" Text="Filtered: @(System.Runtime.InteropServices)"/>

<!-- Embedded Assemblies -->
<ItemGroup>
<!-- Embedded Assemblies -->
Expand Down

0 comments on commit d7cd221

Please sign in to comment.