Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jfevia committed Jul 3, 2024
1 parent cc99586 commit c45c15f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions modules/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<ProductName>PowerAutomate.Desktop.Modules</ProductName>
<RootNamespace>$(ProductName).$(MSBuildProjectName)</RootNamespace>
<AssemblyName>$(ProductName).$(MSBuildProjectName)</AssemblyName>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>bin\$(Configuration)</OutputPath>
</PropertyGroup>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/PowerAutomate.Desktop.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsRegistry.Actions", "..\modules\WindowsRegistry.Actions\WindowsRegistry.Actions.csproj", "{2603CDEA-C582-4096-8AD4-6982E9D36DF5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modules.WindowsRegistry.Actions", "..\modules\Modules.WindowsRegistry.Actions\Modules.WindowsRegistry.Actions.csproj", "{2603CDEA-C582-4096-8AD4-6982E9D36DF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows", "Windows", "{AAC42F13-B42E-462A-B605-40BFEC07FD26}"
EndProject
Expand Down

0 comments on commit c45c15f

Please sign in to comment.