add debug feature, update icon, add licenses, bump version
This commit is contained in:
parent
9cc8e88698
commit
5c7831b855
8 changed files with 98 additions and 8 deletions
|
@ -74,9 +74,16 @@
|
|||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Compile Include="InfoWindow.xaml.cs">
|
||||
<DependentUpon>InfoWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Notify.cs" />
|
||||
<Compile Include="StringExt.cs" />
|
||||
<Compile Include="Util.cs" />
|
||||
<Page Include="InfoWindow.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
Reference in a new issue