We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f606d68 commit 1f86ca2Copy full SHA for 1f86ca2
core/i18n-gen/i18n-gen.csproj
@@ -5,6 +5,7 @@
5
<LangVersion>9.0</LangVersion>
6
<RootNamespace>i18n_gen</RootNamespace>
7
<UseWindowsForms>True</UseWindowsForms>
8
+ <SignOutput>false</SignOutput>
9
</PropertyGroup>
10
11
<ItemGroup>
core/i18n-gen/i18n-gen.targets
@@ -10,7 +10,7 @@
AssemblyFile="$(i18n_gen_dll)"
TaskFactory="TaskHostFactory" />
12
13
- <ItemGroup>
+ <ItemGroup Condition="'$(BuildingInsideVisualStudio)'=='true'">
14
<ProjectReference Include="$(MSBuildThisFileDirectory)i18n-gen.csproj"
15
OutputItemType="Analyzer"
16
ReferenceOutputAssembly="False"
0 commit comments