Skip to content

Commit 30dabe4

Browse files
authored
Merge pull request #147 from tfreitasleal/master
Group ready to run folder in Outputs folder.
2 parents 32947cc + 122df8f commit 30dabe4

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ This application uses an interesting environment:
1616
The project is instrumental for the improvement of [MvvmFx](https://github.com/MvvmFx/MvvmFx.
1717

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

2425
## Project Status
2526

Source/Codisa.InterwayDocs.Setup/Codisa.InterwayDocs.Setup.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>SetupInterwayDocs</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<OutputDir>$(SolutionDir)..\WinForms\</OutputDir>
14+
<OutputDir>$(SolutionDir)..\Outputs\WinForms\</OutputDir>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<PlatformTarget>AnyCPU</PlatformTarget>

Source/Codisa.InterwayDocs.WindowsForms/Codisa.InterwayDocs.WindowsForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<BootstrapperEnabled>true</BootstrapperEnabled>
30-
<OutputDir>$(SolutionDir)..\WinForms\</OutputDir>
30+
<OutputDir>$(SolutionDir)..\Outputs\WinForms\</OutputDir>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3333
<PlatformTarget>AnyCPU</PlatformTarget>

Source/Codisa.InterwayDocs.WisejWeb/Codisa.InterwayDocs.WisejWeb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</NuGetPackageImportStamp>
2525
<TargetFrameworkProfile />
2626
<WisejDir>$(SolutionDir)Codisa.InterwayDocs.WisejWeb\</WisejDir>
27-
<OutputDir>$(SolutionDir)..\WebSite\</OutputDir>
27+
<OutputDir>$(SolutionDir)..\Outputs\WebSite\</OutputDir>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3030
<DebugSymbols>true</DebugSymbols>

Source/InterwayDocs.Chrome/InterwayDocs.Chrome.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
<WisejDir>$(SolutionDir)Codisa.InterwayDocs.WisejWeb\</WisejDir>
16-
<OutputDir>$(SolutionDir)..\WebStandalone\</OutputDir>
16+
<OutputDir>$(SolutionDir)..\Outputs\WebStandalone\</OutputDir>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1919
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)