~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/Cartographer.csproj

  • Committer: Peter Golde
  • Date: 2008-12-16 07:21:10 UTC
  • Revision ID: peter@golde.org-20081216072110-u17ha89pb2hvgnas
Added Open File Dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    <FileAlignment>512</FileAlignment>
15
15
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16
16
    <WarningLevel>4</WarningLevel>
 
17
    <ApplicationManifest>app.manifest</ApplicationManifest>
17
18
  </PropertyGroup>
18
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
20
    <DebugSymbols>true</DebugSymbols>
74
75
    <Compile Include="MainFrame.xaml.cs">
75
76
      <DependentUpon>MainFrame.xaml</DependentUpon>
76
77
    </Compile>
 
78
    <Compile Include="MiscText.Designer.cs">
 
79
      <AutoGen>True</AutoGen>
 
80
      <DesignTime>True</DesignTime>
 
81
      <DependentUpon>MiscText.resx</DependentUpon>
 
82
    </Compile>
77
83
    <Compile Include="Properties\AssemblyInfo.cs">
78
84
      <SubType>Code</SubType>
79
85
    </Compile>
87
93
      <DependentUpon>Settings.settings</DependentUpon>
88
94
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89
95
    </Compile>
 
96
    <EmbeddedResource Include="MiscText.resx">
 
97
      <Generator>ResXFileCodeGenerator</Generator>
 
98
      <LastGenOutput>MiscText.Designer.cs</LastGenOutput>
 
99
    </EmbeddedResource>
90
100
    <EmbeddedResource Include="Properties\Resources.resx">
91
101
      <Generator>ResXFileCodeGenerator</Generator>
92
102
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93
103
    </EmbeddedResource>
 
104
    <None Include="app.manifest" />
94
105
    <None Include="Properties\Settings.settings">
95
106
      <Generator>SettingsSingleFileGenerator</Generator>
96
107
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>