Skip to content

Commit ad97d74

Browse files
Merge pull request #6 from Enache-Ionut/master
fixed the deployment on VS 2015
2 parents 187541b + 3868085 commit ad97d74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/RcStrings.VsPackage/RcStrings.VsPackage.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<UpgradeBackupLocation>
1212
</UpgradeBackupLocation>
1313
<OldToolsVersion>14.0</OldToolsVersion>
14+
<VsSDKVersion>14.0</VsSDKVersion>
1415
<PublishUrl>publish\</PublishUrl>
1516
<Install>true</Install>
1617
<InstallFrom>Disk</InstallFrom>
@@ -74,7 +75,9 @@
7475
<Prefer32Bit>false</Prefer32Bit>
7576
</PropertyGroup>
7677
<ItemGroup>
77-
<Compile Include="RcStringsOptionPage.cs" />
78+
<Compile Include="RcStringsOptionPage.cs">
79+
<SubType>Component</SubType>
80+
</Compile>
7881
<Compile Include="Properties\AssemblyInfo.cs" />
7982
<Compile Include="Properties\Settings.Designer.cs">
8083
<AutoGen>True</AutoGen>

0 commit comments

Comments
 (0)