File tree 8 files changed +9
-33
lines changed
Vsix/VisualFSharpTemplates
8 files changed +9
-33
lines changed Original file line number Diff line number Diff line change @@ -611,8 +611,8 @@ if exist "%ProgramFiles%\Microsoft Visual Studio 12.0\common7\ide\devenv.exe" se
611
611
:vsversionset
612
612
if " %VisualStudioVersion% " == " " echo Error: Could not find an installation of Visual Studio && goto :failure
613
613
614
- if exist " %VS160COMNTOOLS% \..\..\MSBuild\15.0 \Bin\MSBuild.exe" (
615
- set _msbuildexe = " %VS160COMNTOOLS% \..\..\MSBuild\15.0 \Bin\MSBuild.exe"
614
+ if exist " %VS160COMNTOOLS% \..\..\MSBuild\Current \Bin\MSBuild.exe" (
615
+ set _msbuildexe = " %VS160COMNTOOLS% \..\..\MSBuild\Current \Bin\MSBuild.exe"
616
616
goto :havemsbuild
617
617
)
618
618
if exist " %VS150COMNTOOLS% \..\..\MSBuild\15.0\Bin\MSBuild.exe" (
Original file line number Diff line number Diff line change 42
42
<Reference Include =" System" />
43
43
<Reference Include =" System.Core" />
44
44
<Reference Include =" System.Numerics" />
45
- <Reference Include =" FSharp.Core" >
46
- <HintPath >..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll</HintPath >
47
- <Private >True</Private >
48
- </Reference >
49
- <Reference Include =" System.ValueTuple" >
50
- <HintPath >..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
51
- <Private >True</Private >
52
- </Reference >
53
45
</ItemGroup >
54
46
<ItemGroup >
55
47
<Compile Include =" AssemblyInfo.fs" />
Original file line number Diff line number Diff line change 26
26
</WizardExtension >
27
27
<WizardData >
28
28
<packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
29
- <package id =" System.ValueTuple" version =" 4.4.0" targetFramework = " net40 " skipAssemblyReferences = " true " />
30
- <package id =" FSharp.Core" version =" 4.5.2" targetFramework = " net40 " skipAssemblyReferences = " true " />
29
+ <package id =" System.ValueTuple" version =" 4.4.0" />
30
+ <package id =" FSharp.Core" version =" 4.5.2" />
31
31
</packages >
32
32
</WizardData >
33
33
</VSTemplate >
Original file line number Diff line number Diff line change 38
38
<Reference Include =" System" />
39
39
<Reference Include =" System.Core" />
40
40
<Reference Include =" System.Numerics" />
41
- <Reference Include =" FSharp.Core" >
42
- <HintPath >..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll</HintPath >
43
- <Private >True</Private >
44
- </Reference >
45
- <Reference Include =" System.ValueTuple" >
46
- <HintPath >..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
47
- <Private >True</Private >
48
- </Reference >
49
41
</ItemGroup >
50
42
<ItemGroup >
51
43
<Compile Include =" AssemblyInfo.fs" />
Original file line number Diff line number Diff line change 26
26
</WizardExtension >
27
27
<WizardData >
28
28
<packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
29
- <package id =" System.ValueTuple" version =" 4.4.0" targetFramework = " net40 " skipAssemblyReferences = " true " />
30
- <package id =" FSharp.Core" version =" 4.5.2" targetFramework = " net40 " skipAssemblyReferences = " true " />
29
+ <package id =" System.ValueTuple" version =" 4.4.0" />
30
+ <package id =" FSharp.Core" version =" 4.5.2" />
31
31
</packages >
32
32
</WizardData >
33
33
</VSTemplate >
Original file line number Diff line number Diff line change 45
45
<Reference Include =" System.Numerics" />
46
46
<Reference Include =" System.Drawing" />
47
47
<Reference Include =" System.Windows.Forms" />
48
- <Reference Include =" FSharp.Core" >
49
- <HintPath >..\packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll</HintPath >
50
- <Private >True</Private >
51
- </Reference >
52
- <Reference Include =" System.ValueTuple" >
53
- <HintPath >..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
54
- <Private >True</Private >
55
- </Reference >
56
48
</ItemGroup >
57
49
<ItemGroup >
58
50
<Compile Include =" Tutorial.fsx" />
Original file line number Diff line number Diff line change 24
24
</WizardExtension >
25
25
<WizardData >
26
26
<packages repository =" extension" repositoryId =" VisualFSharpTemplates" >
27
- <package id =" System.ValueTuple" version =" 4.4.0" targetFramework = " net40 " skipAssemblyReferences = " true " />
28
- <package id =" FSharp.Core" version =" 4.5.2" targetFramework = " net40 " skipAssemblyReferences = " true " />
27
+ <package id =" System.ValueTuple" version =" 4.4.0" />
28
+ <package id =" FSharp.Core" version =" 4.5.2" />
29
29
</packages >
30
30
</WizardData >
31
31
</VSTemplate >
Original file line number Diff line number Diff line change 6
6
<AssemblyName >VisualFSharpTemplate</AssemblyName >
7
7
<OutputType >Library</OutputType >
8
8
<ExtensionInstallationFolder >Microsoft\FSharpTemplates</ExtensionInstallationFolder >
9
- <DeployExtension >false </DeployExtension >
9
+ <DeployExtension >true </DeployExtension >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments