You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Nemerle.Compiler.nproj
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
<NemerleCondition=" '$(Nemerle)' == '' And ('$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5')">$(MSBuildProjectDirectory)\boot</Nemerle>
5
5
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.0'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
6
6
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.5'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
7
+
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.5.1'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
Copy file name to clipboardexpand all lines: Nemerle.MSBuild.Tasks.csproj
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@
37
37
<ReferenceCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'"Include="Microsoft.Build.Tasks.v3.5">
<ReferenceCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'"Include="Microsoft.Build.Utilities.v3.5">
Copy file name to clipboardexpand all lines: Nemerle.Macros.nproj
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
<NemerleCondition=" '$(Nemerle)' == '' And ('$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5')">$(MSBuildProjectDirectory)\boot</Nemerle>
5
5
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.0'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
6
6
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.5'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
7
+
<NemerleCondition=" '$(Nemerle)' == '' And '$(TargetFrameworkVersion)' == 'v4.5.1'">$(MSBuildProjectDirectory)\boot-4.0</Nemerle>
Copy file name to clipboardexpand all lines: NemerleAll.nproj
+18-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<PropertyGroupCondition=" '$(NInstall)' == '' ">
7
7
<!--Folder for Nemerle installation. To install use "Install" terget.-->
8
8
<NInstallCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">$(ProgramFiles)\Nemerle\Net-3.5</NInstall>
9
-
<NInstallCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'">$(ProgramFiles)\Nemerle\Net-4.0</NInstall>
9
+
<NInstallCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'">$(ProgramFiles)\Nemerle\Net-4.0</NInstall>
<NVerCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">net-3.5</NVer>
<NRootBootCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">$(NRoot)\boot\</NRootBoot>
20
-
<NRootBootCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'">$(NRoot)\boot-4.0\</NRootBoot>
21
+
<NRootBootCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'">$(NRoot)\boot-4.0\</NRootBoot>
21
22
<!--Path to stages output directory (including current configuration subfolder).-->
<NProjectConstantsCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">RUNTIME_MS</NProjectConstants>
28
-
<NProjectConstantsCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'">RUNTIME_MS;NET_4_0</NProjectConstants>
29
+
<NProjectConstantsCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'">RUNTIME_MS;NET_4_0</NProjectConstants>
<OutputCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'"TaskParameter="FrameworkVersion40Path"PropertyName="FW40" />
166
+
<OutputCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'"TaskParameter="FrameworkVersion40Path"PropertyName="FW40" />
160
167
<OutputCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'"TaskParameter="FrameworkVersion35Path"PropertyName="FW35" />
161
168
<OutputCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'"TaskParameter="FrameworkVersion20Path"PropertyName="FW20" />
162
169
</GetFrameworkPath>
163
170
<GetFrameworkSdkPath>
164
171
<OutputCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'"TaskParameter="Path"PropertyName="SDK" />
165
-
<OutputCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'"TaskParameter="Path"PropertyName="SDK_3" />
172
+
<OutputCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'"TaskParameter="Path"PropertyName="SDK_3" />
166
173
</GetFrameworkSdkPath>
167
174
<PropertyGroup>
168
175
<SDKBinCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">$(SDK)\bin</SDKBin>
169
-
<SDKBinCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'">$(SDK_3)\bin\NETFX 4.0 Tools</SDKBin>
176
+
<SDKBinCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'">$(SDK_3)\bin\NETFX 4.0 Tools</SDKBin>
170
177
<GacUtil>"$(SDKBin)\gacutil.exe"</GacUtil>
171
178
<Ildasm>"$(SDKBin)\ildasm.exe"</Ildasm>
172
179
<PEVerify>"$(SDKBin)\peverify.exe"</PEVerify>
173
180
<NGenCondition="'$(TargetFrameworkVersion)' == '' Or '$(TargetFrameworkVersion)' == 'v2.0' Or '$(TargetFrameworkVersion)' == 'v3.0' Or '$(TargetFrameworkVersion)' == 'v3.5'">"$(FW20)\ngen.exe"</NGen>
174
-
<NGenCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5'">"$(FW40)\ngen.exe"</NGen>
181
+
<NGenCondition="'$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1'">"$(FW40)\ngen.exe"</NGen>
<FeatureId="Feature_PowerPack"Title="Power Pack!"Description="Additional macro libraries: parser generator, computation expressions macros. C# source support for Nemerle compiler. Compiler test utility."AllowAdvertise="no"Level="1">
78
-
<ComponentGroupRefId="CompGroup_PowerPack" />
79
-
</Feature>
80
-
81
-
<FeatureId="Feature_Docs"Title="Documentation"Description="HTML and PDF files."Level="1">
82
-
<ComponentGroupRefId="CompGroup_Documentation" />
83
-
</Feature>
84
-
85
-
<?if $(var.NVer) = "net-4.0" ?>
86
-
<FeatureId="Feature_VS2010"Title="Visual Studio 2010 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2010"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
<FeatureId="Feature_VS2012"Title="Visual Studio 2012 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2012"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
<FeatureId="Feature_VS2008"Title="Visual Studio 2008 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2008"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
97
-
<ConditionLevel="1">VS90DEVENV</Condition>
98
-
<ConditionLevel="2">NOT VS2008_STD_INSTALLED AND NOT VS2008_PRO_INSTALLED AND NOT VS2008_VSTA_INSTALLED AND NOT VS2008_VSTD_INSTALLED AND NOT VS2008_VSTT_INSTALLED AND NOT VS2008_VSTS_INSTALLED AND NOT VS2008_VSTO_INSTALLED</Condition>
99
-
<ComponentGroupRefId="CompGroup_Vs2008Common" />
100
-
<ComponentGroupRefId="CompGroup_Vs2008Plugin" />
101
-
</Feature>
102
-
<FeatureId="Feature_NemerleStudio2008"Title="Nemerle Studio Express Edition"Description="Nemerle Studio for Visual Studio 2008 Shell Isolated Mode"AllowAdvertise="yes"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
103
-
<ConditionLevel="1">VS90SHELL</Condition>
104
-
<ComponentGroupRefId="CompGroup_Vs2008Common" />
105
-
<ComponentGroupRefId="CompGroup_NemerleStudio" />
106
-
</Feature>
107
-
<?endif?>
108
-
109
-
</Feature>
110
-
111
-
<!-- Install Sequences -->
112
-
<InstallExecuteSequence>
113
-
<FindRelatedProductsBefore="LaunchConditions" />
114
-
</InstallExecuteSequence>
115
-
116
-
<InstallUISequence>
117
-
<FindRelatedProductsBefore="LaunchConditions" />
118
-
</InstallUISequence>
119
-
120
-
<!-- WixUI_Advanced scaffolding (to be replaced by extension authoring) -->
<FeatureId="Feature_PowerPack"Title="Power Pack!"Description="Additional macro libraries: parser generator, computation expressions macros. C# source support for Nemerle compiler. Compiler test utility."AllowAdvertise="no"Level="1">
80
+
<ComponentGroupRefId="CompGroup_PowerPack" />
81
+
</Feature>
82
+
83
+
<FeatureId="Feature_Docs"Title="Documentation"Description="HTML and PDF files."Level="1">
84
+
<ComponentGroupRefId="CompGroup_Documentation" />
85
+
</Feature>
86
+
87
+
<?if $(var.NVer) = "net-4.0" ?>
88
+
<FeatureId="Feature_VS2010"Title="Visual Studio 2010 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2010"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
<FeatureId="Feature_VS2012"Title="Visual Studio 2012 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2012"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
<FeatureId="Feature_VS2013"Title="Visual Studio 2013 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2013"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
<FeatureId="Feature_VS2008"Title="Visual Studio 2008 Integration"Description="Nemerle Project and IntelliSense for Visual Studio 2008"AllowAdvertise="no"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
104
+
<ConditionLevel="1">VS90DEVENV</Condition>
105
+
<ConditionLevel="2">NOT VS2008_STD_INSTALLED AND NOT VS2008_PRO_INSTALLED AND NOT VS2008_VSTA_INSTALLED AND NOT VS2008_VSTD_INSTALLED AND NOT VS2008_VSTT_INSTALLED AND NOT VS2008_VSTS_INSTALLED AND NOT VS2008_VSTO_INSTALLED</Condition>
106
+
<ComponentGroupRefId="CompGroup_Vs2008Common" />
107
+
<ComponentGroupRefId="CompGroup_Vs2008Plugin" />
108
+
</Feature>
109
+
<FeatureId="Feature_NemerleStudio2008"Title="Nemerle Studio Express Edition"Description="Nemerle Studio for Visual Studio 2008 Shell Isolated Mode"AllowAdvertise="yes"Display="expand"InstallDefault="local"Level="0"TypicalDefault="install">
110
+
<ConditionLevel="1">VS90SHELL</Condition>
111
+
<ComponentGroupRefId="CompGroup_Vs2008Common" />
112
+
<ComponentGroupRefId="CompGroup_NemerleStudio" />
113
+
</Feature>
114
+
<?endif?>
115
+
116
+
</Feature>
117
+
118
+
<!-- Install Sequences -->
119
+
<InstallExecuteSequence>
120
+
<FindRelatedProductsBefore="LaunchConditions" />
121
+
</InstallExecuteSequence>
122
+
123
+
<InstallUISequence>
124
+
<FindRelatedProductsBefore="LaunchConditions" />
125
+
</InstallUISequence>
126
+
127
+
<!-- WixUI_Advanced scaffolding (to be replaced by extension authoring) -->
0 commit comments