Skip to content

Commit 7ace924

Browse files
committed
Remove artifact comments
1 parent 8c30cc5 commit 7ace924

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

Rubberduck.API/Rubberduck.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Copyright>Copyright © 2018</Copyright>
77
<ProjectGuid>{AC1B4A57-364A-4F90-A0CD-6EE818349CE5}</ProjectGuid>
88
<!--
9-
FIXME: Special-Case AssemblyVersion and/or FileVersion because COM-Registration issues?!
9+
TODO: affix AssemblyVersion and/or FileVersion for COM-Registration?!
1010
-->
1111
</PropertyGroup>
1212
<Import Project="..\RubberduckBaseProject.csproj" />

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<ApplicationIcon>Ducky.ico</ApplicationIcon>
1313
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
1414
<AssemblyVersion>2.2</AssemblyVersion>
15-
<!--<ExtrasEmbeddedResourceGeneratedCodeIsPublic>true</ExtrasEmbeddedResourceGeneratedCodeIsPublic>-->
1615
</PropertyGroup>
1716
<Import Project="..\RubberduckBaseProject.csproj" />
1817
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
@@ -100,11 +99,9 @@
10099

101100
<!--BEGIN XAML WORKAROUND SECTION -->
102101
<ItemGroup>
103-
<!--<Compile Include="$(IntermediateOutputPath)**\*.g.cs" Visible="false" />-->
104102
<Page Include="**\*.xaml">
105103
<SubType>Designer</SubType>
106104
<Generator>MSBuild:Compile</Generator>
107-
<!-- <Generator>MSBuild:UpdateDesignTimeXaml</Generator>-->
108105
</Page>
109106
<Compile Update="**\*.xaml.cs">
110107
<SubType>Code</SubType>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<PropertyGroup>
1717
<Antlr4UseCSharpGenerator>True</Antlr4UseCSharpGenerator>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
</ItemGroup>
2119
<ItemGroup>
2220
<Antlr4 Include="Grammar\VBALexer.g4">
2321
<CustomToolNamespace>Rubberduck.Parsing.Grammar</CustomToolNamespace>

RubberduckTests/RubberduckTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Title>RubberduckTests</Title>
77
<Product>RubberduckTests</Product>
88
<Copyright>Copyright © 2016-2018</Copyright>
9-
<!-- default to Debug configuration. AppVeyor expects to be able to build Release tests -->
9+
<!-- Default to Debug configuration. AppVeyor expects to be able to build Release tests -->
1010
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1111
<ProjectGuid>{ADADE971-75E3-40C4-8C19-AB7409372F2E}</ProjectGuid>
1212
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

0 commit comments

Comments
 (0)