Skip to content

Commit 899218c

Browse files
committed
Removed old projects, renamed 2015 -> 2017.
1 parent 6e4195e commit 899218c

File tree

4 files changed

+107
-290
lines changed

4 files changed

+107
-290
lines changed

NShaderVS.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NShaderVS", "NShaderVS\NShaderVS.csproj", "{30E0D862-E444-4FD6-9979-D5CF2D9F9C5D}"
77
EndProject

NShaderVS/NShaderVS.csproj

Lines changed: 105 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,28 @@
1515
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1616
<FileAlignment>512</FileAlignment>
1717
<RegisterWithCodebase>true</RegisterWithCodebase>
18-
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
18+
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
1919
<FileUpgradeFlags>
2020
</FileUpgradeFlags>
2121
<UpgradeBackupLocation>
2222
</UpgradeBackupLocation>
2323
<OldToolsVersion>4.0</OldToolsVersion>
2424
<TargetFrameworkProfile />
25+
<PublishUrl>publish\</PublishUrl>
26+
<Install>true</Install>
27+
<InstallFrom>Disk</InstallFrom>
28+
<UpdateEnabled>false</UpdateEnabled>
29+
<UpdateMode>Foreground</UpdateMode>
30+
<UpdateInterval>7</UpdateInterval>
31+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
32+
<UpdatePeriodically>false</UpdatePeriodically>
33+
<UpdateRequired>false</UpdateRequired>
34+
<MapFileExtensions>true</MapFileExtensions>
35+
<ApplicationRevision>0</ApplicationRevision>
36+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37+
<IsWebBootstrapper>false</IsWebBootstrapper>
38+
<UseApplicationTrust>false</UseApplicationTrust>
39+
<BootstrapperEnabled>true</BootstrapperEnabled>
2540
</PropertyGroup>
2641
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2742
<DebugSymbols>true</DebugSymbols>
@@ -32,7 +47,6 @@
3247
<ErrorReport>prompt</ErrorReport>
3348
<WarningLevel>4</WarningLevel>
3449
<Prefer32Bit>false</Prefer32Bit>
35-
<DeployExtension>True</DeployExtension>
3650
</PropertyGroup>
3751
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3852
<DebugType>pdbonly</DebugType>
@@ -44,31 +58,101 @@
4458
<Prefer32Bit>false</Prefer32Bit>
4559
</PropertyGroup>
4660
<ItemGroup>
47-
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
61+
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
62+
<EmbedInteropTypes>False</EmbedInteropTypes>
63+
<HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll</HintPath>
64+
<Private>True</Private>
65+
</Reference>
66+
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
67+
<HintPath>..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
68+
<Private>True</Private>
69+
<Private>False</Private>
70+
</Reference>
4871
<Reference Include="Microsoft.VisualStudio.Package.LanguageService.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
49-
<Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
50-
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
51-
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
72+
<Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73+
<HintPath>..\packages\VSSDK.Shell.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.12.0.dll</HintPath>
74+
<Private>False</Private>
75+
</Reference>
76+
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
77+
<HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath>
78+
<Private>True</Private>
79+
<Private>False</Private>
80+
</Reference>
81+
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
82+
<HintPath>..\packages\VSSDK.Shell.Immutable.11.11.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll</HintPath>
83+
<Private>True</Private>
84+
<Private>False</Private>
85+
</Reference>
86+
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87+
<HintPath>..\packages\VSSDK.Shell.Immutable.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll</HintPath>
88+
<Private>True</Private>
89+
<Private>False</Private>
90+
</Reference>
91+
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
92+
<HintPath>..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath>
93+
<Private>True</Private>
94+
<Private>False</Private>
95+
</Reference>
5296
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53-
<EmbedInteropTypes>True</EmbedInteropTypes>
97+
<EmbedInteropTypes>False</EmbedInteropTypes>
98+
<HintPath>..\packages\VSSDK.Shell.Interop.10.10.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath>
99+
<Private>True</Private>
54100
</Reference>
55101
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102+
<EmbedInteropTypes>False</EmbedInteropTypes>
103+
<HintPath>..\packages\VSSDK.Shell.Interop.11.11.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath>
104+
<Private>True</Private>
105+
</Reference>
106+
<Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
107+
<EmbedInteropTypes>True</EmbedInteropTypes>
108+
</Reference>
109+
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
110+
<HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath>
111+
<Private>True</Private>
112+
<Private>False</Private>
113+
</Reference>
114+
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
115+
<HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath>
116+
<Private>True</Private>
117+
<Private>False</Private>
118+
</Reference>
119+
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
120+
<HintPath>..\packages\VSSDK.TextManager.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath>
121+
<Private>True</Private>
122+
<Private>False</Private>
123+
</Reference>
124+
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56125
<EmbedInteropTypes>True</EmbedInteropTypes>
57126
</Reference>
58-
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
59-
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
60-
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
61-
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
127+
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
128+
<HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
129+
<Private>True</Private>
130+
<Private>False</Private>
131+
</Reference>
132+
<Reference Include="Microsoft.VisualStudio.Threading, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
133+
<HintPath>..\packages\VSSDK.Threading.12.0.4\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
134+
<Private>False</Private>
135+
</Reference>
62136
<Reference Include="PresentationCore" />
63137
<Reference Include="PresentationFramework" />
138+
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
139+
<EmbedInteropTypes>False</EmbedInteropTypes>
140+
<HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\stdole.dll</HintPath>
141+
<Private>True</Private>
142+
</Reference>
64143
<Reference Include="System" />
65144
<Reference Include="System.ComponentModel.Composition" />
66145
<Reference Include="System.Core" />
67146
<Reference Include="System.Data.DataSetExtensions" />
68147
<Reference Include="System.Data" />
148+
<Reference Include="System.Design" />
69149
<Reference Include="System.Drawing" />
150+
<Reference Include="System.Transactions" />
151+
<Reference Include="System.Windows.Forms" />
70152
<Reference Include="System.Xml" />
71153
<Reference Include="System.Xaml" />
154+
<Reference Include="System.Xml.Linq" />
155+
<Reference Include="UIAutomationTypes" />
72156
<Reference Include="WindowsBase" />
73157
</ItemGroup>
74158
<ItemGroup>
@@ -118,6 +202,8 @@
118202
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
119203
<IncludeInVSIX>true</IncludeInVSIX>
120204
</Content>
205+
<None Include="packages.config" />
206+
<None Include="source.extension.vsixmanifest" />
121207
<EmbeddedResource Include="..\NShaderCommon\HLSLKeywords.map">
122208
<Link>HLSLKeywords.map</Link>
123209
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -130,19 +216,23 @@
130216
<Link>GLSLKeywords.map</Link>
131217
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
132218
</EmbeddedResource>
219+
<EmbeddedResource Include="VSPackage.resx" />
133220
<None Include="..\NShaderCommon\ShaderMPLexer.lex">
134221
<Link>Common\ShaderMPLexer.lex</Link>
135222
</None>
136223
<None Include="app.config" />
137-
<None Include="source.extension.vsixmanifest">
138-
<SubType>Designer</SubType>
139-
</None>
140224
</ItemGroup>
141225
<ItemGroup>
142226
<EmbeddedResource Include="UNITYKeywords.map">
143227
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
144228
</EmbeddedResource>
145-
<EmbeddedResource Include="VSPackage.resx" />
229+
</ItemGroup>
230+
<ItemGroup>
231+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232+
<Visible>False</Visible>
233+
<ProductName>.NET Framework 3.5 SP1</ProductName>
234+
<Install>false</Install>
235+
</BootstrapperPackage>
146236
</ItemGroup>
147237
<PropertyGroup>
148238
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

0 commit comments

Comments
 (0)