|
42 | 42 | <PlatformTarget>x64</PlatformTarget>
|
43 | 43 | <ErrorReport>prompt</ErrorReport>
|
44 | 44 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
45 |
| - <Prefer32Bit>true</Prefer32Bit> |
46 | 45 | </PropertyGroup>
|
47 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
48 | 47 | <OutputPath>bin\x64\Release\</OutputPath>
|
|
52 | 51 | <PlatformTarget>x64</PlatformTarget>
|
53 | 52 | <ErrorReport>prompt</ErrorReport>
|
54 | 53 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
55 |
| - <Prefer32Bit>true</Prefer32Bit> |
| 54 | + </PropertyGroup> |
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Travis|x64'"> |
| 56 | + <OutputPath>bin\x64\Travis\</OutputPath> |
| 57 | + <DefineConstants>TRACE</DefineConstants> |
| 58 | + <Optimize>true</Optimize> |
| 59 | + <PlatformTarget>x64</PlatformTarget> |
| 60 | + <ErrorReport>prompt</ErrorReport> |
56 | 61 | </PropertyGroup>
|
57 | 62 | <ItemGroup>
|
58 | 63 | <Reference Include="Costura, Version=3.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
|
|
168 | 173 | </ProjectReference>
|
169 | 174 | </ItemGroup>
|
170 | 175 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
171 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
172 |
| - <PostBuildEvent>if exist "$(SolutionDir)signfile.bat" call "$(SolutionDir)signfile.bat" "$(SolutionDir)" "$(Configuration)-$(Platform)" "$(TargetPath)"</PostBuildEvent> |
173 |
| - </PropertyGroup> |
174 | 176 | <PropertyGroup>
|
175 | 177 | <PreBuildEvent>call "$(SolutionDir)updateversion.bat" "$(SolutionDir)" "$(SolutionPath)"</PreBuildEvent>
|
176 | 178 | </PropertyGroup>
|
| 179 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 180 | + <PostBuildEvent>call "$(SolutionDir)updatecommit.bat" "$(SolutionDir)" "$(TargetPath)"</PostBuildEvent> |
| 181 | + </PropertyGroup> |
| 182 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 183 | + <PostBuildEvent>call "$(SolutionDir)updatecommit.bat" "$(SolutionDir)" "$(TargetPath)" |
| 184 | +if exist "$(SolutionDir)signfile.bat" call "$(SolutionDir)signfile.bat" "$(SolutionDir)" "$(Configuration)-$(Platform)" "$(TargetPath)"</PostBuildEvent> |
| 185 | + </PropertyGroup> |
177 | 186 | <Import Project="..\packages\Fody.3.1.3\build\Fody.targets" Condition="Exists('..\packages\Fody.3.1.3\build\Fody.targets')" />
|
178 | 187 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
179 | 188 | <PropertyGroup>
|
|
0 commit comments