├── .vs
└── imc
│ ├── v17
│ ├── .suo
│ └── .futdcache.v1
│ ├── DesignTimeBuild
│ └── .dtbcache.v2
│ └── project-colors.json
├── README.md
├── imc
├── imc
│ ├── AssemblyInfo.cs
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── imc.csproj
│ ├── MainPage.xaml
│ └── MainPage.xaml.cs
├── imc.UWP
│ ├── Assets
│ │ ├── StoreLogo.backup.png
│ │ ├── LargeTile.scale-100.png
│ │ ├── LargeTile.scale-200.png
│ │ ├── LargeTile.scale-400.png
│ │ ├── SmallTile.scale-100.png
│ │ ├── SmallTile.scale-200.png
│ │ ├── SmallTile.scale-400.png
│ │ ├── StoreLogo.scale-100.png
│ │ ├── StoreLogo.scale-200.png
│ │ ├── StoreLogo.scale-400.png
│ │ ├── SplashScreen.scale-100.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── SplashScreen.scale-400.png
│ │ ├── Square44x44Logo.scale-100.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-400.png
│ │ ├── Wide310x150Logo.scale-100.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-400.png
│ │ ├── Square150x150Logo.scale-100.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-400.png
│ │ ├── Square44x44Logo.targetsize-16.png
│ │ ├── Square44x44Logo.targetsize-48.png
│ │ ├── Square44x44Logo.targetsize-256.png
│ │ ├── Square44x44Logo.altform-unplated_targetsize-16.png
│ │ ├── Square44x44Logo.altform-unplated_targetsize-48.png
│ │ └── Square44x44Logo.altform-unplated_targetsize-256.png
│ ├── App.xaml
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ ├── App.xaml.cs
│ └── imc.UWP.csproj
└── imc.Android
│ ├── Resources
│ ├── mipmap-hdpi
│ │ ├── icon.png
│ │ └── launcher_foreground.png
│ ├── mipmap-mdpi
│ │ ├── icon.png
│ │ └── launcher_foreground.png
│ ├── mipmap-xhdpi
│ │ ├── icon.png
│ │ └── launcher_foreground.png
│ ├── mipmap-xxhdpi
│ │ ├── icon.png
│ │ └── launcher_foreground.png
│ ├── mipmap-xxxhdpi
│ │ ├── icon.png
│ │ └── launcher_foreground.png
│ ├── mipmap-anydpi-v26
│ │ ├── icon.xml
│ │ └── icon_round.xml
│ ├── values
│ │ ├── colors.xml
│ │ └── styles.xml
│ └── AboutResources.txt
│ ├── imc.Android.csproj.user
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Assets
│ └── AboutAssets.txt
│ ├── MainActivity.cs
│ └── imc.Android.csproj
└── imc.sln
/.vs/imc/v17/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/.vs/imc/v17/.suo
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # IMC-xamarin-forms
2 | Tentativa de fazer um app que calcule o imc
3 | :)
4 | //
5 |
--------------------------------------------------------------------------------
/.vs/imc/v17/.futdcache.v1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/.vs/imc/v17/.futdcache.v1
--------------------------------------------------------------------------------
/imc/imc/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using Xamarin.Forms.Xaml;
2 |
3 | [assembly: XamlCompilation(XamlCompilationOptions.Compile)]
--------------------------------------------------------------------------------
/.vs/imc/DesignTimeBuild/.dtbcache.v2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/.vs/imc/DesignTimeBuild/.dtbcache.v2
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/StoreLogo.backup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/StoreLogo.backup.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/LargeTile.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/LargeTile.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/LargeTile.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/LargeTile.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/LargeTile.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/LargeTile.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SmallTile.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SmallTile.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SmallTile.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SmallTile.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SmallTile.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SmallTile.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/StoreLogo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/StoreLogo.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/StoreLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/StoreLogo.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/StoreLogo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/StoreLogo.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-hdpi/icon.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-mdpi/icon.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xhdpi/icon.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SplashScreen.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SplashScreen.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/SplashScreen.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/SplashScreen.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xxhdpi/icon.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Wide310x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Wide310x150Logo.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Wide310x150Logo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Wide310x150Logo.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square150x150Logo.scale-100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square150x150Logo.scale-100.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square150x150Logo.scale-400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square150x150Logo.scale-400.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.targetsize-16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.targetsize-16.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.targetsize-48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.targetsize-48.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.targetsize-256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.targetsize-256.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-hdpi/launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-hdpi/launcher_foreground.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-mdpi/launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-mdpi/launcher_foreground.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xhdpi/launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xhdpi/launcher_foreground.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xxhdpi/launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xxhdpi/launcher_foreground.png
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-16.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png
--------------------------------------------------------------------------------
/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thiag0-dot/IMC-xamarin-forms/HEAD/imc/imc.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-256.png
--------------------------------------------------------------------------------
/imc/imc.UWP/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/.vs/imc/project-colors.json:
--------------------------------------------------------------------------------
1 | {
2 | "Version": 1,
3 | "ProjectMap": {
4 | "f44d097a-2acd-4be4-96b2-0fe0f49c8f4a": {
5 | "ProjectGuid": "f44d097a-2acd-4be4-96b2-0fe0f49c8f4a",
6 | "DisplayName": "imc",
7 | "ColorIndex": 0
8 | }
9 | },
10 | "NextColorIndex": 1
11 | }
--------------------------------------------------------------------------------
/imc/imc/App.xaml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-anydpi-v26/icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #FFFFFF
4 | #3F51B5
5 | #303F9F
6 | #FF4081
7 |
8 |
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/mipmap-anydpi-v26/icon_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/imc/imc.Android/imc.Android.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | pixel_5_-_api_31
5 | pixel_5_-_api_31
6 | pixel_5_-_api_31
7 |
8 |
--------------------------------------------------------------------------------
/imc/imc.Android/Properties/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/imc/imc.UWP/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/imc/imc/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using Xamarin.Forms;
3 | using Xamarin.Forms.Xaml;
4 |
5 | namespace imc
6 | {
7 | public partial class App : Application
8 | {
9 | public App()
10 | {
11 | InitializeComponent();
12 |
13 | MainPage = new MainPage();
14 | }
15 |
16 | protected override void OnStart()
17 | {
18 | }
19 |
20 | protected override void OnSleep()
21 | {
22 | }
23 |
24 | protected override void OnResume()
25 | {
26 | }
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/imc/imc/imc.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | netstandard2.0
5 | true
6 |
7 |
8 |
9 | portable
10 | true
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/imc/imc.Android/Assets/AboutAssets.txt:
--------------------------------------------------------------------------------
1 | Any raw assets you want to be deployed with your application can be placed in
2 | this directory (and child directories) and given a Build Action of "AndroidAsset".
3 |
4 | These files will be deployed with your package and will be accessible using Android's
5 | AssetManager, like this:
6 |
7 | public class ReadAsset : Activity
8 | {
9 | protected override void OnCreate (Bundle bundle)
10 | {
11 | base.OnCreate (bundle);
12 |
13 | InputStream input = Assets.Open ("my_asset.txt");
14 | }
15 | }
16 |
17 | Additionally, some Android functions will automatically load asset files:
18 |
19 | Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
20 |
--------------------------------------------------------------------------------
/imc/imc.UWP/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | namespace imc.UWP
17 | {
18 | public sealed partial class MainPage
19 | {
20 | public MainPage()
21 | {
22 | this.InitializeComponent();
23 |
24 | LoadApplication(new imc.App());
25 | }
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
18 |
--------------------------------------------------------------------------------
/imc/imc.UWP/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("imc.UWP")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("imc.UWP")]
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/imc/imc.Android/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 | using Android.App;
5 |
6 | // General Information about an assembly is controlled through the following
7 | // set of attributes. Change these attribute values to modify the information
8 | // associated with an assembly.
9 | [assembly: AssemblyTitle("imc.Android")]
10 | [assembly: AssemblyDescription("")]
11 | [assembly: AssemblyConfiguration("")]
12 | [assembly: AssemblyCompany("")]
13 | [assembly: AssemblyProduct("imc.Android")]
14 | [assembly: AssemblyCopyright("Copyright © 2014")]
15 | [assembly: AssemblyTrademark("")]
16 | [assembly: AssemblyCulture("")]
17 | [assembly: ComVisible(false)]
18 |
19 | // Version information for an assembly consists of the following four values:
20 | //
21 | // Major Version
22 | // Minor Version
23 | // Build Number
24 | // Revision
25 | [assembly: AssemblyVersion("1.0.0.0")]
26 | [assembly: AssemblyFileVersion("1.0.0.0")]
27 |
28 | // Add some common permissions, these can be removed if not needed
29 | [assembly: UsesPermission(Android.Manifest.Permission.Internet)]
30 | [assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
31 |
--------------------------------------------------------------------------------
/imc/imc.Android/MainActivity.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | using Android.App;
4 | using Android.Content.PM;
5 | using Android.Runtime;
6 | using Android.OS;
7 |
8 | namespace imc.Droid
9 | {
10 | [Activity(Label = "imc", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize )]
11 | public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
12 | {
13 | protected override void OnCreate(Bundle savedInstanceState)
14 | {
15 | base.OnCreate(savedInstanceState);
16 |
17 | Xamarin.Essentials.Platform.Init(this, savedInstanceState);
18 | global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
19 | LoadApplication(new App());
20 | }
21 | public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
22 | {
23 | Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
24 |
25 | base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
26 | }
27 | }
28 | }
--------------------------------------------------------------------------------
/imc/imc.UWP/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/imc/imc/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
17 |
21 |
25 |
29 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/imc/imc.Android/Resources/AboutResources.txt:
--------------------------------------------------------------------------------
1 | Images, layout descriptions, binary blobs and string dictionaries can be included
2 | in your application as resource files. Various Android APIs are designed to
3 | operate on the resource IDs instead of dealing with images, strings or binary blobs
4 | directly.
5 |
6 | For example, a sample Android app that contains a user interface layout (main.xml),
7 | an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
8 | would keep its resources in the "Resources" directory of the application:
9 |
10 | Resources/
11 | drawable-hdpi/
12 | icon.png
13 |
14 | drawable-ldpi/
15 | icon.png
16 |
17 | drawable-mdpi/
18 | icon.png
19 |
20 | layout/
21 | main.xml
22 |
23 | values/
24 | strings.xml
25 |
26 | In order to get the build system to recognize Android resources, set the build action to
27 | "AndroidResource". The native Android APIs do not operate directly with filenames, but
28 | instead operate on resource IDs. When you compile an Android application that uses resources,
29 | the build system will package the resources for distribution and generate a class called
30 | "Resource" that contains the tokens for each one of the resources included. For example,
31 | for the above Resources layout, this is what the Resource class would expose:
32 |
33 | public class Resource {
34 | public class drawable {
35 | public const int icon = 0x123;
36 | }
37 |
38 | public class layout {
39 | public const int main = 0x456;
40 | }
41 |
42 | public class strings {
43 | public const int first_string = 0xabc;
44 | public const int second_string = 0xbcd;
45 | }
46 | }
47 |
48 | You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main
49 | to reference the layout/main.xml file, or Resource.strings.first_string to reference the first
50 | string in the dictionary file values/strings.xml.
51 |
--------------------------------------------------------------------------------
/imc/imc/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.ComponentModel;
4 | using System.Linq;
5 | using System.Text;
6 | using System.Threading.Tasks;
7 | using Xamarin.Forms;
8 |
9 | namespace imc
10 | {
11 | public partial class MainPage : ContentPage
12 | {
13 | public MainPage()
14 | {
15 | InitializeComponent();
16 | }
17 |
18 | private void Button_Clicked(object sender, EventArgs e)
19 | {
20 | //Variaveis
21 | double altura = Convert.ToDouble(txt_altura.Text);
22 | double peso = Convert.ToDouble(txt_peso.Text);
23 | double imc = peso / (altura * altura);
24 |
25 |
26 | //---------------vendo qual o seu imc----------------------
27 | if (imc < 18.5 & imc == 18.5)
28 | {
29 | DisplayAlert("VAI COME! voce esta abaixo do peso:", "Seu imc é de: " + imc.ToString("F2"), "ok");
30 | }
31 | else if (imc > 18.6 & imc < 24.9)
32 | {
33 | DisplayAlert("voce esta com o peso normal PARABENS:", "Seu imc é de: " + imc.ToString("F2"), "ok");
34 | }
35 | else if (imc > 25 & imc< 29.9)
36 | {
37 | DisplayAlert("CUIDADO! voce esta com obesidade classe I:", "Seu imc é de: " + imc.ToString("F2"), "ok");
38 | }
39 | else if (imc > 35 & imc< 39.9)
40 | {
41 | DisplayAlert("CUIDADO! voce esta com obesidade classe II:", "Seu imc é de: " + imc.ToString("F2"), "ok");
42 | }
43 | else if (imc > 40)
44 | {
45 | DisplayAlert("VOCE JA PODE PARTICIPAR DO QUILOS MORTAIS! voce esta com obesidade classe III: ", "Seu imc é de: " + imc.ToString("F2"), "ok");
46 | }
47 | else
48 | {
49 | DisplayAlert("ERRO", "ERRO", "ok");
50 | }
51 |
52 |
53 | }
54 |
55 | }
56 | }
57 |
--------------------------------------------------------------------------------
/imc/imc.UWP/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | imc.UWP
18 | CEED4394-D00C-4DA7-9ABD-846F72A20784
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/imc/imc.UWP/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.ApplicationModel;
7 | using Windows.ApplicationModel.Activation;
8 | using Windows.Foundation;
9 | using Windows.Foundation.Collections;
10 | using Windows.UI.Xaml;
11 | using Windows.UI.Xaml.Controls;
12 | using Windows.UI.Xaml.Controls.Primitives;
13 | using Windows.UI.Xaml.Data;
14 | using Windows.UI.Xaml.Input;
15 | using Windows.UI.Xaml.Media;
16 | using Windows.UI.Xaml.Navigation;
17 |
18 | namespace imc.UWP
19 | {
20 | ///
21 | /// Provides application-specific behavior to supplement the default Application class.
22 | ///
23 | sealed partial class App : Application
24 | {
25 | ///
26 | /// Initializes the singleton application object. This is the first line of authored code
27 | /// executed, and as such is the logical equivalent of main() or WinMain().
28 | ///
29 | public App()
30 | {
31 | this.InitializeComponent();
32 | this.Suspending += OnSuspending;
33 | }
34 |
35 | ///
36 | /// Invoked when the application is launched normally by the end user. Other entry points
37 | /// will be used such as when the application is launched to open a specific file.
38 | ///
39 | /// Details about the launch request and process.
40 | protected override void OnLaunched(LaunchActivatedEventArgs e)
41 | {
42 | #if DEBUG
43 | if (System.Diagnostics.Debugger.IsAttached)
44 | {
45 | this.DebugSettings.EnableFrameRateCounter = true;
46 | }
47 | #endif
48 |
49 | Frame rootFrame = Window.Current.Content as Frame;
50 |
51 | // Do not repeat app initialization when the Window already has content,
52 | // just ensure that the window is active
53 | if (rootFrame == null)
54 | {
55 | // Create a Frame to act as the navigation context and navigate to the first page
56 | rootFrame = new Frame();
57 |
58 | rootFrame.NavigationFailed += OnNavigationFailed;
59 | Xamarin.Forms.Forms.Init(e);
60 |
61 | if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
62 | {
63 | //TODO: Load state from previously suspended application
64 | }
65 |
66 | // Place the frame in the current Window
67 | Window.Current.Content = rootFrame;
68 | }
69 |
70 | if (rootFrame.Content == null)
71 | {
72 | // When the navigation stack isn't restored navigate to the first page,
73 | // configuring the new page by passing required information as a navigation
74 | // parameter
75 | rootFrame.Navigate(typeof(MainPage), e.Arguments);
76 | }
77 | // Ensure the current window is active
78 | Window.Current.Activate();
79 | }
80 |
81 | ///
82 | /// Invoked when Navigation to a certain page fails
83 | ///
84 | /// The Frame which failed navigation
85 | /// Details about the navigation failure
86 | void OnNavigationFailed(object sender, NavigationFailedEventArgs e)
87 | {
88 | throw new Exception("Failed to load Page " + e.SourcePageType.FullName);
89 | }
90 |
91 | ///
92 | /// Invoked when application execution is being suspended. Application state is saved
93 | /// without knowing whether the application will be terminated or resumed with the contents
94 | /// of memory still intact.
95 | ///
96 | /// The source of the suspend request.
97 | /// Details about the suspend request.
98 | private void OnSuspending(object sender, SuspendingEventArgs e)
99 | {
100 | var deferral = e.SuspendingOperation.GetDeferral();
101 | //TODO: Save application state and stop any background activity
102 | deferral.Complete();
103 | }
104 | }
105 | }
106 |
--------------------------------------------------------------------------------
/imc/imc.Android/imc.Android.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Debug
5 | AnyCPU
6 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}
7 | {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
8 | {c9e5eea5-ca05-42a1-839b-61506e0a37df}
9 | Library
10 | imc.Droid
11 | imc.Android
12 | True
13 | True
14 | Resources\Resource.designer.cs
15 | Resource
16 | Properties\AndroidManifest.xml
17 | Resources
18 | Assets
19 | false
20 | v12.0
21 | true
22 | true
23 | Xamarin.Android.Net.AndroidClientHandler
24 |
25 |
26 |
27 |
28 | true
29 | portable
30 | false
31 | bin\Debug
32 | DEBUG;
33 | prompt
34 | 4
35 | None
36 |
37 |
38 | true
39 | portable
40 | true
41 | bin\Release
42 | prompt
43 | 4
44 | true
45 | false
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 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 | {9E232436-6B9C-48EC-ACA7-8EB0DC6BC998}
92 | imc
93 |
94 |
95 |
96 |
97 |
--------------------------------------------------------------------------------
/imc.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 17
4 | VisualStudioVersion = 17.0.32112.339
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "imc.UWP", "imc\imc.UWP\imc.UWP.csproj", "{7335159B-A330-45F3-BC50-5878E00F0580}"
7 | EndProject
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "imc.Android", "imc\imc.Android\imc.Android.csproj", "{F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}"
9 | EndProject
10 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "imc", "imc\imc\imc.csproj", "{F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}"
11 | EndProject
12 | Global
13 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
14 | Debug|Any CPU = Debug|Any CPU
15 | Debug|ARM = Debug|ARM
16 | Debug|x64 = Debug|x64
17 | Debug|x86 = Debug|x86
18 | Release|Any CPU = Release|Any CPU
19 | Release|ARM = Release|ARM
20 | Release|x64 = Release|x64
21 | Release|x86 = Release|x86
22 | EndGlobalSection
23 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
24 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|Any CPU.ActiveCfg = Debug|x64
25 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|Any CPU.Build.0 = Debug|x64
26 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|Any CPU.Deploy.0 = Debug|x64
27 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|ARM.ActiveCfg = Debug|ARM
28 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|ARM.Build.0 = Debug|ARM
29 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|ARM.Deploy.0 = Debug|ARM
30 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x64.ActiveCfg = Debug|x64
31 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x64.Build.0 = Debug|x64
32 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x64.Deploy.0 = Debug|x64
33 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x86.ActiveCfg = Debug|x86
34 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x86.Build.0 = Debug|x86
35 | {7335159B-A330-45F3-BC50-5878E00F0580}.Debug|x86.Deploy.0 = Debug|x86
36 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|Any CPU.ActiveCfg = Release|x64
37 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|Any CPU.Build.0 = Release|x64
38 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|Any CPU.Deploy.0 = Release|x64
39 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|ARM.ActiveCfg = Release|ARM
40 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|ARM.Build.0 = Release|ARM
41 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|ARM.Deploy.0 = Release|ARM
42 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x64.ActiveCfg = Release|x64
43 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x64.Build.0 = Release|x64
44 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x64.Deploy.0 = Release|x64
45 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x86.ActiveCfg = Release|x86
46 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x86.Build.0 = Release|x86
47 | {7335159B-A330-45F3-BC50-5878E00F0580}.Release|x86.Deploy.0 = Release|x86
48 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|Any CPU.Build.0 = Debug|Any CPU
50 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
51 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|ARM.ActiveCfg = Debug|Any CPU
52 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|ARM.Build.0 = Debug|Any CPU
53 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|ARM.Deploy.0 = Debug|Any CPU
54 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x64.ActiveCfg = Debug|Any CPU
55 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x64.Build.0 = Debug|Any CPU
56 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x64.Deploy.0 = Debug|Any CPU
57 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x86.ActiveCfg = Debug|Any CPU
58 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x86.Build.0 = Debug|Any CPU
59 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Debug|x86.Deploy.0 = Debug|Any CPU
60 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|Any CPU.ActiveCfg = Release|Any CPU
61 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|Any CPU.Build.0 = Release|Any CPU
62 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|Any CPU.Deploy.0 = Release|Any CPU
63 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|ARM.ActiveCfg = Release|Any CPU
64 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|ARM.Build.0 = Release|Any CPU
65 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|ARM.Deploy.0 = Release|Any CPU
66 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x64.ActiveCfg = Release|Any CPU
67 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x64.Build.0 = Release|Any CPU
68 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x64.Deploy.0 = Release|Any CPU
69 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x86.ActiveCfg = Release|Any CPU
70 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x86.Build.0 = Release|Any CPU
71 | {F7AD76F5-2B9F-48FB-8015-3364BA1CD69E}.Release|x86.Deploy.0 = Release|Any CPU
72 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
74 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
75 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|ARM.ActiveCfg = Debug|Any CPU
76 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|ARM.Build.0 = Debug|Any CPU
77 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|ARM.Deploy.0 = Debug|Any CPU
78 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x64.ActiveCfg = Debug|Any CPU
79 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x64.Build.0 = Debug|Any CPU
80 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x64.Deploy.0 = Debug|Any CPU
81 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x86.ActiveCfg = Debug|Any CPU
82 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x86.Build.0 = Debug|Any CPU
83 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Debug|x86.Deploy.0 = Debug|Any CPU
84 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
85 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|Any CPU.Build.0 = Release|Any CPU
86 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|Any CPU.Deploy.0 = Release|Any CPU
87 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|ARM.ActiveCfg = Release|Any CPU
88 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|ARM.Build.0 = Release|Any CPU
89 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|ARM.Deploy.0 = Release|Any CPU
90 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x64.ActiveCfg = Release|Any CPU
91 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x64.Build.0 = Release|Any CPU
92 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x64.Deploy.0 = Release|Any CPU
93 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x86.ActiveCfg = Release|Any CPU
94 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x86.Build.0 = Release|Any CPU
95 | {F44D097A-2ACD-4BE4-96B2-0FE0F49C8F4A}.Release|x86.Deploy.0 = Release|Any CPU
96 | EndGlobalSection
97 | GlobalSection(SolutionProperties) = preSolution
98 | HideSolutionNode = FALSE
99 | EndGlobalSection
100 | GlobalSection(ExtensibilityGlobals) = postSolution
101 | SolutionGuid = {06100D22-7B48-4640-883B-2A094F0F6CA5}
102 | EndGlobalSection
103 | EndGlobal
104 |
--------------------------------------------------------------------------------
/imc/imc.UWP/imc.UWP.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Debug
6 | x86
7 | {7335159B-A330-45F3-BC50-5878E00F0580}
8 | AppContainerExe
9 | Properties
10 | imc.UWP
11 | imc.UWP
12 | en-US
13 | UAP
14 | 10.0.19041.0
15 | 10.0.16299.0
16 | 14
17 | true
18 | 512
19 | {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
20 | false
21 | x86|x64|arm
22 |
23 |
24 | true
25 | bin\ARM\Debug\
26 | DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
27 | ;2008
28 | portable
29 | ARM
30 | false
31 | prompt
32 | true
33 |
34 |
35 | bin\ARM\Release\
36 | TRACE;NETFX_CORE;WINDOWS_UWP
37 | true
38 | ;2008
39 | pdbonly
40 | ARM
41 | false
42 | prompt
43 | true
44 | true
45 |
46 |
47 | true
48 | bin\x64\Debug\
49 | DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
50 | ;2008
51 | portable
52 | x64
53 | false
54 | prompt
55 | true
56 |
57 |
58 | bin\x64\Release\
59 | TRACE;NETFX_CORE;WINDOWS_UWP
60 | true
61 | ;2008
62 | pdbonly
63 | x64
64 | false
65 | prompt
66 | true
67 | true
68 |
69 |
70 | true
71 | bin\x86\Debug\
72 | DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
73 | ;2008
74 | portable
75 | x86
76 | false
77 | prompt
78 | true
79 |
80 |
81 | bin\x86\Release\
82 | TRACE;NETFX_CORE;WINDOWS_UWP
83 | true
84 | ;2008
85 | pdbonly
86 | x86
87 | false
88 | prompt
89 | true
90 | true
91 |
92 |
93 |
94 | App.xaml
95 |
96 |
97 | MainPage.xaml
98 |
99 |
100 |
101 |
102 |
103 | Designer
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 | MSBuild:Compile
139 | Designer
140 |
141 |
142 | MSBuild:Compile
143 | Designer
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 | {9E232436-6B9C-48EC-ACA7-8EB0DC6BC998}
154 | imc
155 |
156 |
157 |
158 | 14.0
159 |
160 |
161 |
162 |
--------------------------------------------------------------------------------