-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from SatishRaj4377/WPF-925455-Add_New_Feature_…
…Samples WPF-925455-Add_New_Feature_Samples
- Loading branch information
Showing
79 changed files
with
4,805 additions
and
6 deletions.
There are no files selected for viewing
101 changes: 101 additions & 0 deletions
101
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_462.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{AC51C58D-FBD3-4F31-A621-8B0B297AE008}</ProjectGuid> | ||
<OutputType>WinExe</OutputType> | ||
<RootNamespace>AnnotationSelection_462</RootNamespace> | ||
<AssemblyName>AnnotationSelection_462</AssemblyName> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<WarningLevel>4</WarningLevel> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<Deterministic>true</Deterministic> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xaml"> | ||
<RequiredTargetFramework>4.0</RequiredTargetFramework> | ||
</Reference> | ||
<Reference Include="WindowsBase" /> | ||
<Reference Include="PresentationCore" /> | ||
<Reference Include="PresentationFramework" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ApplicationDefinition Include="App.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</ApplicationDefinition> | ||
<Page Include="MainWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Compile Include="App.xaml.cs"> | ||
<DependentUpon>App.xaml</DependentUpon> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
<Compile Include="MainWindow.xaml.cs"> | ||
<DependentUpon>MainWindow.xaml</DependentUpon> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Properties\AssemblyInfo.cs"> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="Properties\Settings.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Settings.settings</DependentUpon> | ||
<DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
</Compile> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<None Include="Properties\Settings.settings"> | ||
<Generator>SettingsSingleFileGenerator</Generator> | ||
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="App.config" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> |
22 changes: 22 additions & 0 deletions
22
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_462.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.12.35506.116 d17.12 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationSelection_462", "AnnotationSelection_462.csproj", "{AC51C58D-FBD3-4F31-A621-8B0B297AE008}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
69 changes: 69 additions & 0 deletions
69
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_60.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net6.0-windows</TargetFramework> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<UseWPF>true</UseWPF> | ||
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems> | ||
<EnableDefaultItems>false</EnableDefaultItems> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AssemblyName>AnnotationSelection_462</AssemblyName> | ||
<RootNamespace>AnnotationSelection_462</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="obj\**" /> | ||
<Compile Remove="obj_45\**" /> | ||
<Compile Remove="obj_462\**" /> | ||
<Compile Remove="obj_50\**" /> | ||
<Compile Remove="obj_60\**" /> | ||
<Compile Remove="obj_70\**" /> | ||
<Compile Remove="obj_80\**" /> | ||
<Compile Remove="obj_90\**" /> | ||
<EmbeddedResource Remove="obj\**" /> | ||
<EmbeddedResource Remove="obj_45\**" /> | ||
<EmbeddedResource Remove="obj_462\**" /> | ||
<EmbeddedResource Remove="obj_50\**" /> | ||
<EmbeddedResource Remove="obj_60\**" /> | ||
<EmbeddedResource Remove="obj_70\**" /> | ||
<EmbeddedResource Remove="obj_80\**" /> | ||
<EmbeddedResource Remove="obj_90\**" /> | ||
<None Remove="obj\**" /> | ||
<None Remove="obj_45\**" /> | ||
<None Remove="obj_462\**" /> | ||
<None Remove="obj_50\**" /> | ||
<None Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<Page Remove="obj\**" /> | ||
<Page Remove="obj_45\**" /> | ||
<Page Remove="obj_462\**" /> | ||
<Page Remove="obj_50\**" /> | ||
<Page Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<None Remove="Properties\Settings.settings" /> | ||
<None Include="Properties\Settings.settings" /> | ||
<None Remove="App.config" /> | ||
<None Include="App.config" /> | ||
<ApplicationDefinition Include="App.xaml" /> | ||
<Compile Include="App.xaml.cs" /> | ||
<Compile Include="MainWindow.xaml.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*" /> | ||
<Page Include="MainWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
</Project> |
21 changes: 21 additions & 0 deletions
21
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_60.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31410.414 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationSelection_60", "AnnotationSelection_60.csproj", "{AC51C58D-FBD3-4F31-A621-8B0B297AE008}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
69 changes: 69 additions & 0 deletions
69
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_80.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net8.0-windows</TargetFramework> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<UseWPF>true</UseWPF> | ||
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems> | ||
<EnableDefaultItems>false</EnableDefaultItems> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AssemblyName>AnnotationSelection_462</AssemblyName> | ||
<RootNamespace>AnnotationSelection_462</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="obj\**" /> | ||
<Compile Remove="obj_45\**" /> | ||
<Compile Remove="obj_462\**" /> | ||
<Compile Remove="obj_50\**" /> | ||
<Compile Remove="obj_60\**" /> | ||
<Compile Remove="obj_70\**" /> | ||
<Compile Remove="obj_80\**" /> | ||
<Compile Remove="obj_90\**" /> | ||
<EmbeddedResource Remove="obj\**" /> | ||
<EmbeddedResource Remove="obj_45\**" /> | ||
<EmbeddedResource Remove="obj_462\**" /> | ||
<EmbeddedResource Remove="obj_50\**" /> | ||
<EmbeddedResource Remove="obj_60\**" /> | ||
<EmbeddedResource Remove="obj_70\**" /> | ||
<EmbeddedResource Remove="obj_80\**" /> | ||
<EmbeddedResource Remove="obj_90\**" /> | ||
<None Remove="obj\**" /> | ||
<None Remove="obj_45\**" /> | ||
<None Remove="obj_462\**" /> | ||
<None Remove="obj_50\**" /> | ||
<None Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<Page Remove="obj\**" /> | ||
<Page Remove="obj_45\**" /> | ||
<Page Remove="obj_462\**" /> | ||
<Page Remove="obj_50\**" /> | ||
<Page Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<None Remove="Properties\Settings.settings" /> | ||
<None Include="Properties\Settings.settings" /> | ||
<None Remove="App.config" /> | ||
<None Include="App.config" /> | ||
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*" /> | ||
<ApplicationDefinition Include="App.xaml" /> | ||
<Compile Include="App.xaml.cs" /> | ||
<Compile Include="MainWindow.xaml.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Include="MainWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
</Project> |
21 changes: 21 additions & 0 deletions
21
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_80.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.8.226.21692 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationSelection_80", "AnnotationSelection_80.csproj", "{AC51C58D-FBD3-4F31-A621-8B0B297AE008}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{AC51C58D-FBD3-4F31-A621-8B0B297AE008}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
69 changes: 69 additions & 0 deletions
69
Samples/Annotations/AnnotationSelection/AnnotationSelection/AnnotationSelection_90.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net9.0-windows</TargetFramework> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<UseWPF>true</UseWPF> | ||
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems> | ||
<EnableDefaultItems>false</EnableDefaultItems> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AssemblyName>AnnotationSelection_462</AssemblyName> | ||
<RootNamespace>AnnotationSelection_462</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'"> | ||
<DefineConstants>TRACE;NET50</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="obj\**" /> | ||
<Compile Remove="obj_45\**" /> | ||
<Compile Remove="obj_462\**" /> | ||
<Compile Remove="obj_50\**" /> | ||
<Compile Remove="obj_60\**" /> | ||
<Compile Remove="obj_70\**" /> | ||
<Compile Remove="obj_80\**" /> | ||
<Compile Remove="obj_90\**" /> | ||
<EmbeddedResource Remove="obj\**" /> | ||
<EmbeddedResource Remove="obj_45\**" /> | ||
<EmbeddedResource Remove="obj_462\**" /> | ||
<EmbeddedResource Remove="obj_50\**" /> | ||
<EmbeddedResource Remove="obj_60\**" /> | ||
<EmbeddedResource Remove="obj_70\**" /> | ||
<EmbeddedResource Remove="obj_80\**" /> | ||
<EmbeddedResource Remove="obj_90\**" /> | ||
<None Remove="obj\**" /> | ||
<None Remove="obj_45\**" /> | ||
<None Remove="obj_462\**" /> | ||
<None Remove="obj_50\**" /> | ||
<None Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<Page Remove="obj\**" /> | ||
<Page Remove="obj_45\**" /> | ||
<Page Remove="obj_462\**" /> | ||
<Page Remove="obj_50\**" /> | ||
<Page Remove="obj_60\**" /> | ||
<None Remove="obj_70\**" /> | ||
<None Remove="obj_80\**" /> | ||
<None Remove="obj_90\**" /> | ||
<None Remove="Properties\Settings.settings" /> | ||
<None Include="Properties\Settings.settings" /> | ||
<None Remove="App.config" /> | ||
<None Include="App.config" /> | ||
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*" /> | ||
<ApplicationDefinition Include="App.xaml" /> | ||
<Compile Include="App.xaml.cs" /> | ||
<Compile Include="MainWindow.xaml.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Include="MainWindow.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.