Skip to content

Commit

Permalink
Moved project references out of output bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilk committed Aug 13, 2011
1 parent 4239547 commit ccfec7b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/Tools/Compiler/Compiler.csproj
Expand Up @@ -42,6 +42,7 @@
<Reference Include="Microsoft.Build.Utilities" />
<Reference Include="ScriptSharp">
<HintPath>..\..\..\bin\ref\ScriptSharp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Tools/FxCop/FxCop.csproj
Expand Up @@ -37,11 +37,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="FxCopSdk">
<HintPath>..\..\..\bin\ref\FxCopSdk.dll</HintPath>
<HintPath>..\..\..\ext\FxCopSdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Cci">
<HintPath>..\..\..\bin\ref\Microsoft.Cci.dll</HintPath>
<HintPath>..\..\..\ext\Microsoft.Cci.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
1 change: 1 addition & 0 deletions src/Tools/Preprocessor/Preprocessor.csproj
Expand Up @@ -42,6 +42,7 @@
<Reference Include="Microsoft.Build.Utilities" />
<Reference Include="ScriptSharp">
<HintPath>..\..\..\bin\ref\ScriptSharp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit ccfec7b

Please sign in to comment.