Subversion Repositories Projects

Rev

Rev 97 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
90 gunterl 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <ProjectType>Local</ProjectType>
4
    <ProductVersion>8.0.50215</ProductVersion>
5
    <SchemaVersion>2.0</SchemaVersion>
251 gunterl 6
    <ProjectGuid>{783A5FAD-7FA8-411C-8051-803C05087D95}</ProjectGuid>
90 gunterl 7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ApplicationIcon>
10
    </ApplicationIcon>
11
    <AssemblyKeyContainerName>
12
    </AssemblyKeyContainerName>
13
    <AssemblyName>RoboBoardService.Y2007.M08.Proxy</AssemblyName>
14
    <RootNamespace>Robotics.RoboBoard</RootNamespace>
15
    <AssemblyOriginatorKeyFile>C:\Microsoft Robotics Studio (1.5)\samples\mrisamples.snk</AssemblyOriginatorKeyFile>
16
    <DefaultClientScript>JScript</DefaultClientScript>
17
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19
    <DelaySign>false</DelaySign>
20
    <SignAssembly>true</SignAssembly>
21
    <OutputType>Library</OutputType>
22
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23
    <StartupObject>
24
    </StartupObject>
25
    <FileUpgradeFlags>
26
    </FileUpgradeFlags>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
    <OutputPath>C:\Microsoft Robotics Studio (1.5)\bin\</OutputPath>
30
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
31
    <BaseAddress>285212672</BaseAddress>
32
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
33
    <ConfigurationOverrideFile>
34
    </ConfigurationOverrideFile>
35
    <DefineConstants>DEBUG;TRACE;INSTRUMENTED;DSSPROXY</DefineConstants>
36
    <DocumentationFile>RoboBoardService.Y2007.M08.proxy.xml</DocumentationFile>
37
    <DebugSymbols>true</DebugSymbols>
38
    <FileAlignment>4096</FileAlignment>
39
    <NoStdLib>false</NoStdLib>
40
    <NoWarn>3003</NoWarn>
41
    <Optimize>false</Optimize>
42
    <RegisterForComInterop>false</RegisterForComInterop>
43
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
44
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
45
    <WarningLevel>1</WarningLevel>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <OutputPath>C:\Microsoft Robotics Studio (1.5)\bin\</OutputPath>
49
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
50
    <BaseAddress>285212672</BaseAddress>
51
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
52
    <ConfigurationOverrideFile>
53
    </ConfigurationOverrideFile>
54
    <DefineConstants>TRACE;INSTRUMENTED;DSSPROXY</DefineConstants>
55
    <DocumentationFile>RoboBoardService.Y2007.M08.proxy.xml</DocumentationFile>
56
    <DebugSymbols>true</DebugSymbols>
57
    <DebugType>pdbonly</DebugType>
58
    <FileAlignment>4096</FileAlignment>
59
    <NoStdLib>false</NoStdLib>
60
    <NoWarn>3003</NoWarn>
61
    <Optimize>false</Optimize>
62
    <RegisterForComInterop>false</RegisterForComInterop>
63
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
64
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
65
    <WarningLevel>1</WarningLevel>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="mscorlib">
69
        <SpecificVersion>False</SpecificVersion>
70
        <Private>False</Private>
71
    </Reference>
72
    <Reference Include="Ccr.Core">
73
        <SpecificVersion>False</SpecificVersion>
74
        <Private>False</Private>
75
    </Reference>
76
    <Reference Include="DssBase">
77
        <SpecificVersion>False</SpecificVersion>
78
        <Private>False</Private>
79
    </Reference>
80
    <Reference Include="System.Windows.Forms">
81
        <SpecificVersion>False</SpecificVersion>
82
        <Private>False</Private>
83
    </Reference>
84
    <Reference Include="DssRuntime.Proxy">
85
        <SpecificVersion>False</SpecificVersion>
86
        <Private>False</Private>
87
    </Reference>
88
    <Reference Include="DssRuntime">
89
        <SpecificVersion>False</SpecificVersion>
90
        <Private>False</Private>
91
    </Reference>
92
    <Reference Include="System">
93
        <SpecificVersion>False</SpecificVersion>
94
        <Private>False</Private>
95
    </Reference>
96
    <Reference Include="System.Drawing">
97
        <SpecificVersion>False</SpecificVersion>
98
        <Private>False</Private>
99
    </Reference>
100
    <Reference Include="Ccr.Adapters.WinForms">
101
        <SpecificVersion>False</SpecificVersion>
102
        <Private>False</Private>
103
    </Reference>
104
    <Reference Include="System.Xml">
105
        <SpecificVersion>False</SpecificVersion>
106
        <Private>False</Private>
107
    </Reference>
108
 
109
  </ItemGroup>
110
<ItemGroup>
111
  <Compile Include="AssemblyInfo.cs" />
112
  <Compile Include="Robotics.RoboBoard.Proxy.RoboBoardTypes.cs" />
113
  <Compile Include="Properties\Resources.Designer.cs">
114
    <AutoGen>True</AutoGen>
115
    <DesignTime>True</DesignTime>
116
    <DependentUpon>Resources.resx</DependentUpon>
117
  </Compile>
118
  <AppDesigner Include="Properties" />
119
</ItemGroup>
120
  <ItemGroup>
121
    <EmbeddedResource Include="Resources\DssModel.dss" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <EmbeddedResource Include="Properties\Resources.resx">
125
      <SubType>Designer</SubType>
126
      <Generator>ResXFileCodeGenerator</Generator>
127
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
128
    </EmbeddedResource>
129
  </ItemGroup>
130
 
131
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
132
  <PropertyGroup Condition="'$(DelaySign)'!=''">
133
    <ProxyDelaySign>/delaysign+</ProxyDelaySign>
134
  </PropertyGroup>
135
  <PropertyGroup>
136
    <PreBuildEvent>
137
    </PreBuildEvent>
138
    <PostBuildEvent></PostBuildEvent>
139
  </PropertyGroup>
140
</Project>