-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSongMixer.vcxproj.filters
76 lines (76 loc) · 2.4 KB
/
SongMixer.vcxproj.filters
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>474a30ca-a5c9-4df6-9dde-10881e58500e</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>42213483-9a71-4906-86fc-b788cf8e08df</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Image Include="Assets\Logo.scale-100.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SmallLogo.scale-100.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\StoreLogo.scale-100.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.scale-100.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="App.xaml.cpp" />
<ClCompile Include="MainPage.xaml.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="Track.cpp" />
<ClCompile Include="Common\NavigationHelper.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="Common\RelayCommand.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="Common\SuspensionManager.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="TrackControl.cpp" />
<ClCompile Include="XEngine.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="App.xaml.h" />
<ClInclude Include="MainPage.xaml.h" />
<ClInclude Include="Track.h" />
<ClInclude Include="Common\NavigationHelper.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\RelayCommand.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\SuspensionManager.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="TrackControl.h" />
<ClInclude Include="XEngine.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="SongMixer_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Page Include="MainPage.xaml" />
<Page Include="Themes\Generic.xaml" />
</ItemGroup>
<ItemGroup>
<Text Include="Common\ReadMe.txt">
<Filter>Common</Filter>
</Text>
</ItemGroup>
</Project>