Skip to content

Commit fa27deb

Browse files
committed
Removed PDB generation and linking from release builds.
1 parent b79e0a7 commit fa27deb

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

Source/FodyWeavers.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Source/UpDown Meter.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@
4444
</PropertyGroup>
4545
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4646
<PlatformTarget>AnyCPU</PlatformTarget>
47-
<DebugType>pdbonly</DebugType>
47+
<DebugType>none</DebugType>
4848
<Optimize>true</Optimize>
4949
<OutputPath>bin\Release\</OutputPath>
50-
<DefineConstants>TRACE</DefineConstants>
50+
<DefineConstants>
51+
</DefineConstants>
5152
<ErrorReport>prompt</ErrorReport>
5253
<WarningLevel>4</WarningLevel>
5354
<Prefer32Bit>false</Prefer32Bit>
55+
<UseVSHostingProcess>false</UseVSHostingProcess>
5456
</PropertyGroup>
5557
<PropertyGroup>
5658
<StartupObject>ScriptFUSION.UpDown_Meter.Program</StartupObject>
@@ -167,7 +169,6 @@
167169
<None Include="Resources\reset.gif" />
168170
</ItemGroup>
169171
<ItemGroup>
170-
<Content Include="FodyWeavers.xml" />
171172
<Content Include="Resources\udm.ico" />
172173
</ItemGroup>
173174
<ItemGroup>
@@ -183,13 +184,6 @@
183184
</BootstrapperPackage>
184185
</ItemGroup>
185186
<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>
193187
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
194188
Other similar extension points exist, see Microsoft.Common.targets.
195189
<Target Name="BeforeBuild">

Source/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net451" developmentDependency="true" />
4-
<package id="Fody" version="1.28.3" targetFramework="net451" developmentDependency="true" />
53
<package id="Nito.Collections.Deque" version="1.0.0" targetFramework="net451" />
64
</packages>

0 commit comments

Comments
 (0)