1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\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
14 <OldToolsVersion>2.0</OldToolsVersion>
\r
15 <UpgradeBackupLocation>
\r
16 </UpgradeBackupLocation>
\r
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\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
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
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
44 <None Include="Hello.ice" />
\r
47 <Compile Include="Hello.cs">
\r
48 <SubType>Code</SubType>
\r
52 <Folder Include="Properties\" />
\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
59 <Target Name="AfterBuild">
\r
70 <UserProperties ZerocIce_VerboseLevel="1" ZerocIce_Enabled="True" />
\r
72 </ProjectExtensions>
\r