~jozilla/uiml.net/uiml.net-tp

« back to all changes in this revision

Viewing changes to uiml.net-cf.csproj

  • Committer: Jo Vermeulen
  • Date: 2007-09-05 14:26:30 UTC
  • mfrom: (249.1.16 Uiml.net)
  • Revision ID: jo.vermeulen@uhasselt.be-20070905142630-w5eafpsfntbgz0ko
Merged with Jo's main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
5
    <ProductVersion>8.0.50727</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{E8AF6F78-9948-4EB8-9D3F-1AF5B74A0E37}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <AssemblyName>uiml.net-cf</AssemblyName>
 
11
    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
12
    <PlatformFamilyName>PocketPC</PlatformFamilyName>
 
13
    <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
 
14
    <OSVersion>4.20</OSVersion>
 
15
    <DeployDirSuffix>uiml.net-cf</DeployDirSuffix>
 
16
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
17
    <StartupObject>Uiml.FrontEnd.UimlTool</StartupObject>
 
18
    <FormFactorID>
 
19
    </FormFactorID>
 
20
    <DeployDirPrefix>%25CSIDL_PROGRAM_FILES%25</DeployDirPrefix>
 
21
  </PropertyGroup>
 
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
23
    <DebugSymbols>true</DebugSymbols>
 
24
    <DebugType>full</DebugType>
 
25
    <Optimize>false</Optimize>
 
26
    <OutputPath>bin\Uiml.net-cf\Debug\</OutputPath>
 
27
    <DefineConstants>TRACE;DEBUG;PocketPC;COMPACT</DefineConstants>
 
28
    <NoStdLib>true</NoStdLib>
 
29
    <NoConfig>true</NoConfig>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <FileAlignment>512</FileAlignment>
 
32
    <WarningLevel>4</WarningLevel>
 
33
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
 
34
  </PropertyGroup>
 
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
36
    <DebugType>pdbonly</DebugType>
 
37
    <Optimize>true</Optimize>
 
38
    <OutputPath>bin\Uiml.net-cf\Release\</OutputPath>
 
39
    <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
 
40
    <NoStdLib>true</NoStdLib>
 
41
    <NoConfig>true</NoConfig>
 
42
    <ErrorReport>prompt</ErrorReport>
 
43
    <FileAlignment>512</FileAlignment>
 
44
    <WarningLevel>4</WarningLevel>
 
45
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
 
46
  </PropertyGroup>
 
47
  <ItemGroup>
 
48
    <Reference Include="mscorlib" />
 
49
    <Reference Include="System" />
 
50
    <Reference Include="System.Data" />
 
51
    <Reference Include="System.Xml" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <Compile Include="Properties\AssemblyInfo-uiml.net-cf.cs" />
 
55
    <Compile Include="Uiml\FrontEnd\CommandLine.cs" />
 
56
    <Compile Include="Uiml\FrontEnd\CompactGUI.cs" />
 
57
    <Compile Include="Uiml\FrontEnd\NoGuiAvailableException.cs" />
 
58
    <Compile Include="Uiml\FrontEnd\Options.cs" />
 
59
    <Compile Include="Uiml\FrontEnd\UimlFrontEnd.cs" />
 
60
    <Compile Include="Uiml\FrontEnd\UimlTool.cs" />
 
61
  </ItemGroup>
 
62
  <ItemGroup>
 
63
    <Content Include="front-ends\compactgui.uiml">
 
64
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
65
    </Content>
 
66
    <Content Include="vocabularies\cswf-1.0.uiml">
 
67
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
68
    </Content>
 
69
  </ItemGroup>
 
70
  <ItemGroup>
 
71
    <ProjectReference Include="uiml.net-core-cf.csproj">
 
72
      <Project>{F1E37418-065C-4DC5-8DD7-0E0BF7ADE12B}</Project>
 
73
      <Name>uiml.net-core-cf</Name>
 
74
    </ProjectReference>
 
75
    <ProjectReference Include="uiml.net-swf-cf.csproj">
 
76
      <Project>{A9DAC97F-C887-40AD-B511-4EC5954553EA}</Project>
 
77
      <Name>uiml.net-swf-cf</Name>
 
78
    </ProjectReference>
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <Content Include="examples\swf-cf\cswfCalculator.uiml">
 
82
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
83
    </Content>
 
84
    <Content Include="examples\swf-cf\cswfHello.uiml">
 
85
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
86
    </Content>
 
87
    <Content Include="examples\swf-cf\cswfTabs.uiml">
 
88
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
89
    </Content>
 
90
  </ItemGroup>
 
91
  <ItemGroup>
 
92
    <None Include="uiml.net-cf.snk" />
 
93
  </ItemGroup>
 
94
  <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
 
95
  <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
 
96
  <ProjectExtensions>
 
97
    <VisualStudio>
 
98
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
 
99
        <HostingProcess disable="1" />
 
100
      </FlavorProperties>
 
101
    </VisualStudio>
 
102
  </ProjectExtensions>
 
103
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
104
       Other similar extension points exist, see Microsoft.Common.targets.
 
105
  <Target Name="BeforeBuild">
 
106
  </Target>
 
107
  <Target Name="AfterBuild">
 
108
  </Target>
 
109
   -->
 
110
</Project>
 
 
b'\\ No newline at end of file'