|
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
46 | 46 | <PlatformTarget>AnyCPU</PlatformTarget> |
47 | | - <DebugType>pdbonly</DebugType> |
| 47 | + <DebugType>none</DebugType> |
48 | 48 | <Optimize>true</Optimize> |
49 | 49 | <OutputPath>bin\Release\</OutputPath> |
50 | | - <DefineConstants>TRACE</DefineConstants> |
| 50 | + <DefineConstants> |
| 51 | + </DefineConstants> |
51 | 52 | <ErrorReport>prompt</ErrorReport> |
52 | 53 | <WarningLevel>4</WarningLevel> |
53 | 54 | <Prefer32Bit>false</Prefer32Bit> |
| 55 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
54 | 56 | </PropertyGroup> |
55 | 57 | <PropertyGroup> |
56 | 58 | <StartupObject>ScriptFUSION.UpDown_Meter.Program</StartupObject> |
|
167 | 169 | <None Include="Resources\reset.gif" /> |
168 | 170 | </ItemGroup> |
169 | 171 | <ItemGroup> |
170 | | - <Content Include="FodyWeavers.xml" /> |
171 | 172 | <Content Include="Resources\udm.ico" /> |
172 | 173 | </ItemGroup> |
173 | 174 | <ItemGroup> |
|
183 | 184 | </BootstrapperPackage> |
184 | 185 | </ItemGroup> |
185 | 186 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
186 | | - <Import Project="packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('packages\Fody.1.28.3\build\Fody.targets')" /> |
187 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
188 | | - <PropertyGroup> |
189 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
190 | | - </PropertyGroup> |
191 | | - <Error Condition="!Exists('packages\Fody.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.1.28.3\build\Fody.targets'))" /> |
192 | | - </Target> |
193 | 187 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
194 | 188 | Other similar extension points exist, see Microsoft.Common.targets. |
195 | 189 | <Target Name="BeforeBuild"> |
|
0 commit comments