Skip to content

Commit

Permalink
fixed Build configs. Added batch file for test runner installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler authored and agross committed Mar 5, 2012
1 parent 2423c6d commit a72d4ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
@@ -0,0 +1,6 @@
mkdir "%APPDATA%\JetBrains\ReSharper\v7.0\vs11.0\Plugins" 2> NUL
copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\ReSharper\v7.0\vs11.0\Plugins"
copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\ReSharper\v7.0\vs11.0\Plugins" > NUL
copy /y Machine.Specifications.ReSharperRunner.7.0.dll "%APPDATA%\JetBrains\ReSharper\v7.0\vs11.0\Plugins"
copy /y Machine.Specifications.ReSharperRunner.7.0.pdb "%APPDATA%\JetBrains\ReSharper\v7.0\vs11.0\Plugins" > NUL
pause
Expand Up @@ -29,7 +29,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;RESHARPER_6;RESHARPER_61</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down Expand Up @@ -246,6 +246,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="InstallResharperRunner.7.0 - VS2011.bat" />
<None Include="Resources\Machine.Specifications.ico" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a72d4ed

Please sign in to comment.