1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{CB1B1591-7A98-4497-A001-CA8A0E420408}</ProjectGuid >
8
+ <OutputType >AppContainerExe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >BindRadioButtonsToEnums</RootNamespace >
11
+ <AssemblyName >BindRadioButtonsToEnums</AssemblyName >
12
+ <DefaultLanguage >en-US</DefaultLanguage >
13
+ <FileAlignment >512</FileAlignment >
14
+ <ProjectTypeGuids >{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
+ <PackageCertificateKeyFile >BindRadioButtonsToEnums_TemporaryKey.pfx</PackageCertificateKeyFile >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >AnyCPU</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
37
+ <DebugSymbols >true</DebugSymbols >
38
+ <OutputPath >bin\ARM\Debug\</OutputPath >
39
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
40
+ <NoWarn >;2008</NoWarn >
41
+ <DebugType >full</DebugType >
42
+ <PlatformTarget >ARM</PlatformTarget >
43
+ <UseVSHostingProcess >false</UseVSHostingProcess >
44
+ <ErrorReport >prompt</ErrorReport >
45
+ <Prefer32Bit >true</Prefer32Bit >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
48
+ <OutputPath >bin\ARM\Release\</OutputPath >
49
+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
50
+ <Optimize >true</Optimize >
51
+ <NoWarn >;2008</NoWarn >
52
+ <DebugType >pdbonly</DebugType >
53
+ <PlatformTarget >ARM</PlatformTarget >
54
+ <UseVSHostingProcess >false</UseVSHostingProcess >
55
+ <ErrorReport >prompt</ErrorReport >
56
+ <Prefer32Bit >true</Prefer32Bit >
57
+ </PropertyGroup >
58
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
59
+ <DebugSymbols >true</DebugSymbols >
60
+ <OutputPath >bin\x64\Debug\</OutputPath >
61
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
62
+ <NoWarn >;2008</NoWarn >
63
+ <DebugType >full</DebugType >
64
+ <PlatformTarget >x64</PlatformTarget >
65
+ <UseVSHostingProcess >false</UseVSHostingProcess >
66
+ <ErrorReport >prompt</ErrorReport >
67
+ <Prefer32Bit >true</Prefer32Bit >
68
+ </PropertyGroup >
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
70
+ <OutputPath >bin\x64\Release\</OutputPath >
71
+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
72
+ <Optimize >true</Optimize >
73
+ <NoWarn >;2008</NoWarn >
74
+ <DebugType >pdbonly</DebugType >
75
+ <PlatformTarget >x64</PlatformTarget >
76
+ <UseVSHostingProcess >false</UseVSHostingProcess >
77
+ <ErrorReport >prompt</ErrorReport >
78
+ <Prefer32Bit >true</Prefer32Bit >
79
+ </PropertyGroup >
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
81
+ <DebugSymbols >true</DebugSymbols >
82
+ <OutputPath >bin\x86\Debug\</OutputPath >
83
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
84
+ <NoWarn >;2008</NoWarn >
85
+ <DebugType >full</DebugType >
86
+ <PlatformTarget >x86</PlatformTarget >
87
+ <UseVSHostingProcess >false</UseVSHostingProcess >
88
+ <ErrorReport >prompt</ErrorReport >
89
+ <Prefer32Bit >true</Prefer32Bit >
90
+ </PropertyGroup >
91
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
92
+ <OutputPath >bin\x86\Release\</OutputPath >
93
+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
94
+ <Optimize >true</Optimize >
95
+ <NoWarn >;2008</NoWarn >
96
+ <DebugType >pdbonly</DebugType >
97
+ <PlatformTarget >x86</PlatformTarget >
98
+ <UseVSHostingProcess >false</UseVSHostingProcess >
99
+ <ErrorReport >prompt</ErrorReport >
100
+ <Prefer32Bit >true</Prefer32Bit >
101
+ </PropertyGroup >
102
+ <ItemGroup >
103
+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
104
+ <Folder Include =" Converters\" />
105
+ </ItemGroup >
106
+ <ItemGroup >
107
+ <Compile Include =" App.xaml.cs" >
108
+ <DependentUpon >App.xaml</DependentUpon >
109
+ </Compile >
110
+ <Compile Include =" Common\BindableBase.cs" />
111
+ <Compile Include =" Helpers\DelegateCommand.cs" />
112
+ <Compile Include =" ViewModels\JourneyViewModel1.cs" />
113
+ <Compile Include =" MainPage.xaml.cs" >
114
+ <DependentUpon >MainPage.xaml</DependentUpon >
115
+ </Compile >
116
+ <Compile Include =" Properties\AssemblyInfo.cs" />
117
+ <Compile Include =" Models\TransportationMode.cs" />
118
+ </ItemGroup >
119
+ <ItemGroup >
120
+ <AppxManifest Include =" Package.appxmanifest" >
121
+ <SubType >Designer</SubType >
122
+ </AppxManifest >
123
+ <None Include =" BindRadioButtonsToEnums_TemporaryKey.pfx" />
124
+ </ItemGroup >
125
+ <ItemGroup >
126
+ <Content Include =" Assets\Logo.png" />
127
+ <Content Include =" Assets\SmallLogo.png" />
128
+ <Content Include =" Assets\SplashScreen.png" />
129
+ <Content Include =" Assets\StoreLogo.png" />
130
+ </ItemGroup >
131
+ <ItemGroup >
132
+ <ApplicationDefinition Include =" App.xaml" >
133
+ <Generator >MSBuild:Compile</Generator >
134
+ <SubType >Designer</SubType >
135
+ </ApplicationDefinition >
136
+ <Page Include =" Common\StandardStyles.xaml" >
137
+ <Generator >MSBuild:Compile</Generator >
138
+ <SubType >Designer</SubType >
139
+ </Page >
140
+ <Page Include =" Styles\ControlStyles.xaml" >
141
+ <SubType >Designer</SubType >
142
+ <Generator >MSBuild:Compile</Generator >
143
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
144
+ </Page >
145
+ <Page Include =" MainPage.xaml" >
146
+ <Generator >MSBuild:Compile</Generator >
147
+ <SubType >Designer</SubType >
148
+ </Page >
149
+ </ItemGroup >
150
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' " >
151
+ <VisualStudioVersion >11.0</VisualStudioVersion >
152
+ </PropertyGroup >
153
+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
154
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155
+ Other similar extension points exist, see Microsoft.Common.targets.
156
+ <Target Name="BeforeBuild">
157
+ </Target>
158
+ <Target Name="AfterBuild">
159
+ </Target>
160
+ -->
161
+ </Project >
0 commit comments