We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 187541b + 3868085 commit ad97d74Copy full SHA for ad97d74
src/RcStrings.VsPackage/RcStrings.VsPackage.csproj
@@ -11,6 +11,7 @@
11
<UpgradeBackupLocation>
12
</UpgradeBackupLocation>
13
<OldToolsVersion>14.0</OldToolsVersion>
14
+ <VsSDKVersion>14.0</VsSDKVersion>
15
<PublishUrl>publish\</PublishUrl>
16
<Install>true</Install>
17
<InstallFrom>Disk</InstallFrom>
@@ -74,7 +75,9 @@
74
75
<Prefer32Bit>false</Prefer32Bit>
76
</PropertyGroup>
77
<ItemGroup>
- <Compile Include="RcStringsOptionPage.cs" />
78
+ <Compile Include="RcStringsOptionPage.cs">
79
+ <SubType>Component</SubType>
80
+ </Compile>
81
<Compile Include="Properties\AssemblyInfo.cs" />
82
<Compile Include="Properties\Settings.Designer.cs">
83
<AutoGen>True</AutoGen>
0 commit comments