Skip to content

Commit 0ec704a

Browse files
authored
Merge pull request #12048 from KevinH-MS/FixInteractiveVersion
Fix Interactive Window versioning (don't version separately)...
2 parents 38df45c + 42fd266 commit 0ec704a

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/InteractiveWindow/Editor/InteractiveWindow.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Label="Settings">
4-
<Import Project="..\Version.props" />
54
<Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
65
</ImportGroup>
76
<PropertyGroup>

src/InteractiveWindow/Version.props

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/InteractiveWindow/VisualStudio/VisualStudioInteractiveWindow.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<ProjectLanguage>CSharp</ProjectLanguage>
55
</PropertyGroup>
66
<ImportGroup Label="Settings">
7-
<Import Project="..\Version.props" />
87
<Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
98
</ImportGroup>
109
<PropertyGroup>

src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Label="Settings">
4-
<Import Project="..\..\InteractiveWindow\Version.props" />
54
<Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
65
</ImportGroup>
76
<PropertyGroup>

0 commit comments

Comments
 (0)