テンプレートから【C# → Windowsストア】の[新しいアプリケーション (XAML)]を作成し、デバッグビルドした状態のファイルの一覧です。
C:. | SAMPLE.sln (ソリューションやプロジェクトの情報) | SAMPLE.v11.suo (ブレークポイントなどの、ユーザーオプションの情報) | \---SAMPLE | App.xaml (アプリレベルのUIのコード) | App.xaml.cs (アプリレベルのロジックのコード) | MainPage.xaml (既定のスタート ページのUIのコード) | MainPage.xaml.cs (既定のスタート ページのロジックのコード) | Package.appxmanifest (表示名、説明、ロゴ、機能など、アプリを説明するメタデータ) | SAMPLE.csproj | SAMPLE_TemporaryKey.pfx (Personal Information Exchange) | +---Assets (ロゴとスプラッシュ画面用の既定の画像ファイル) | Logo.png | SmallLogo.png | SplashScreen.png | StoreLogo.png | +---bin | \---Debug | | App.xaml | | AppxManifest.xml | | MainPage.xaml | | resources.pri | | SAMPLE.build.appxrecipe | | SAMPLE.exe | | SAMPLE.pdb | | | +---AppX | | | App.xaml | | | AppxManifest.xml | | | MainPage.xaml | | | resources.pri | | | vs.appxrecipe | | | SAMPLE.exe | | | SAMPLE.pdb | | | | | +---Assets | | | Logo.png | | | SmallLogo.png | | | SplashScreen.png | | | StoreLogo.png | | | | | +---Common | | | StandardStyles.xaml | | | | | \---microsoft.system.package.metadata | | | \---Common | StandardStyles.xaml | +---Common | StandardStyles.xaml (アプリの既定のスタイルとテンプレート) | +---obj | \---Debug | | App.g.cs | | App.g.i.cs | | App.xaml | | DesignTimeResolveAssemblyReferencesInput.cache | | LanguageQualifiers.txt | | LanguageQualifiers.txt.intermediate | | layout.resfiles | | layout.resfiles.intermediate | | MainPage.g.cs | | MainPage.g.i.cs | | MainPage.xaml | | pri.resfiles | | pri.resfiles.intermediate | | priconfig.xml | | priconfig.xml.intermediate | | ProjectArchitectures.txt | | resources.resfiles | | resources.resfiles.intermediate | | TemporaryGeneratedFile_<GUID>.cs | | TemporaryGeneratedFile_<GUID>.cs | | TemporaryGeneratedFile_<GUID>.cs | | SAMPLE.csproj.FileListAbsolute.txt | | SAMPLE.exe | | SAMPLE.pdb | | XamlTypeInfo.g.cs | | | +---Common | | StandardStyles.g.cs | | StandardStyles.g.i.cs | | StandardStyles.xaml | | | +---intermediatexaml | | SAMPLE.exe | | SAMPLE.pdb | | | \---TempPE \---Properties AssemblyInfo.cs (生成されたアセンブリに埋め込まれる名前とバージョンのメタデータ)Windows ストア アプリ用の C#、VB、C++ プロジェクト テンプレート (Windows) | MSDN