Skip to content

Commit fe84352

Browse files
committed
updated csproj
1 parent f612bb9 commit fe84352

4 files changed

Lines changed: 135 additions & 0 deletions

File tree

.idea/.idea.CutCode/.idea/avalonia.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.CutCode/.idea/workspace.xml

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CutCode.CrossPlatform/CutCode.CrossPlatform.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<AssemblyVersion>3.0.0</AssemblyVersion>
1212
<FileVersion>3.0.0</FileVersion>
1313
<NeutralLanguage>en-001</NeutralLanguage>
14+
<StartupObject>CutCode.CrossPlatform.Program</StartupObject>
15+
<AssemblyName></AssemblyName>
16+
<ApplicationIcon>Assets\Images\logo.ico</ApplicationIcon>
1417
</PropertyGroup>
1518
<ItemGroup>
1619
<Folder Include="DataBase" />
@@ -20,6 +23,9 @@
2023
<AvaloniaResource Include="Assets\Images\Icons\**" />
2124
<None Remove=".gitignore" />
2225
</ItemGroup>
26+
<ItemGroup>
27+
<Content Include="Assets\Images\logo.ico" />
28+
</ItemGroup>
2329
<ItemGroup>
2430
<PackageReference Include="Aura.UI" Version="0.1.5-dev-03" />
2531
<PackageReference Include="Avalonia" Version="0.10.11" />

CutCode.CrossPlatform/nuget.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5+
<clear />
6+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)