Skip to content

Commit

Permalink
Merge pull request #147 from tfreitasleal/master
Browse files Browse the repository at this point in the history
Group ready to run folder in Outputs folder.
  • Loading branch information
tfreitasleal authored May 21, 2018
2 parents 32947cc + 122df8f commit 30dabe4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ This application uses an interesting environment:
The project is instrumental for the improvement of [MvvmFx](https://github.com/MvvmFx/MvvmFx.

### Release mode build
When you build the solution in __Release__ mode, at the root level there will be 3 folders with ready to run versions:
- WinForms - Windows Forms desktop application
When you build the solution in __Release__ mode, at the root level there will be an __Outputs__ folder.
On this folder there are 3 folders with ready to run versions:
- WebSite - Wisej web site IIS ready
- WebStandalone - Wisej web site packed into a desktop .exe file
- WinForms - Windows Forms desktop application

## Project Status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>SetupInterwayDocs</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<OutputDir>$(SolutionDir)..\WinForms\</OutputDir>
<OutputDir>$(SolutionDir)..\Outputs\WinForms\</OutputDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<OutputDir>$(SolutionDir)..\WinForms\</OutputDir>
<OutputDir>$(SolutionDir)..\Outputs\WinForms\</OutputDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
<WisejDir>$(SolutionDir)Codisa.InterwayDocs.WisejWeb\</WisejDir>
<OutputDir>$(SolutionDir)..\WebSite\</OutputDir>
<OutputDir>$(SolutionDir)..\Outputs\WebSite\</OutputDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Source/InterwayDocs.Chrome/InterwayDocs.Chrome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<WisejDir>$(SolutionDir)Codisa.InterwayDocs.WisejWeb\</WisejDir>
<OutputDir>$(SolutionDir)..\WebStandalone\</OutputDir>
<OutputDir>$(SolutionDir)..\Outputs\WebStandalone\</OutputDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit 30dabe4

Please sign in to comment.