OSDN Git Service

e3067984b67fc305755759de73925e2212c33778
[karinto/karinto.git] / Karinto / Karinto.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{1CDE8386-092A-4FA3-A16D-5589C5647C20}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Karinto</RootNamespace>\r
12     <AssemblyName>Karinto</AssemblyName>\r
13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkSubset>\r
16     </TargetFrameworkSubset>\r
17     <SignAssembly>true</SignAssembly>\r
18   </PropertyGroup>\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>bin\Debug\</OutputPath>\r
24     <DefineConstants>TRACE;DEBUG;WITH_FFTSS</DefineConstants>\r
25     <ErrorReport>prompt</ErrorReport>\r
26     <WarningLevel>4</WarningLevel>\r
27     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
30     <DebugType>pdbonly</DebugType>\r
31     <Optimize>true</Optimize>\r
32     <OutputPath>bin\Release\</OutputPath>\r
33     <DefineConstants>TRACE;WITH_FFTSS</DefineConstants>\r
34     <ErrorReport>prompt</ErrorReport>\r
35     <WarningLevel>4</WarningLevel>\r
36     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Data" />\r
41     <Reference Include="System.Drawing" />\r
42     <Reference Include="System.Xml" />\r
43   </ItemGroup>\r
44   <ItemGroup>\r
45     <Compile Include="Convolution.cs" />\r
46     <Compile Include="CsvWriter.cs" />\r
47     <Compile Include="Fft.cs" />\r
48     <Compile Include="HiokiHicorderData.cs" />\r
49     <Compile Include="HiokiHicorderDataReader.cs" />\r
50     <Compile Include="Numeric\Complex.cs" />\r
51     <Compile Include="Numeric\Matrix.cs" />\r
52     <Compile Include="Numeric\Matrix2x2.cs" />\r
53     <Compile Include="Numeric\Operator.cs" />\r
54     <Compile Include="Numeric\Rational.cs" />\r
55     <Compile Include="RegexSet.cs" />\r
56     <Compile Include="CsvReader.cs" />\r
57     <Compile Include="CurveFitter.cs" />\r
58     <Compile Include="FilePath.cs" />\r
59     <Compile Include="Logger.cs" />\r
60     <Compile Include="Point.cs" />\r
61     <Compile Include="PointList.cs" />\r
62     <Compile Include="Polynomial.cs" />\r
63     <Compile Include="Properties\AssemblyInfo.cs" />\r
64     <Compile Include="Range.cs" />\r
65     <Compile Include="SerializableDictionary.cs" />\r
66     <Compile Include="Spline.cs" />\r
67     <Compile Include="Unit.cs" />\r
68     <Compile Include="WindowFunction.cs" />\r
69     <Compile Include="Xml\Data.cs">\r
70       <DependentUpon>Data.xsd</DependentUpon>\r
71       <SubType>Component</SubType>\r
72     </Compile>\r
73     <Compile Include="Xml\Data.Designer.cs">\r
74       <AutoGen>True</AutoGen>\r
75       <DesignTime>True</DesignTime>\r
76       <DependentUpon>Data.xsd</DependentUpon>\r
77     </Compile>\r
78     <Compile Include="Xml\Hioki.cs">\r
79       <DependentUpon>Hioki.xsd</DependentUpon>\r
80       <SubType>Component</SubType>\r
81     </Compile>\r
82     <Compile Include="Xml\Hioki.Designer.cs">\r
83       <AutoGen>True</AutoGen>\r
84       <DesignTime>True</DesignTime>\r
85       <DependentUpon>Hioki.xsd</DependentUpon>\r
86     </Compile>\r
87   </ItemGroup>\r
88   <ItemGroup>\r
89     <None Include="app.config" />\r
90     <None Include="Xml\Data.xsc">\r
91       <DependentUpon>Data.xsd</DependentUpon>\r
92     </None>\r
93     <None Include="Xml\Data.xsd">\r
94       <SubType>Designer</SubType>\r
95       <Generator>MSDataSetGenerator</Generator>\r
96       <LastGenOutput>Data.Designer.cs</LastGenOutput>\r
97     </None>\r
98     <None Include="Xml\Data.xss">\r
99       <DependentUpon>Data.xsd</DependentUpon>\r
100     </None>\r
101     <None Include="Xml\Hioki.xsc">\r
102       <DependentUpon>Hioki.xsd</DependentUpon>\r
103     </None>\r
104     <None Include="Xml\Hioki.xsd">\r
105       <SubType>Designer</SubType>\r
106       <Generator>MSDataSetGenerator</Generator>\r
107       <LastGenOutput>Hioki.Designer.cs</LastGenOutput>\r
108     </None>\r
109     <None Include="Xml\Hioki.xss">\r
110       <DependentUpon>Hioki.xsd</DependentUpon>\r
111     </None>\r
112   </ItemGroup>\r
113   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
114   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
115        Other similar extension points exist, see Microsoft.Common.targets.\r
116   <Target Name="BeforeBuild">\r
117   </Target>\r
118   <Target Name="AfterBuild">\r
119   </Target>\r
120   -->\r
121   <PropertyGroup>\r
122     <PostBuildEvent>\r
123     </PostBuildEvent>\r
124   </PropertyGroup>\r
125 </Project>