root/lang/cpluspluscli/OpenCvSharp/sample/OpenCvSharpSample/OpenCvSharpSample.csproj @ 26653

Revision 26653, 8.2 kB (checked in by schima, 4 years ago)

指定するファイル名を修正

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{3EB4E384-CFC4-4FED-93D9-0FD8D8582614}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>KwsmLab.OpenCvSharpSample</RootNamespace>
12    <AssemblyName>OpenCvSharpSample</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="OpenCvSharp, Version=1.0.3270.8627, Culture=neutral, processorArchitecture=x86" />
39    <Reference Include="PresentationCore">
40      <RequiredTargetFramework>3.0</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="PresentationFramework">
43      <RequiredTargetFramework>3.0</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System" />
46    <Reference Include="System.Core">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Deployment" />
51    <Reference Include="System.Drawing" />
52    <Reference Include="System.Windows.Forms" />
53    <Reference Include="System.Xml" />
54    <Reference Include="WindowsBase">
55      <RequiredTargetFramework>3.0</RequiredTargetFramework>
56    </Reference>
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="Program.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61    <EmbeddedResource Include="Properties\Resources.resx">
62      <Generator>ResXFileCodeGenerator</Generator>
63      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
64      <SubType>Designer</SubType>
65    </EmbeddedResource>
66    <Compile Include="Properties\Resources.Designer.cs">
67      <AutoGen>True</AutoGen>
68      <DependentUpon>Resources.resx</DependentUpon>
69      <DesignTime>True</DesignTime>
70    </Compile>
71    <None Include="Properties\Settings.settings">
72      <Generator>SettingsSingleFileGenerator</Generator>
73      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
74    </None>
75    <Compile Include="Properties\Settings.Designer.cs">
76      <AutoGen>True</AutoGen>
77      <DependentUpon>Settings.settings</DependentUpon>
78      <DesignTimeSharedInput>True</DesignTimeSharedInput>
79    </Compile>
80    <Compile Include="Sample\Affine.cs" />
81    <Compile Include="Sample\BoundingRect.cs" />
82    <Compile Include="Sample\CaptureAVI.cs" />
83    <Compile Include="Sample\CaptureCamera.cs" />
84    <Compile Include="Sample\Contour.cs" />
85    <Compile Include="Sample\CornerDetect.cs" />
86    <Compile Include="Sample\Deraunay.cs" />
87    <Compile Include="Sample\DFT.cs" />
88    <Compile Include="Sample\Edge.cs" />
89    <Compile Include="Sample\FileStorage.cs" />
90    <Compile Include="Sample\Histogram.cs" />
91    <Compile Include="Sample\HoughLines.cs" />
92    <Compile Include="Sample\KMeans.cs" />
93    <Compile Include="Sample\MatTest.cs" />
94    <Compile Include="Sample\Morphology.cs" />
95    <Compile Include="Sample\OpticalFlowBM.cs" />
96    <Compile Include="Sample\Perspective.cs" />
97    <Compile Include="Sample\PixelAccess.cs" />
98    <Compile Include="Sample\PixelSampling.cs" />
99    <Compile Include="Sample\Resize.cs">
100      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101    </Compile>
102    <Compile Include="Sample\SeqTest.cs" />
103    <Compile Include="Sample\Snake.cs" />
104    <Compile Include="Sample\Text.cs" />
105    <Compile Include="Sample\Threshold.cs" />
106    <Compile Include="Sample\Undistort.cs" />
107    <Compile Include="Sample\ConvertToBitmap.cs" />
108    <Compile Include="Sample\ConvertToWriteableBitmap.cs" />
109    <Compile Include="Sample\VideoWriter.cs" />
110    <Compile Include="Sample\Watershed.cs" />
111    <Compile Include="Sample\PyrSegmentation.cs" />
112    <Compile Include="Sample\PyrMeanShiftFiltering.cs" />
113    <Compile Include="Sample\CalibrateCamera.cs" />
114    <Compile Include="Sample\Kalman.cs" />
115    <Compile Include="Sample\Inpaint.cs">
116      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
117    </Compile>
118    <Compile Include="Sample\DistTransform.cs" />
119    <Compile Include="Sample\FaceDetect.cs" />
120    <Compile Include="Sample\SURF.cs" />
121  </ItemGroup>
122  <ItemGroup>
123    <Content Include="cv110.dll">
124      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
125    </Content>
126    <Content Include="cxcore110.dll">
127      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
128    </Content>
129    <Content Include="cxts001.dll">
130      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
131    </Content>
132    <Content Include="Data\Image\box.png">
133      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
134    </Content>
135    <Content Include="Data\Image\box_in_scene.png">
136      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
137    </Content>
138    <Content Include="Data\Image\Calibration\00.JPG">
139      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
140    </Content>
141    <Content Include="Data\Xml\haarcascade_frontalface_alt2.xml">
142      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
143    </Content>
144    <Content Include="Data\Image\Calibration\02.JPG">
145      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
146    </Content>
147    <Content Include="Data\Image\Calibration\01.JPG">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </Content>
150    <Content Include="Data\Image\fruits.jpg">
151      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
152    </Content>
153    <Content Include="Data\Image\goryokaku.jpg">
154      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155    </Content>
156    <Content Include="Data\Image\lenna.png">
157      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
158    </Content>
159    <Content Include="Data\Image\maltese.jpg">
160      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
161    </Content>
162    <Content Include="Data\Image\cake.bmp">
163      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
164    </Content>
165    <Content Include="Data\Image\penguin1.png">
166      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
167    </Content>
168    <Content Include="Data\Image\penguin2.png">
169      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
170    </Content>
171    <Content Include="Dll\Put OpenCvSharp.dll Here.txt" />
172    <Content Include="ffopencv110.dll">
173      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174    </Content>
175    <Content Include="highgui110.dll">
176      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177    </Content>
178    <Content Include="opencv_license.txt" />
179    <Content Include="Data\Xml\camera.xml">
180      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
181    </Content>
182  </ItemGroup>
183  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
185       Other similar extension points exist, see Microsoft.Common.targets.
186  <Target Name="BeforeBuild">
187  </Target>
188  <Target Name="AfterBuild">
189  </Target>
190  -->
191</Project>
Note: See TracBrowser for help on using the browser.