File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
<Copyright >Copyright © 2018</Copyright >
7
7
<ProjectGuid >{AC1B4A57-364A-4F90-A0CD-6EE818349CE5}</ProjectGuid >
8
8
<!--
9
- FIXME: Special-Case AssemblyVersion and/or FileVersion because COM-Registration issues ?!
9
+ TODO: affix AssemblyVersion and/or FileVersion for COM-Registration?!
10
10
-->
11
11
</PropertyGroup >
12
12
<Import Project =" ..\RubberduckBaseProject.csproj" />
Original file line number Diff line number Diff line change 12
12
<ApplicationIcon >Ducky.ico</ApplicationIcon >
13
13
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
14
14
<AssemblyVersion >2.2</AssemblyVersion >
15
- <!-- <ExtrasEmbeddedResourceGeneratedCodeIsPublic>true</ExtrasEmbeddedResourceGeneratedCodeIsPublic>-->
16
15
</PropertyGroup >
17
16
<Import Project =" ..\RubberduckBaseProject.csproj" />
18
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'" >
100
99
101
100
<!-- BEGIN XAML WORKAROUND SECTION -->
102
101
<ItemGroup >
103
- <!-- <Compile Include="$(IntermediateOutputPath)**\*.g.cs" Visible="false" />-->
104
102
<Page Include =" **\*.xaml" >
105
103
<SubType >Designer</SubType >
106
104
<Generator >MSBuild:Compile</Generator >
107
- <!-- <Generator>MSBuild:UpdateDesignTimeXaml</Generator>-->
108
105
</Page >
109
106
<Compile Update =" **\*.xaml.cs" >
110
107
<SubType >Code</SubType >
Original file line number Diff line number Diff line change 16
16
<PropertyGroup >
17
17
<Antlr4UseCSharpGenerator >True</Antlr4UseCSharpGenerator >
18
18
</PropertyGroup >
19
- <ItemGroup >
20
- </ItemGroup >
21
19
<ItemGroup >
22
20
<Antlr4 Include =" Grammar\VBALexer.g4" >
23
21
<CustomToolNamespace >Rubberduck.Parsing.Grammar</CustomToolNamespace >
Original file line number Diff line number Diff line change 6
6
<Title >RubberduckTests</Title >
7
7
<Product >RubberduckTests</Product >
8
8
<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 -->
10
10
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
11
11
<ProjectGuid >{ADADE971-75E3-40C4-8C19-AB7409372F2E}</ProjectGuid >
12
12
<ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
You can’t perform that action at this time.
0 commit comments