Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2631e3

Browse files
committed
Switch to embedded symbols
1 parent f79ecdb commit a2631e3

7 files changed

Lines changed: 13 additions & 46 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
<PropertyGroup>
44
<LangVersion>latest</LangVersion>
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
6+
<DebugType>embedded</DebugType>
7+
<DebugSymbols>true</DebugSymbols>
68
</PropertyGroup>
7-
8-
<Target Name="BypassFodyVSVersionCheck" BeforeTargets="FodyTarget">
9-
<PropertyGroup>
10-
<MsBuildMajorVersion>16</MsBuildMajorVersion>
11-
</PropertyGroup>
12-
</Target>
13-
149
</Project>

ResXManager.Scripting/ResXManager.Scripting.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,22 @@
1111
<AssemblyName>ResXManager.Scripting</AssemblyName>
1212
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>SAK</SccProjectName>
15-
<SccLocalPath>SAK</SccLocalPath>
16-
<SccAuxPath>SAK</SccAuxPath>
17-
<SccProvider>SAK</SccProvider>
1814
<WarningLevel>4</WarningLevel>
1915
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2016
<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
2117
<SignAssembly>true</SignAssembly>
2218
</PropertyGroup>
2319
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2420
<DebugSymbols>true</DebugSymbols>
25-
<DebugType>full</DebugType>
21+
<DebugType>embedded</DebugType>
2622
<Optimize>false</Optimize>
2723
<OutputPath>bin\Debug\</OutputPath>
2824
<DefineConstants>DEBUG;TRACE</DefineConstants>
2925
<ErrorReport>prompt</ErrorReport>
3026
<CodeAnalysisRuleSet>..\CodeContracts.ruleset</CodeAnalysisRuleSet>
3127
</PropertyGroup>
3228
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>pdbonly</DebugType>
29+
<DebugType>embedded</DebugType>
3430
<Optimize>true</Optimize>
3531
<OutputPath>bin\Release\</OutputPath>
3632
<DefineConstants>TRACE</DefineConstants>

ResXManager.Translators/ResXManager.Translators.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
16-
<SccProjectName>SAK</SccProjectName>
17-
<SccLocalPath>SAK</SccLocalPath>
18-
<SccAuxPath>SAK</SccAuxPath>
19-
<SccProvider>SAK</SccProvider>
2016
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
21-
<NuGetPackageImportStamp>
22-
</NuGetPackageImportStamp>
2317
</PropertyGroup>
2418
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2519
<DebugSymbols>true</DebugSymbols>
26-
<DebugType>full</DebugType>
20+
<DebugType>embedded</DebugType>
2721
<Optimize>false</Optimize>
2822
<OutputPath>bin\Debug\</OutputPath>
2923
<DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -32,7 +26,7 @@
3226
<NoWarn>CS0067</NoWarn>
3327
</PropertyGroup>
3428
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35-
<DebugType>pdbonly</DebugType>
29+
<DebugType>embedded</DebugType>
3630
<Optimize>true</Optimize>
3731
<OutputPath>bin\Release\</OutputPath>
3832
<DefineConstants>TRACE</DefineConstants>

ResXManager.VSIX/ResXManager.VSIX.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,24 @@
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
16-
<SccProjectName>SAK</SccProjectName>
17-
<SccLocalPath>SAK</SccLocalPath>
18-
<SccAuxPath>SAK</SccAuxPath>
19-
<SccProvider>SAK</SccProvider>
2016
<MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '14.0'">14.0</MinimumVisualStudioVersion>
2117
<MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '15.0'">15.0</MinimumVisualStudioVersion>
2218
<MinimumVisualStudioVersion Condition="'$(VisualStudioVersion)' == '16.0'">16.0</MinimumVisualStudioVersion>
2319
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2420
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
25-
<NuGetPackageImportStamp>
26-
</NuGetPackageImportStamp>
2721
<TargetFrameworkProfile />
2822
</PropertyGroup>
2923
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3024
<DebugSymbols>true</DebugSymbols>
31-
<DebugType>full</DebugType>
25+
<DebugType>embedded</DebugType>
3226
<Optimize>false</Optimize>
3327
<OutputPath>bin\Debug\</OutputPath>
3428
<DefineConstants>DEBUG;TRACE</DefineConstants>
3529
<ErrorReport>prompt</ErrorReport>
3630
<CodeAnalysisRuleSet>..\CodeContracts.ruleset</CodeAnalysisRuleSet>
3731
</PropertyGroup>
3832
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39-
<DebugType>pdbonly</DebugType>
33+
<DebugType>embedded</DebugType>
4034
<Optimize>true</Optimize>
4135
<OutputPath>bin\Release\</OutputPath>
4236
<DefineConstants>TRACE</DefineConstants>

ResXManager.VSIX/Visuals/MoveToResourceView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="600"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="650"
66
xmlns:toms="urn:TomsToolbox"
77
xmlns:visuals="clr-namespace:ResXManager.VSIX.Visuals"
88
xmlns:local="clr-namespace:ResXManager.VSIX"

ResXManager.View/ResXManager.View.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,19 @@
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
16-
<SccProjectName>SAK</SccProjectName>
17-
<SccLocalPath>SAK</SccLocalPath>
18-
<SccAuxPath>SAK</SccAuxPath>
19-
<SccProvider>SAK</SccProvider>
2016
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
21-
<NuGetPackageImportStamp>
22-
</NuGetPackageImportStamp>
2317
</PropertyGroup>
2418
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2519
<DebugSymbols>true</DebugSymbols>
26-
<DebugType>full</DebugType>
20+
<DebugType>embedded</DebugType>
2721
<Optimize>false</Optimize>
2822
<OutputPath>bin\Debug\</OutputPath>
2923
<DefineConstants>DEBUG;TRACE</DefineConstants>
3024
<ErrorReport>prompt</ErrorReport>
3125
<CodeAnalysisRuleSet>..\CodeContracts.ruleset</CodeAnalysisRuleSet>
3226
</PropertyGroup>
3327
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34-
<DebugType>pdbonly</DebugType>
28+
<DebugType>embedded</DebugType>
3529
<Optimize>true</Optimize>
3630
<OutputPath>bin\Release\</OutputPath>
3731
<DefineConstants>TRACE</DefineConstants>

ResXManager/ResXManager.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
16-
<SccProjectName>SAK</SccProjectName>
17-
<SccLocalPath>SAK</SccLocalPath>
18-
<SccAuxPath>SAK</SccAuxPath>
19-
<SccProvider>SAK</SccProvider>
2016
<IsWebBootstrapper>true</IsWebBootstrapper>
2117
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
22-
<NuGetPackageImportStamp>
23-
</NuGetPackageImportStamp>
2418
<PublishUrl>publish\</PublishUrl>
2519
<Install>true</Install>
2620
<InstallFrom>Web</InstallFrom>
@@ -43,7 +37,7 @@
4337
</PropertyGroup>
4438
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
4539
<DebugSymbols>true</DebugSymbols>
46-
<DebugType>full</DebugType>
40+
<DebugType>embedded</DebugType>
4741
<Optimize>false</Optimize>
4842
<OutputPath>bin\Debug\</OutputPath>
4943
<DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -53,7 +47,7 @@
5347
<Prefer32Bit>false</Prefer32Bit>
5448
</PropertyGroup>
5549
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
56-
<DebugType>pdbonly</DebugType>
50+
<DebugType>embedded</DebugType>
5751
<Optimize>true</Optimize>
5852
<OutputPath>bin\Release\</OutputPath>
5953
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)