Skip to content

Commit

Permalink
Set OutDir using Directory.build.props.
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrab committed Dec 31, 2023
1 parent 91b19bf commit 9e04e45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion AOVpnManager/AOVpnManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Exe</OutputType>
<OutDir>..\out\$(Configuration)\$(MSBuildProjectName)</OutDir>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" />
Expand Down
3 changes: 3 additions & 0 deletions Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<Project>
<Import Project="Version.props" />
<PropertyGroup>
<OutDir>..\out\$(Configuration)\$(MSBuildProjectName)</OutDir>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion Installer/Installer.wixproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<OutputName>AOVpnManager</OutputName>
<OutDir>..\out\$(Configuration)\$(MSBuildProjectName)</OutDir>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
Expand Down

0 comments on commit 9e04e45

Please sign in to comment.