Questions tagged [vssettings]

27 questions
1
vote
1 answer

Visual Studio 2012 Color Theme on Visual Studio 2010

Actually I'm working with both versions and I love the Dark Style of VS2012. I know there is a lot of plugins for VS2010 that make it like VS2012, such icons, IDE color and so on. I'm refering to the color theme ".vssettings" file format, I've being…
felipekm
  • 2,820
  • 5
  • 32
  • 42
0
votes
1 answer

Is it possible to include a .vssettings file in a .vsi

In Visual Studio 2008, I've exported my settings to a .vssettings file. I have a .vsi file that includes a .vscontent file. In the .vscontent I've included a macro project like this: ... MyMacros.vsmacros
Lance Fisher
  • 25,684
  • 22
  • 96
  • 122
0
votes
1 answer

Shadow copy disabled detection in powershell

I am looking for a script in Powershell, which list information about VSS shadow copy on Windows Server 2016. I need to detect if shadow copy on specific volumes is Enabled or Disabled. In GUI (This PC > Right click on (C:) > Configure Shadow…
user17200221
0
votes
1 answer

Can I set a default "Active Solution Platform" in Visual Studio?

The Question In Visual Studio, in the "Configuration Manager" under the Build tab, there is an option called the "Active Solution Platform." This causes problems with one of my commonly used libraries. Is there a way to set this to default to x64?…
0
votes
0 answers

JAVA_HOME setting doesn't show up in Workspace Settings to complete W3C Validation Extension Installation

I followed all the steps to install the W3C Validation Extension. I have the JAVA_HOME variable in my Environment Variables with value of C:\Program Files\Java\jdk-15.0.1 to which I appended ;%JAVA_HOME%\bin as required. Then I went to the User…
0
votes
0 answers

What is the successor debugging configuration file location of vcxproj.user since Visual Studio 2015?

For older versions of Visual Studio the debugging properties - which you can configure in the IDE under Properties - were stored in the corresponding vcxproj.user file. Since Visual Studio 2015 there is no vcxproj.user file any more. Into which file…
0
votes
1 answer

Is it possible to force the opening `sln`-file with particular `vssettings`-file always?

I use Git for my Visual Studio solutions. Also I use my individual settings for this IDE text editors. But other programmers have their preferences for the same settings. Therefore often if they press the Ctrl + K + D keys in the Visual Studio text…
Andrey Bushman
  • 11,712
  • 17
  • 87
  • 182
0
votes
1 answer

How to use Visual Source Safe with file names in Russian Language?

I still use microsoft visual source safe 2005, for sql server, #c and any other subject I work with. Recently I started to study Russian Language. I would like to add a file called "Спрашивать.txt" to my source safe. When I try to add it, I get the…
0
votes
3 answers

Can't import settings in Visual Studio 2008 SP1

I recently baselined my machine and installed VS2008 and I am trying to import my settings file: http://naspinski.net/file.axd?file=naspinski.vssettings I click Tools->Import Settings, select Import selected environment settings and click on…
naspinski
  • 34,020
  • 36
  • 111
  • 167
0
votes
0 answers

How to pimp my (VS2010) editor?

While researching another issue, I came across this: http://james.padolsey.com/javascript/sorting-elements-with-jquery/ which made me green with envy for that color scheme (hey, I'm Portuguese). So I found a .vssettings file online I liked, and…
0
votes
1 answer

Visual Source Save Configuration

I'm using VSS version 8.0.5. I've installed it on server. I've added visual studio 2010 project in it. now on my system, i point the source control vss in my visual studio envionrnment. I configure the project on my working folder and then set the…
Siddiqui
  • 172
  • 1
  • 3
  • 16
-1
votes
1 answer

If VS Code is not typing | cannot type in VS CODE

IF you cannot type in VS Code, there is something like an insert button and won't allow you to type anything, solution here: Uninstall Vim plug-in in VS Code and the cursor will come back again.
1
2