|
49 | 49 | <EmitDebugInformation>true</EmitDebugInformation> |
50 | 50 | <DebugType>full</DebugType> |
51 | 51 | <Optimize>false</Optimize> |
52 | | - <OutputPath>$(SolutionDir)$(Configuration)</OutputPath> |
| 52 | + <OutputPath>bin\$(Configuration)\</OutputPath> |
53 | 53 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
54 | 54 | <ErrorReport>prompt</ErrorReport> |
55 | 55 | <WarningLevel>4</WarningLevel> |
56 | 56 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
57 | | - <OutputPath>$(SolutionDir)$(Configuration)</OutputPath> |
58 | | - <IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath> |
| 57 | + <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
59 | 58 | <UseSharedCompilation>true</UseSharedCompilation> |
60 | 59 | <DisabledWarnings>9032;9043;618;162;165;649;9025</DisabledWarnings> |
61 | | - <WarningLevel>4</WarningLevel> |
62 | 60 | <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> |
64 | 67 | </PropertyGroup> |
65 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" Label="Configuration"> |
66 | 69 | <PlatformTarget>x86</PlatformTarget> |
67 | 70 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
68 | 71 | <EmitDebugInformation>false</EmitDebugInformation> |
69 | 72 | <DebugType>pdbonly</DebugType> |
70 | | - <OutputPath>$(SolutionDir)$(Configuration)</OutputPath> |
| 73 | + <OutputPath>bin\$(Configuration)\</OutputPath> |
71 | 74 | <DefineConstants>TRACE</DefineConstants> |
72 | 75 | <ErrorReport>prompt</ErrorReport> |
73 | 76 | <WarningLevel>4</WarningLevel> |
74 | 77 | <UseSharedCompilation>true</UseSharedCompilation> |
75 | 78 | <DisabledWarnings>9032;9043;618;162;165;649;9025</DisabledWarnings> |
76 | 79 | <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> |
78 | 88 | </PropertyGroup> |
79 | 89 | <Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" /> |
80 | 90 | <ItemGroup> |
|
0 commit comments