diff --git a/References/Vs2013/App.config b/References/Vs2013/App.config
new file mode 100644
index 0000000000..869d0ec39c
--- /dev/null
+++ b/References/Vs2013/App.config
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Src/VimApp/VimApp.csproj b/Src/VimApp/VimApp.csproj
index 250e5910a0..d7eacad531 100644
--- a/Src/VimApp/VimApp.csproj
+++ b/Src/VimApp/VimApp.csproj
@@ -26,6 +26,7 @@
DEBUG;TRACE
prompt
4
+ true
x86
diff --git a/Src/VimCore/VimCore.fsproj b/Src/VimCore/VimCore.fsproj
index 8f195f67c8..b38660ad3e 100644
--- a/Src/VimCore/VimCore.fsproj
+++ b/Src/VimCore/VimCore.fsproj
@@ -33,8 +33,17 @@
prompt
3
-
-
+
+
+
+
+
+ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
+
+
diff --git a/Src/VsVim/Properties/Resources.Designer.cs b/Src/VsVim/Properties/Resources.Designer.cs
index d1a01eb37f..7e206b89a1 100644
--- a/Src/VsVim/Properties/Resources.Designer.cs
+++ b/Src/VsVim/Properties/Resources.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17379
+// Runtime Version:4.0.30319.18331
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
diff --git a/Src/VsVim/Settings/Settings.Designer.cs b/Src/VsVim/Settings/Settings.Designer.cs
index a0255c214c..a9b22ca871 100644
--- a/Src/VsVim/Settings/Settings.Designer.cs
+++ b/Src/VsVim/Settings/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17379
+// Runtime Version:4.0.30319.18331
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -12,7 +12,7 @@ namespace VsVim.Settings {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/Test/VimWpfTest/VimWpfTest.csproj b/Test/VimWpfTest/VimWpfTest.csproj
index 3f22ecb7e7..9c4f82d608 100644
--- a/Test/VimWpfTest/VimWpfTest.csproj
+++ b/Test/VimWpfTest/VimWpfTest.csproj
@@ -104,6 +104,9 @@
+
+
+
diff --git a/VimCore.sln b/VimCore.sln
index d9cecc91f2..de5a8fab43 100644
--- a/VimCore.sln
+++ b/VimCore.sln
@@ -1,6 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
+# Visual Studio 2013
+VisualStudioVersion = 12.0.20827.3
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CD56D22-AAAA-4A93-8D98-1A014D9A6D39}"
ProjectSection(SolutionItems) = preProject
Cleanup.txt = Cleanup.txt
@@ -19,9 +21,6 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimApp", "Src\VimApp\VimApp.csproj", "{8DB1C327-21A1-448B-A7A1-23EEF6BAA785}"
EndProject
Global
- GlobalSection(TestCaseManagementSettings) = postSolution
- CategoryFile = VsVim.vsmdi
- EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
@@ -85,4 +84,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(TestCaseManagementSettings) = postSolution
+ CategoryFile = VsVim.vsmdi
+ EndGlobalSection
EndGlobal
diff --git a/VsVim.settings b/VsVim.settings
index ea4373f595..3600439b3a 100644
--- a/VsVim.settings
+++ b/VsVim.settings
@@ -10,11 +10,13 @@
$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\10.0@InstallDir)
$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\11.0@InstallDir)
+ $(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\12.0@InstallDir)
$(registry:HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\10.0@InstallDir)
$(registry:HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\11.0@InstallDir)
+ $(registry:HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0@InstallDir)
@@ -25,6 +27,10 @@
$(MSBuildThisFileDirectory)References\Vs2012\App.config
+
+ $(MSBuildThisFileDirectory)References\Vs2013\App.config
+
+
$(ReferencePath);$(MSBuildThisFileDirectory)References\Vs2010