|
55 | 55 | <ApplicationIcon>Icon.ico</ApplicationIcon> |
56 | 56 | </PropertyGroup> |
57 | 57 | <ItemGroup> |
| 58 | + <Reference Include="ICSharpCode.AvalonEdit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
| 59 | + <HintPath>packages\AvalonEdit.6.0.0\lib\net45\ICSharpCode.AvalonEdit.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> |
| 62 | + <HintPath>packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="MdXaml, Version=1.21.0.0, Culture=neutral, PublicKeyToken=9f8c7afb435b7edc, processorArchitecture=MSIL"> |
| 65 | + <HintPath>packages\MdXaml.1.21.0\lib\net45\MdXaml.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="MdXaml.Plugins, Version=1.21.0.0, Culture=neutral, PublicKeyToken=9f8c7afb435b7edc, processorArchitecture=MSIL"> |
| 68 | + <HintPath>packages\MdXaml.Plugins.1.21.0\lib\net45\MdXaml.Plugins.dll</HintPath> |
| 69 | + </Reference> |
58 | 70 | <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
59 | 71 | <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
60 | 72 | </Reference> |
| 73 | + <Reference Include="Octokit, Version=8.0.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
| 74 | + <HintPath>packages\Octokit.8.0.1\lib\netstandard2.0\Octokit.dll</HintPath> |
| 75 | + </Reference> |
61 | 76 | <Reference Include="System" /> |
62 | 77 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
63 | 78 | <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
|
85 | 100 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
86 | 101 | <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
87 | 102 | </Reference> |
| 103 | + <Reference Include="System.Windows.Forms" /> |
88 | 104 | <Reference Include="System.Xml" /> |
89 | 105 | <Reference Include="Microsoft.CSharp" /> |
90 | 106 | <Reference Include="System.Core" /> |
|
103 | 119 | <Generator>MSBuild:Compile</Generator> |
104 | 120 | <SubType>Designer</SubType> |
105 | 121 | </ApplicationDefinition> |
| 122 | + <Compile Include="AboutScreen.xaml.cs"> |
| 123 | + <DependentUpon>AboutScreen.xaml</DependentUpon> |
| 124 | + </Compile> |
106 | 125 | <Compile Include="Configuration.cs" /> |
107 | 126 | <Compile Include="ExtendedButton.cs" /> |
| 127 | + <Compile Include="LoadingScreen.xaml.cs"> |
| 128 | + <DependentUpon>LoadingScreen.xaml</DependentUpon> |
| 129 | + </Compile> |
108 | 130 | <Compile Include="Logger.cs" /> |
109 | 131 | <Compile Include="SettingsScreen.xaml.cs"> |
110 | 132 | <DependentUpon>SettingsScreen.xaml</DependentUpon> |
111 | 133 | </Compile> |
| 134 | + <Compile Include="Spinner.cs" /> |
| 135 | + <Page Include="AboutScreen.xaml"> |
| 136 | + <SubType>Designer</SubType> |
| 137 | + <Generator>MSBuild:Compile</Generator> |
| 138 | + </Page> |
112 | 139 | <Page Include="HomeScreen.xaml"> |
113 | 140 | <SubType>Designer</SubType> |
114 | 141 | <Generator>MSBuild:Compile</Generator> |
115 | 142 | </Page> |
| 143 | + <Page Include="LoadingScreen.xaml"> |
| 144 | + <SubType>Designer</SubType> |
| 145 | + <Generator>MSBuild:Compile</Generator> |
| 146 | + </Page> |
116 | 147 | <Page Include="SettingsScreen.xaml"> |
117 | 148 | <SubType>Designer</SubType> |
118 | 149 | <Generator>MSBuild:Compile</Generator> |
|
143 | 174 | <DependentUpon>HomeScreen.xaml</DependentUpon> |
144 | 175 | </Compile> |
145 | 176 | <Compile Include="JavaClassFile.cs" /> |
146 | | - <Compile Include="JavaClassFileTreeViewItem.cs" /> |
| 177 | + <Compile Include="JavaFileTreeViewItem.cs" /> |
147 | 178 | <Compile Include="MainWindow.xaml.cs"> |
148 | 179 | <DependentUpon>MainWindow.xaml</DependentUpon> |
149 | 180 | <SubType>Code</SubType> |
|
0 commit comments