Skip to content

Commit

Permalink
Modify output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoYang06 committed Nov 24, 2020
1 parent 848e929 commit 2d24415
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Source/Demos/Wif.Demo.Common/Wif.Demo.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Output\Debug\</OutputPath>
<OutputPath>..\Output\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\</OutputPath>
<OutputPath>..\Output\Release\</OutputPath>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions Source/Demos/Wif.Demo/Wif.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Output\Debug\</OutputPath>
<OutputPath>..\Output\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\</OutputPath>
<OutputPath>..\Output\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
Expand Down
8 changes: 4 additions & 4 deletions Source/Wif.Core/Wif.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<PackageReleaseNotes>https://github.com/LeoYang-Chuese/wif/releases</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Output\Debug\</OutputPath>
<DocumentationFile>..\..\Output\Debug\Wif.Core.xml</DocumentationFile>
<OutputPath>..\Output\Debug\</OutputPath>
<DocumentationFile>..\Output\Debug\Wif.Core.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\</OutputPath>
<DocumentationFile>..\..\Output\Release\Wif.Core.xml</DocumentationFile>
<OutputPath>..\Output\Release\</OutputPath>
<DocumentationFile>..\Output\Release\Wif.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Wif.Utilities\Wif.Utilities.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions Source/Wif.Infrastructure/Wif.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<UserSecretsId>a46f13f6-c033-4863-be99-bcc4634651c6</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Output\Debug\</OutputPath>
<DocumentationFile>..\..\Output\Debug\Wif.Infrastructure.xml</DocumentationFile>
<OutputPath>..\Output\Debug\</OutputPath>
<DocumentationFile>..\Output\Debug\Wif.Infrastructure.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\</OutputPath>
<DocumentationFile>..\..\Output\Release\Wif.Infrastructure.xml</DocumentationFile>
<OutputPath>..\Output\Release\</OutputPath>
<DocumentationFile>..\Output\Release\Wif.Infrastructure.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
Expand Down
8 changes: 4 additions & 4 deletions Source/Wif.Utilities/Wif.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Output\Debug\</OutputPath>
<DocumentationFile>..\..\Output\Debug\Wif.Utilities.xml</DocumentationFile>
<OutputPath>..\Output\Debug\</OutputPath>
<DocumentationFile>..\Output\Debug\Wif.Utilities.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Output\Release\</OutputPath>
<DocumentationFile>..\..\Output\Release\Wif.Utilities.xml</DocumentationFile>
<OutputPath>..\Output\Release\</OutputPath>
<DocumentationFile>..\Output\Release\Wif.Utilities.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WpfAnalyzers" Version="3.5.2">
Expand Down

0 comments on commit 2d24415

Please sign in to comment.