~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/Cartographer.csproj

  • Committer: Peter Golde
  • Date: 2008-12-11 20:49:15 UTC
  • Revision ID: peter@golde.org-20081211204915-mbmf2bwj37fycnfk
Add main window with Ribbon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    </Reference>
50
50
    <Reference Include="System.Data" />
51
51
    <Reference Include="System.Xml" />
52
 
    <Reference Include="WindowsBase" />
53
 
    <Reference Include="PresentationCore" />
54
 
    <Reference Include="PresentationFramework" />
 
52
    <Reference Include="UIAutomationProvider">
 
53
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
54
    </Reference>
 
55
    <Reference Include="WindowsBase">
 
56
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
57
    </Reference>
 
58
    <Reference Include="PresentationCore">
 
59
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
60
    </Reference>
 
61
    <Reference Include="PresentationFramework">
 
62
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
63
    </Reference>
55
64
  </ItemGroup>
56
65
  <ItemGroup>
57
66
    <ApplicationDefinition Include="App.xaml">
64
73
    </Compile>
65
74
  </ItemGroup>
66
75
  <ItemGroup>
 
76
    <Compile Include="MainFrame.xaml.cs">
 
77
      <DependentUpon>MainFrame.xaml</DependentUpon>
 
78
    </Compile>
67
79
    <Compile Include="Properties\AssemblyInfo.cs">
68
80
      <SubType>Code</SubType>
69
81
    </Compile>
87
99
    </None>
88
100
    <AppDesigner Include="Properties\" />
89
101
  </ItemGroup>
 
102
  <ItemGroup>
 
103
    <Page Include="MainFrame.xaml">
 
104
      <SubType>Designer</SubType>
 
105
      <Generator>MSBuild:Compile</Generator>
 
106
    </Page>
 
107
  </ItemGroup>
90
108
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91
109
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
92
110
       Other similar extension points exist, see Microsoft.Common.targets.