|
80 | 80 | <Compile Include="ComponentTypeExtensionTests.cs" />
|
81 | 81 | <Compile Include="ConfigurationTests.cs" />
|
82 | 82 | <Compile Include="Grammar\VBAParserTests.cs" />
|
| 83 | + <Compile Include="Grammar\VBAParserValidityTests.cs" /> |
83 | 84 | <Compile Include="Inspections\EncapsulatePublicFieldInspectionTests.cs" />
|
84 | 85 | <Compile Include="Inspections\FunctionReturnValueNotUsedInspectionTests.cs" />
|
85 | 86 | <Compile Include="Inspections\MoveFieldCloserToUsageInspectionTests.cs" />
|
|
169 | 170 | <Name>Rubberduck.VBEditor</Name>
|
170 | 171 | </ProjectReference>
|
171 | 172 | </ItemGroup>
|
| 173 | + <ItemGroup /> |
| 174 | + <ItemGroup> |
| 175 | + <Content Include="Testfiles\Grammar\Reference_Module_1.txt"> |
| 176 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 177 | + </Content> |
| 178 | + <Content Include="Testfiles\Grammar\Reference_Module_10.txt"> |
| 179 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 180 | + </Content> |
| 181 | + <Content Include="Testfiles\Grammar\Reference_Module_11.txt"> |
| 182 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 183 | + </Content> |
| 184 | + <Content Include="Testfiles\Grammar\Reference_Module_12.txt"> |
| 185 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 186 | + </Content> |
| 187 | + <Content Include="Testfiles\Grammar\Reference_Module_13.txt"> |
| 188 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 189 | + </Content> |
| 190 | + <Content Include="Testfiles\Grammar\Reference_Module_14.txt"> |
| 191 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 192 | + </Content> |
| 193 | + <Content Include="Testfiles\Grammar\Reference_Module_15.txt"> |
| 194 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 195 | + </Content> |
| 196 | + <Content Include="Testfiles\Grammar\Reference_Module_16.txt"> |
| 197 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 198 | + </Content> |
| 199 | + <Content Include="Testfiles\Grammar\Reference_Module_17.txt"> |
| 200 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 201 | + </Content> |
| 202 | + <Content Include="Testfiles\Grammar\Reference_Module_18.txt"> |
| 203 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 204 | + </Content> |
| 205 | + <Content Include="Testfiles\Grammar\Reference_Module_19.txt"> |
| 206 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 207 | + </Content> |
| 208 | + <Content Include="Testfiles\Grammar\Reference_Module_2.txt"> |
| 209 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 210 | + </Content> |
| 211 | + <Content Include="Testfiles\Grammar\Reference_Module_20.txt"> |
| 212 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 213 | + </Content> |
| 214 | + <Content Include="Testfiles\Grammar\Reference_Module_21.txt"> |
| 215 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 216 | + </Content> |
| 217 | + <Content Include="Testfiles\Grammar\Reference_Module_3.txt"> |
| 218 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 219 | + </Content> |
| 220 | + <Content Include="Testfiles\Grammar\Reference_Module_4.txt"> |
| 221 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 222 | + </Content> |
| 223 | + <Content Include="Testfiles\Grammar\Reference_Module_5.txt"> |
| 224 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 225 | + </Content> |
| 226 | + <Content Include="Testfiles\Grammar\Reference_Module_6.txt"> |
| 227 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 228 | + </Content> |
| 229 | + <Content Include="Testfiles\Grammar\Reference_Module_7.txt"> |
| 230 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 231 | + </Content> |
| 232 | + <Content Include="Testfiles\Grammar\Reference_Module_8.txt"> |
| 233 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 234 | + </Content> |
| 235 | + <Content Include="Testfiles\Grammar\Reference_Module_9.txt"> |
| 236 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 237 | + </Content> |
| 238 | + </ItemGroup> |
172 | 239 | <Choose>
|
173 | 240 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
174 | 241 | <ItemGroup>
|
|
0 commit comments