1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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
+ <MinimumVisualStudioVersion >10.0</MinimumVisualStudioVersion >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{F2D725C5-3907-409B-BB10-381A043A38CA}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >TableCellResizeIssue.Core</RootNamespace >
12
+ <AssemblyName >TableCellResizeIssue.Core</AssemblyName >
13
+ <DefaultLanguage >en-US</DefaultLanguage >
14
+ <FileAlignment >512</FileAlignment >
15
+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
+ <TargetFrameworkProfile >Profile7</TargetFrameworkProfile >
17
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Compile Include =" App.cs" />
38
+ <Compile Include =" Properties\AssemblyInfo.cs" />
39
+ <Compile Include =" Customer.cs" />
40
+ <Compile Include =" ViewModels\ItemViewModel.cs" />
41
+ <Compile Include =" ViewModels\SearchViewModel.cs" />
42
+ <Compile Include =" ViewModels\FirstViewModel.cs" />
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <None Include =" packages.config" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Reference Include =" Cirrious.CrossCore" >
49
+ <HintPath >..\..\My Projects\TableCellResizeIssue\packages\MvvmCross.HotTuna.CrossCore.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.CrossCore.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Cirrious.MvvmCross" >
52
+ <HintPath >..\..\My Projects\TableCellResizeIssue\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.MvvmCross.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Cirrious.MvvmCross.Localization" >
55
+ <HintPath >..\..\My Projects\TableCellResizeIssue\packages\MvvmCross.HotTuna.CrossCore.3.5.1\lib\portable-win+net45+wp8+win8+wpa81\Cirrious.MvvmCross.Localization.dll</HintPath >
56
+ </Reference >
57
+ </ItemGroup >
58
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
59
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
60
+ Other similar extension points exist, see Microsoft.Common.targets.
61
+ <Target Name="BeforeBuild">
62
+ </Target>
63
+ <Target Name="AfterBuild">
64
+ </Target>
65
+ -->
66
+ </Project >
0 commit comments