Skip to content

Commit 22b8e6b

Browse files
committed
Correction for all Output Folders
1 parent 3331011 commit 22b8e6b

File tree

9 files changed

+139
-26
lines changed

9 files changed

+139
-26
lines changed

FabTools/FabCtrl/FabCtrl.xsproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<EmitDebugInformation>true</EmitDebugInformation>
5151
<DefineConstants>DEBUG</DefineConstants>
5252
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
53-
<OutputPath>$(Configuration)\</OutputPath>
53+
<OutputPath>bin\$(Configuration)\</OutputPath>
5454
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
5555
<Optimize>false</Optimize>
5656
<UseSharedCompilation>true</UseSharedCompilation>
@@ -69,8 +69,20 @@
6969
<EmitDebugInformation>false</EmitDebugInformation>
7070
<DefineConstants>NDEBUG</DefineConstants>
7171
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72-
<OutputPath>$(Configuration)\</OutputPath>
72+
<OutputPath>bin\$(Configuration)\</OutputPath>
7373
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
74+
<Optimize>true</Optimize>
75+
<UseSharedCompilation>true</UseSharedCompilation>
76+
<DisabledWarnings />
77+
<WarningLevel>4</WarningLevel>
78+
<SignAssembly>false</SignAssembly>
79+
<DelaySign>false</DelaySign>
80+
<AssemblyOriginatorKeyFile />
81+
<CommandLineOption />
82+
<PPO>false</PPO>
83+
<PlatformTarget>x86</PlatformTarget>
84+
<Prefer32Bit>False</Prefer32Bit>
85+
<RegisterForComInterop>False</RegisterForComInterop>
7486
</PropertyGroup>
7587
<ItemGroup>
7688
<Reference Include="System">

FabTools/FabPaintLib/FabPaintLib.xsproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<EmitDebugInformation>true</EmitDebugInformation>
5454
<DefineConstants>DEBUG</DefineConstants>
5555
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
56-
<OutputPath>$(Configuration)\</OutputPath>
56+
<OutputPath>bin\$(Configuration)\</OutputPath>
5757
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
5858
<Optimize>false</Optimize>
5959
<UseSharedCompilation>true</UseSharedCompilation>
@@ -72,8 +72,20 @@
7272
<EmitDebugInformation>false</EmitDebugInformation>
7373
<DefineConstants>NDEBUG</DefineConstants>
7474
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
75-
<OutputPath>$(Configuration)\</OutputPath>
75+
<OutputPath>bin\$(Configuration)\</OutputPath>
7676
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
77+
<Optimize>true</Optimize>
78+
<UseSharedCompilation>true</UseSharedCompilation>
79+
<DisabledWarnings />
80+
<WarningLevel>4</WarningLevel>
81+
<SignAssembly>false</SignAssembly>
82+
<DelaySign>false</DelaySign>
83+
<AssemblyOriginatorKeyFile />
84+
<CommandLineOption />
85+
<PPO>false</PPO>
86+
<PlatformTarget>x86</PlatformTarget>
87+
<Prefer32Bit>False</Prefer32Bit>
88+
<RegisterForComInterop>False</RegisterForComInterop>
7789
</PropertyGroup>
7890
<ItemGroup>
7991
<Reference Include="FreeImageNET, Version=3.13.1.1, Culture=neutral, PublicKeyToken=null">

FabTools/FabPaintLib_Control/FabPaintLib_Control.xsproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<EmitDebugInformation>true</EmitDebugInformation>
4949
<DefineConstants>DEBUG</DefineConstants>
5050
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
51-
<OutputPath>$(Configuration)\</OutputPath>
51+
<OutputPath>bin\$(Configuration)\</OutputPath>
5252
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
5353
<Optimize>false</Optimize>
5454
<UseSharedCompilation>true</UseSharedCompilation>
@@ -67,8 +67,20 @@
6767
<EmitDebugInformation>false</EmitDebugInformation>
6868
<DefineConstants>NDEBUG</DefineConstants>
6969
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
70-
<OutputPath>$(Configuration)\</OutputPath>
70+
<OutputPath>bin\$(Configuration)\</OutputPath>
7171
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
72+
<Optimize>true</Optimize>
73+
<UseSharedCompilation>true</UseSharedCompilation>
74+
<DisabledWarnings />
75+
<WarningLevel>4</WarningLevel>
76+
<SignAssembly>false</SignAssembly>
77+
<DelaySign>false</DelaySign>
78+
<AssemblyOriginatorKeyFile />
79+
<CommandLineOption />
80+
<PPO>false</PPO>
81+
<PlatformTarget>x86</PlatformTarget>
82+
<Prefer32Bit>False</Prefer32Bit>
83+
<RegisterForComInterop>False</RegisterForComInterop>
7284
</PropertyGroup>
7385
<ItemGroup>
7486
<Reference Include="FreeImageNET, Version=3.13.1.1, Culture=neutral, PublicKeyToken=null">

FabTools/FabPaintLib_Test/FabPaintLib_Test.xsproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<EmitDebugInformation>true</EmitDebugInformation>
5151
<DefineConstants>DEBUG</DefineConstants>
5252
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
53-
<OutputPath>$(Configuration)\</OutputPath>
53+
<OutputPath>bin\$(Configuration)\</OutputPath>
5454
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
5555
<Optimize>false</Optimize>
5656
<UseSharedCompilation>true</UseSharedCompilation>
@@ -69,8 +69,20 @@
6969
<EmitDebugInformation>false</EmitDebugInformation>
7070
<DefineConstants>NDEBUG</DefineConstants>
7171
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72-
<OutputPath>$(Configuration)\</OutputPath>
72+
<OutputPath>bin\$(Configuration)\</OutputPath>
7373
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
74+
<Optimize>true</Optimize>
75+
<UseSharedCompilation>true</UseSharedCompilation>
76+
<DisabledWarnings />
77+
<WarningLevel>4</WarningLevel>
78+
<SignAssembly>false</SignAssembly>
79+
<DelaySign>false</DelaySign>
80+
<AssemblyOriginatorKeyFile />
81+
<CommandLineOption />
82+
<PPO>false</PPO>
83+
<PlatformTarget>x86</PlatformTarget>
84+
<Prefer32Bit>True</Prefer32Bit>
85+
<RegisterForComInterop>False</RegisterForComInterop>
7486
</PropertyGroup>
7587
<ItemGroup>
7688
<Reference Include="FreeImageNET, Version=3.13.1.1, Culture=neutral, PublicKeyToken=null">

FabTools/FabSplitShellLib/FabSplitShellLib.xsproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<EmitDebugInformation>true</EmitDebugInformation>
5353
<DebugType>full</DebugType>
5454
<Optimize>false</Optimize>
55-
<OutputPath>bin\Debug\</OutputPath>
55+
<OutputPath>bin\$(Configuration)\</OutputPath>
5656
<DefineConstants>DEBUG;TRACE</DefineConstants>
5757
<ErrorReport>prompt</ErrorReport>
5858
<WarningLevel>4</WarningLevel>
@@ -73,10 +73,21 @@
7373
<EmitDebugInformation>false</EmitDebugInformation>
7474
<DebugType>pdbonly</DebugType>
7575
<Optimize>true</Optimize>
76-
<OutputPath>bin\Release\</OutputPath>
76+
<OutputPath>bin\$(Configuration)\</OutputPath>
7777
<DefineConstants>TRACE</DefineConstants>
7878
<ErrorReport>prompt</ErrorReport>
7979
<WarningLevel>4</WarningLevel>
80+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
81+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
82+
<UseSharedCompilation>true</UseSharedCompilation>
83+
<DisabledWarnings />
84+
<SignAssembly>false</SignAssembly>
85+
<DelaySign>false</DelaySign>
86+
<AssemblyOriginatorKeyFile />
87+
<CommandLineOption />
88+
<PPO>false</PPO>
89+
<Prefer32Bit>False</Prefer32Bit>
90+
<RegisterForComInterop>False</RegisterForComInterop>
8091
</PropertyGroup>
8192
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
8293
<ItemGroup>

FabTools/FabSplitShellTest/FabSplitShellTest.xsproj

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,42 @@
4949
<EmitDebugInformation>true</EmitDebugInformation>
5050
<DebugType>full</DebugType>
5151
<Optimize>false</Optimize>
52-
<OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
52+
<OutputPath>bin\$(Configuration)\</OutputPath>
5353
<DefineConstants>DEBUG;TRACE</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
5656
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
57-
<OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
58-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
57+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
5958
<UseSharedCompilation>true</UseSharedCompilation>
6059
<DisabledWarnings>9032;9043;618;162;165;649;9025</DisabledWarnings>
61-
<WarningLevel>4</WarningLevel>
6260
<PPO>false</PPO>
63-
<DefineConstants>DEBUG;TRACE</DefineConstants>
61+
<SignAssembly>false</SignAssembly>
62+
<DelaySign>false</DelaySign>
63+
<AssemblyOriginatorKeyFile />
64+
<CommandLineOption />
65+
<Prefer32Bit>True</Prefer32Bit>
66+
<RegisterForComInterop>False</RegisterForComInterop>
6467
</PropertyGroup>
6568
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" Label="Configuration">
6669
<PlatformTarget>x86</PlatformTarget>
6770
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
6871
<EmitDebugInformation>false</EmitDebugInformation>
6972
<DebugType>pdbonly</DebugType>
70-
<OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
73+
<OutputPath>bin\$(Configuration)\</OutputPath>
7174
<DefineConstants>TRACE</DefineConstants>
7275
<ErrorReport>prompt</ErrorReport>
7376
<WarningLevel>4</WarningLevel>
7477
<UseSharedCompilation>true</UseSharedCompilation>
7578
<DisabledWarnings>9032;9043;618;162;165;649;9025</DisabledWarnings>
7679
<PPO>false</PPO>
77-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
80+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
81+
<Optimize>true</Optimize>
82+
<SignAssembly>false</SignAssembly>
83+
<DelaySign>false</DelaySign>
84+
<AssemblyOriginatorKeyFile />
85+
<CommandLineOption />
86+
<Prefer32Bit>True</Prefer32Bit>
87+
<RegisterForComInterop>False</RegisterForComInterop>
7888
</PropertyGroup>
7989
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
8090
<ItemGroup>

FabTools/FabTools/FabTools.xsproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<EmitDebugInformation>true</EmitDebugInformation>
5353
<DebugType>full</DebugType>
5454
<Optimize>false</Optimize>
55-
<OutputPath>bin\Debug\</OutputPath>
55+
<OutputPath>bin\$(Configuration)\</OutputPath>
5656
<DefineConstants>DEBUG;TRACE</DefineConstants>
5757
<ErrorReport>prompt</ErrorReport>
5858
<WarningLevel>4</WarningLevel>
@@ -73,10 +73,21 @@
7373
<EmitDebugInformation>false</EmitDebugInformation>
7474
<DebugType>pdbonly</DebugType>
7575
<Optimize>true</Optimize>
76-
<OutputPath>bin\Release\</OutputPath>
76+
<OutputPath>bin\$(Configuration)\</OutputPath>
7777
<DefineConstants>TRACE</DefineConstants>
7878
<ErrorReport>prompt</ErrorReport>
7979
<WarningLevel>4</WarningLevel>
80+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
81+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
82+
<UseSharedCompilation>true</UseSharedCompilation>
83+
<DisabledWarnings />
84+
<SignAssembly>false</SignAssembly>
85+
<DelaySign>false</DelaySign>
86+
<AssemblyOriginatorKeyFile />
87+
<CommandLineOption />
88+
<PPO>false</PPO>
89+
<Prefer32Bit>False</Prefer32Bit>
90+
<RegisterForComInterop>False</RegisterForComInterop>
8091
</PropertyGroup>
8192
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
8293
<ItemGroup>

FabTools/FabTwainTest/FabTwainTest.xsproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<EmitDebugInformation>true</EmitDebugInformation>
5050
<DebugType>full</DebugType>
5151
<Optimize>false</Optimize>
52-
<OutputPath>$(Configuration)\</OutputPath>
52+
<OutputPath>bin\$(Configuration)\</OutputPath>
5353
<DefineConstants>DEBUG;TRACE</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
@@ -70,14 +70,21 @@
7070
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
7171
<EmitDebugInformation>false</EmitDebugInformation>
7272
<DebugType>pdbonly</DebugType>
73-
<OutputPath>$(SolutionDir)$(Configuration)</OutputPath>
73+
<OutputPath>bin\$(Configuration)\</OutputPath>
7474
<DefineConstants>TRACE</DefineConstants>
7575
<ErrorReport>prompt</ErrorReport>
7676
<WarningLevel>4</WarningLevel>
7777
<UseSharedCompilation>true</UseSharedCompilation>
7878
<DisabledWarnings>9032;9043;618;162;165;649;9025</DisabledWarnings>
7979
<PPO>false</PPO>
80-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
80+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
81+
<Optimize>true</Optimize>
82+
<SignAssembly>false</SignAssembly>
83+
<DelaySign>false</DelaySign>
84+
<AssemblyOriginatorKeyFile />
85+
<CommandLineOption />
86+
<Prefer32Bit>True</Prefer32Bit>
87+
<RegisterForComInterop>False</RegisterForComInterop>
8188
</PropertyGroup>
8289
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
8390
<ItemGroup>

FabTools/XSPaintLib_Test/XSPaintLib_Test.xsproj

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,43 @@
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
2424
<EmitDebugInformation>true</EmitDebugInformation>
25-
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<DefineConstants>
26+
</DefineConstants>
2627
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
27-
<OutputPath>$(Configuration)\</OutputPath>
28+
<OutputPath>bin\$(Configuration)\</OutputPath>
2829
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
30+
<Optimize>false</Optimize>
31+
<UseSharedCompilation>true</UseSharedCompilation>
32+
<DisabledWarnings />
33+
<WarningLevel>4</WarningLevel>
34+
<SignAssembly>false</SignAssembly>
35+
<DelaySign>false</DelaySign>
36+
<AssemblyOriginatorKeyFile />
37+
<CommandLineOption />
38+
<PPO>false</PPO>
39+
<PlatformTarget>x86</PlatformTarget>
40+
<Prefer32Bit>True</Prefer32Bit>
41+
<RegisterForComInterop>False</RegisterForComInterop>
2942
</PropertyGroup>
3043
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
3144
<EmitDebugInformation>false</EmitDebugInformation>
32-
<DefineConstants>NDEBUG;TRACE</DefineConstants>
45+
<DefineConstants>
46+
</DefineConstants>
3347
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
34-
<OutputPath>$(Configuration)\</OutputPath>
48+
<OutputPath>bin\$(Configuration)\</OutputPath>
3549
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
50+
<Optimize>false</Optimize>
51+
<UseSharedCompilation>true</UseSharedCompilation>
52+
<DisabledWarnings />
53+
<WarningLevel>4</WarningLevel>
54+
<SignAssembly>false</SignAssembly>
55+
<DelaySign>false</DelaySign>
56+
<AssemblyOriginatorKeyFile />
57+
<CommandLineOption />
58+
<PPO>false</PPO>
59+
<PlatformTarget>x86</PlatformTarget>
60+
<Prefer32Bit>True</Prefer32Bit>
61+
<RegisterForComInterop>False</RegisterForComInterop>
3662
</PropertyGroup>
3763
<ItemGroup>
3864
<Reference Include="FreeImageNET, Version=3.13.1.1, Culture=neutral, PublicKeyToken=null">

0 commit comments

Comments
 (0)