Skip to content

Commit f905945

Browse files
committed
2 parents cc1ce46 + f7d622d commit f905945

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<RegisterForComInterop>true</RegisterForComInterop>
4040
<DocumentationFile>bin\Release\Rubberduck.XML</DocumentationFile>
4141
<DebugSymbols>true</DebugSymbols>
42+
<NoWarn>1591</NoWarn>
4243
</PropertyGroup>
4344
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
4445
<DebugSymbols>true</DebugSymbols>

Rubberduck.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Global
102102
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.DebugAccess|x64.ActiveCfg = DebugAccess|x64
103103
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.DebugAccess|x86.ActiveCfg = DebugAccess|x86
104104
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
105+
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Release|Any CPU.Build.0 = Release|Any CPU
105106
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Release|x64.ActiveCfg = Release|x64
106107
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Release|x86.ActiveCfg = Release|x86
107108
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Release64|Any CPU.ActiveCfg = Release64|Any CPU

RubberduckTests/RubberduckTests.csproj

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<DefineConstants>TRACE</DefineConstants>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
40+
<NoWarn>1591</NoWarn>
4041
</PropertyGroup>
4142
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
4243
<DebugSymbols>true</DebugSymbols>
@@ -162,12 +163,6 @@
162163
<EmbedInteropTypes>True</EmbedInteropTypes>
163164
<HintPath>..\libs\Office.dll</HintPath>
164165
</Reference>
165-
<Reference Include="Rubberduck">
166-
<HintPath>..\RetailCoder.VBE\obj\Debug\Rubberduck.dll</HintPath>
167-
</Reference>
168-
<Reference Include="Rubberduck.Parsing">
169-
<HintPath>..\Rubberduck.Parsing\obj\Debug\Rubberduck.Parsing.dll</HintPath>
170-
</Reference>
171166
<Reference Include="System" />
172167
<Reference Include="System.Windows.Forms" />
173168
</ItemGroup>
@@ -235,20 +230,26 @@
235230
<Project>{20589de8-432e-4359-9232-69eb070b7185}</Project>
236231
<Name>Rubberduck</Name>
237232
</ProjectReference>
233+
<ProjectReference Include="..\RetailCoder.VBE\Rubberduck.csproj">
234+
<Project>{20589de8-432e-4359-9232-69eb070b7185}</Project>
235+
<Name>Rubberduck</Name>
236+
</ProjectReference>
237+
<ProjectReference Include="..\Rubberduck.Parsing\Rubberduck.Parsing.csproj">
238+
<Project>{a4a618e1-cbca-435f-9c6c-5181e030adfc}</Project>
239+
<Name>Rubberduck.Parsing</Name>
240+
</ProjectReference>
241+
<ProjectReference Include="..\Rubberduck.SourceControl\Rubberduck.SourceControl.csproj">
242+
<Project>{0040e129-1aa2-459f-a59a-129fa4035e01}</Project>
243+
<Name>Rubberduck.SourceControl</Name>
244+
</ProjectReference>
238245
<ProjectReference Include="..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj">
239-
<Project>{8CE35EB3-8852-4BA1-84DD-DF3F5D2967B0}</Project>
246+
<Project>{8ce35eb3-8852-4ba1-84dd-df3f5d2967b0}</Project>
240247
<Name>Rubberduck.VBEditor</Name>
241248
</ProjectReference>
242249
</ItemGroup>
243250
<ItemGroup>
244251
<None Include="packages.config" />
245252
</ItemGroup>
246-
<ItemGroup>
247-
<ProjectReference Include="..\Rubberduck.SourceControl\Rubberduck.SourceControl.csproj">
248-
<Project>{0040e129-1aa2-459f-a59a-129fa4035e01}</Project>
249-
<Name>Rubberduck.SourceControl</Name>
250-
</ProjectReference>
251-
</ItemGroup>
252253
<Choose>
253254
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
254255
<ItemGroup>

0 commit comments

Comments
 (0)