-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSampleWpf.csproj.user
More file actions
37 lines (37 loc) · 1.11 KB
/
SampleWpf.csproj.user
File metadata and controls
37 lines (37 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="AddAccountWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="AddSubscriptionWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="CallRecentListControl.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="CallSwitchedControl.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="AddAccountWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="CallRecentListControl.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="CallSwitchedControl.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>