Skip to content

Commit

Permalink
Just testing some simple missing view code...
Browse files Browse the repository at this point in the history
  • Loading branch information
slodge committed Nov 21, 2012
1 parent 9eac64f commit 47c9835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -73,8 +73,8 @@
</ItemGroup>
<ItemGroup>
<None Include="Assets\DefaultViews\DetailsCustomerViewModel\Menu.json" />
<AndroidAsset Include="Assets\DefaultViews\NewCustomerViewModel\Dialog.json" />
<AndroidAsset Include="Assets\DefaultViews\NewCustomerViewModel\Menu.json" />
<None Include="Assets\DefaultViews\NewCustomerViewModel\Dialog.json" />
<None Include="Assets\DefaultViews\NewCustomerViewModel\Menu.json" />
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<AndroidResource Include="Resources\Layout\ListItem_Customer.axml">
Expand Down
Expand Up @@ -10,6 +10,8 @@
<OutputType>Exe</OutputType>
<RootNamespace>CustomerManagement.AutoViews.Touch</RootNamespace>
<AssemblyName>CustomerManagementAutoViewsTouch</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>True</DebugSymbols>
Expand Down

0 comments on commit 47c9835

Please sign in to comment.