Subversion Repositories Projects

Rev

Details | 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.50727</ProductVersion>
5
    <SchemaVersion>2.0</SchemaVersion>
6
    <ProjectGuid>{3600E088-E3C2-4193-8515-43DAB2B62E53}</ProjectGuid>
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</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</DefineConstants>
36
    <DocumentationFile>
37
    </DocumentationFile>
38
    <DebugSymbols>true</DebugSymbols>
39
    <FileAlignment>4096</FileAlignment>
40
    <NoStdLib>false</NoStdLib>
41
    <NoWarn>3003</NoWarn>
42
    <Optimize>false</Optimize>
43
    <RegisterForComInterop>false</RegisterForComInterop>
44
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
45
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
46
    <WarningLevel>1</WarningLevel>
47
  </PropertyGroup>
48
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49
    <OutputPath>C:\Microsoft Robotics Studio (1.5)\bin\</OutputPath>
50
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
51
    <BaseAddress>285212672</BaseAddress>
52
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
53
    <ConfigurationOverrideFile>
54
    </ConfigurationOverrideFile>
55
    <DefineConstants>TRACE;INSTRUMENTED</DefineConstants>
56
    <DocumentationFile>
57
    </DocumentationFile>
58
    <DebugSymbols>true</DebugSymbols>
59
    <DebugType>pdbonly</DebugType>
60
    <DefineConstants>TRACE</DefineConstants>
61
    <FileAlignment>4096</FileAlignment>
62
    <NoStdLib>false</NoStdLib>
63
    <NoWarn>3003</NoWarn>
64
    <Optimize>false</Optimize>
65
    <RegisterForComInterop>false</RegisterForComInterop>
66
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
67
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
68
    <WarningLevel>1</WarningLevel>
69
  </PropertyGroup>
70
  <ItemGroup>
71
    <Reference Include="Ccr.Adapters.WinForms, Version=1.5.507.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
72
    <Reference Include="DssRuntime">
73
      <SpecificVersion>False</SpecificVersion>
74
      <Private>False</Private>
75
    </Reference>
76
    <Reference Include="mscorlib">
77
      <SpecificVersion>False</SpecificVersion>
78
      <Private>False</Private>
79
    </Reference>
80
    <Reference Include="Ccr.Core">
81
      <SpecificVersion>False</SpecificVersion>
82
      <Private>False</Private>
83
    </Reference>
84
    <Reference Include="DssBase">
85
      <SpecificVersion>False</SpecificVersion>
86
      <Private>False</Private>
87
    </Reference>
88
    <Reference Include="System">
89
      <SpecificVersion>False</SpecificVersion>
90
      <Private>False</Private>
91
    </Reference>
92
    <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" />
93
    <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
94
    <Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
95
    <Reference Include="System.Xml">
96
      <SpecificVersion>False</SpecificVersion>
97
      <Private>False</Private>
98
    </Reference>
99
  </ItemGroup>
100
  <ItemGroup>
101
    <Compile Include="AssemblyInfo.cs" />
102
    <Compile Include="SerialCom.cs" />
103
    <Compile Include="Properties\Resources.Designer.cs">
104
      <AutoGen>True</AutoGen>
105
      <DesignTime>True</DesignTime>
106
      <DependentUpon>Resources.resx</DependentUpon>
107
    </Compile>
108
    <Compile Include="RoboBoard.cs" />
109
    <Compile Include="RoboBoardForm.cs">
110
      <SubType>Form</SubType>
111
    </Compile>
112
    <Compile Include="RoboBoardForm.Designer.cs">
113
      <DependentUpon>RoboBoardForm.cs</DependentUpon>
114
    </Compile>
115
    <Compile Include="RoboBoardTypes.cs" />
116
    <AppDesigner Include="Properties" />
117
  </ItemGroup>
118
  <ItemGroup>
119
    <Content Include="Control.bmp" />
120
    <Content Include="Mk.bmp" />
121
    <Content Include="RoboBoardService.manifest.xml" />
122
    <Content Include="Sat.bmp" />
123
    <Content Include="Sat.ico" />
124
  </ItemGroup>
125
  <ItemGroup>
126
    <EmbeddedResource Include="Properties\Resources.resx">
127
      <SubType>Designer</SubType>
128
      <Generator>ResXFileCodeGenerator</Generator>
129
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
130
    </EmbeddedResource>
131
    <EmbeddedResource Include="RoboBoardForm.resx">
132
      <SubType>Designer</SubType>
133
      <DependentUpon>RoboBoardForm.cs</DependentUpon>
134
    </EmbeddedResource>
135
  </ItemGroup>
136
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
137
  <PropertyGroup Condition="'$(DelaySign)'!=''">
138
    <ProxyDelaySign>/delaysign+</ProxyDelaySign>
139
  </PropertyGroup>
140
  <PropertyGroup>
141
    <PreBuildEvent>
142
    </PreBuildEvent>
143
    <PostBuildEvent>"C:\Microsoft Robotics Studio (1.5)\bin\dssproxy.exe" /dll:"$(TargetPath)" /proxyprojectpath:"$(ProjectDir)Proxy " /keyfile:"$(AssemblyOriginatorKeyFile)" $(ProxyDelaySign) $(CompactFrameworkProxyGen) /binpath:". " /referencepath:"C:\Microsoft Robotics Studio (1.5)\bin\ " /referencepath:"C:\Microsoft Robotics Studio (1.5)\bin\ "</PostBuildEvent>
144
  </PropertyGroup>
145
</Project>