Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2484 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.30729</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{CC5D5149-0092-4508-AC34-2ABE1468A1C9}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Touchless.Vision</RootNamespace>
12
    <AssemblyName>Touchless.Vision</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <SccProjectName>
16
    </SccProjectName>
17
    <SccLocalPath>
18
    </SccLocalPath>
19
    <SccAuxPath>
20
    </SccAuxPath>
21
    <SccProvider>
22
    </SccProvider>
23
    <FileUpgradeFlags>
24
    </FileUpgradeFlags>
25
    <OldToolsVersion>3.5</OldToolsVersion>
26
    <UpgradeBackupLocation />
27
    <PublishUrl>publish\</PublishUrl>
28
    <Install>true</Install>
29
    <InstallFrom>Disk</InstallFrom>
30
    <UpdateEnabled>false</UpdateEnabled>
31
    <UpdateMode>Foreground</UpdateMode>
32
    <UpdateInterval>7</UpdateInterval>
33
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
34
    <UpdatePeriodically>false</UpdatePeriodically>
35
    <UpdateRequired>false</UpdateRequired>
36
    <MapFileExtensions>true</MapFileExtensions>
37
    <ApplicationRevision>0</ApplicationRevision>
38
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
39
    <IsWebBootstrapper>false</IsWebBootstrapper>
40
    <UseApplicationTrust>false</UseApplicationTrust>
41
    <BootstrapperEnabled>true</BootstrapperEnabled>
42
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45
    <DebugSymbols>true</DebugSymbols>
46
    <DebugType>full</DebugType>
47
    <Optimize>false</Optimize>
48
    <OutputPath>bin\Debug\</OutputPath>
49
    <DefineConstants>DEBUG;TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
53
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54
    <PlatformTarget>x86</PlatformTarget>
55
    <RunCodeAnalysis>true</RunCodeAnalysis>
56
  </PropertyGroup>
57
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58
    <DebugType>pdbonly</DebugType>
59
    <Optimize>true</Optimize>
60
    <OutputPath>bin\Release\</OutputPath>
61
    <DefineConstants>TRACE</DefineConstants>
62
    <ErrorReport>prompt</ErrorReport>
63
    <WarningLevel>4</WarningLevel>
64
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66
    <RunCodeAnalysis>true</RunCodeAnalysis>
67
    <PlatformTarget>x64</PlatformTarget>
68
  </PropertyGroup>
69
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
70
    <DebugSymbols>true</DebugSymbols>
71
    <OutputPath>bin\x64\Debug\</OutputPath>
72
    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
73
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
74
    <DebugType>full</DebugType>
75
    <PlatformTarget>x64</PlatformTarget>
76
    <RunCodeAnalysis>true</RunCodeAnalysis>
77
    <CodeAnalysisLogFile>bin\Debug\Touchless.Vision.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80
    <ErrorReport>prompt</ErrorReport>
81
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Software Development\IDEs\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
84
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Software Development\IDEs\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
88
    <OutputPath>bin\x64\Release\</OutputPath>
89
    <DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
90
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
91
    <Optimize>true</Optimize>
92
    <DebugType>pdbonly</DebugType>
93
    <PlatformTarget>x64</PlatformTarget>
94
    <RunCodeAnalysis>true</RunCodeAnalysis>
95
    <CodeAnalysisLogFile>bin\Release\Touchless.Vision.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98
    <ErrorReport>prompt</ErrorReport>
99
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
100
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Software Development\IDEs\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
102
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Software Development\IDEs\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
103
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
104
  </PropertyGroup>
105
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
106
    <DebugSymbols>true</DebugSymbols>
107
    <OutputPath>bin\x86\Debug\</OutputPath>
108
    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
109
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
110
    <DebugType>full</DebugType>
111
    <PlatformTarget>x86</PlatformTarget>
112
    <RunCodeAnalysis>true</RunCodeAnalysis>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
117
    <OutputPath>bin\x86\Release\</OutputPath>
118
    <DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
119
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
120
    <Optimize>true</Optimize>
121
    <DebugType>pdbonly</DebugType>
122
    <PlatformTarget>x86</PlatformTarget>
123
    <RunCodeAnalysis>true</RunCodeAnalysis>
124
    <ErrorReport>prompt</ErrorReport>
125
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
126
  </PropertyGroup>
127
  <ItemGroup>
128
    <Reference Include="PresentationCore">
129
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
130
    </Reference>
131
    <Reference Include="PresentationFramework">
132
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
133
    </Reference>
134
    <Reference Include="System" />
135
    <Reference Include="System.ComponentModel.Composition, Version=2009.1.23.0, Culture=neutral, processorArchitecture=MSIL">
136
      <SpecificVersion>False</SpecificVersion>
137
      <HintPath>!ref\System.ComponentModel.Composition.dll</HintPath>
138
    </Reference>
139
    <Reference Include="System.Core">
140
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
141
    </Reference>
142
    <Reference Include="System.Drawing" />
143
    <Reference Include="System.Runtime.Serialization">
144
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
145
    </Reference>
146
    <Reference Include="System.Xaml" />
147
    <Reference Include="System.Xml.Linq">
148
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
149
    </Reference>
150
    <Reference Include="System.Data.DataSetExtensions">
151
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
152
    </Reference>
153
    <Reference Include="System.Data" />
154
    <Reference Include="System.Xml" />
155
    <Reference Include="UIAutomationProvider">
156
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
157
    </Reference>
158
    <Reference Include="WindowsBase">
159
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
160
    </Reference>
161
  </ItemGroup>
162
  <ItemGroup>
163
    <Compile Include="Camera\Camera.cs" />
164
    <Compile Include="Camera\CameraFrameSource.cs" />
165
    <Compile Include="Camera\CameraService.cs" />
166
    <Compile Include="Camera\Configuration\CameraFrameSourceConfigurationElement.xaml.cs">
167
      <DependentUpon>CameraFrameSourceConfigurationElement.xaml</DependentUpon>
168
    </Compile>
169
    <Compile Include="Camera\WebCamLibInterop.cs" />
170
    <Compile Include="Contracts\DetectedObject.cs">
171
      <SubType>Code</SubType>
172
    </Compile>
173
    <Compile Include="Contracts\Frame.cs">
174
      <SubType>Code</SubType>
175
    </Compile>
176
    <Compile Include="Contracts\IFrameSource.cs">
177
      <SubType>Code</SubType>
178
    </Compile>
179
    <Compile Include="Contracts\IObjectDetector.cs">
180
      <SubType>Code</SubType>
181
    </Compile>
182
    <Compile Include="Contracts\ITouchlessAddIn.cs">
183
      <SubType>Code</SubType>
184
    </Compile>
185
    <Compile Include="ExportInterfaceNames.cs" />
186
    <Compile Include="Properties\AssemblyInfo.cs" />
187
    <Compile Include="Shared\Extensions\Extensions.cs" />
188
  </ItemGroup>
189
  <ItemGroup>
190
    <Page Include="Camera\Configuration\CameraFrameSourceConfigurationElement.xaml">
191
      <SubType>Designer</SubType>
192
      <Generator>MSBuild:Compile</Generator>
193
      <Generator>MSBuild:Compile</Generator>
194
      <SubType>Designer</SubType>
195
    </Page>
196
  </ItemGroup>
197
  <ItemGroup>
198
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
199
      <Visible>False</Visible>
200
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
201
      <Install>false</Install>
202
    </BootstrapperPackage>
203
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
204
      <Visible>False</Visible>
205
      <ProductName>.NET Framework 3.5 SP1</ProductName>
206
      <Install>true</Install>
207
    </BootstrapperPackage>
208
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
209
      <Visible>False</Visible>
210
      <ProductName>Windows Installer 3.1</ProductName>
211
      <Install>true</Install>
212
    </BootstrapperPackage>
213
  </ItemGroup>
214
  <ItemGroup>
215
    <ProjectReference Include="..\WebCamLib\WebCamLib.vcxproj">
216
      <Project>{fd48314a-9615-4ba6-913a-03787fb2dd30}</Project>
217
      <Name>WebCamLib</Name>
218
    </ProjectReference>
219
  </ItemGroup>
220
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
221
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
222
       Other similar extension points exist, see Microsoft.Common.targets.
223
  <Target Name="BeforeBuild">
224
  </Target>
225
  <Target Name="AfterBuild">
226
  </Target>
227
  -->
228
</Project>