File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >WinExe</OutputType >
5
+ <TargetFrameworks >net48</TargetFrameworks >
6
+ <Nullable >disable</Nullable >
7
+ <UseWPF >true</UseWPF >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <PackageReference Include =" AvalonEdit" Version =" 6.1.3.50" />
12
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
13
+ </ItemGroup >
14
+
15
+ <ItemGroup >
16
+ <ProjectReference Include =" ..\CodingSeb.ExpressionEvaluator\CodingSeb.ExpressionEvaluator.csproj" />
17
+ </ItemGroup >
18
+
19
+ <ItemGroup >
20
+ <None Update =" App.xaml" >
21
+ <Generator >MSBuild:Compile</Generator >
22
+ </None >
23
+ <None Update =" MainWindow.xaml" >
24
+ <Generator >MSBuild:Compile</Generator >
25
+ </None >
26
+ </ItemGroup >
27
+
28
+ </Project >
You can’t perform that action at this time.
0 commit comments