ICE 3.4.2
[php5-ice-freebsdport.git] / vb / demo / Ice / minimal / slice.csproj
blobbaf8ee98f1789081c9ef68e1a766ee9d5b57ef80
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.30729</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{88969902-914A-4FB0-A7A4-72AD07EA102F}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Demo</RootNamespace>\r
11     <AssemblyName>minimalSlice</AssemblyName>\r
12     <FileUpgradeFlags>\r
13     </FileUpgradeFlags>\r
14     <OldToolsVersion>2.0</OldToolsVersion>\r
15     <UpgradeBackupLocation>\r
16     </UpgradeBackupLocation>\r
17     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
18   </PropertyGroup>\r
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
20     <DebugSymbols>true</DebugSymbols>\r
21     <DebugType>full</DebugType>\r
22     <Optimize>false</Optimize>\r
23     <OutputPath>.\</OutputPath>\r
24     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
25     <ErrorReport>prompt</ErrorReport>\r
26     <WarningLevel>4</WarningLevel>\r
27   </PropertyGroup>\r
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <ItemGroup>\r
37     <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL" />\r
38     <Reference Include="System" />\r
39     <Reference Include="System.Core">\r
40       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
41     </Reference>\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <None Include="Hello.ice" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="Hello.cs">\r
48       <SubType>Code</SubType>\r
49     </Compile>\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Folder Include="Properties\" />\r
53   </ItemGroup>\r
54   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
55   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
56        Other similar extension points exist, see Microsoft.Common.targets.\r
57   <Target Name="BeforeBuild">\r
58   </Target>\r
59   <Target Name="AfterBuild">\r
60   </Target>\r
61   -->\r
62   <PropertyGroup>\r
63     <PreBuildEvent>\r
64     </PreBuildEvent>\r
65     <PostBuildEvent>\r
66     </PostBuildEvent>\r
67   </PropertyGroup>\r
68   <ProjectExtensions>\r
69     <VisualStudio>\r
70       <UserProperties ZerocIce_VerboseLevel="1" ZerocIce_Enabled="True" />\r
71     </VisualStudio>\r
72   </ProjectExtensions>\r
73 </Project>