116 lines
4.6 KiB
XML
116 lines
4.6 KiB
XML
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProductVersion>9.0.21022</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{6EFF2482-4501-413F-B785-3FAC735DE7D2}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>dnSeeds</RootNamespace>
|
|||
|
<AssemblyName>dnSeeds</AssemblyName>
|
|||
|
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
|
|||
|
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
|
|||
|
<OSVersion>5.0</OSVersion>
|
|||
|
<DeployDirSuffix>dnSeeds</DeployDirSuffix>
|
|||
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|||
|
<NativePlatformName>Windows CE</NativePlatformName>
|
|||
|
<FormFactorID>
|
|||
|
</FormFactorID>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
|
|||
|
<NoStdLib>true</NoStdLib>
|
|||
|
<NoConfig>true</NoConfig>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
|
|||
|
<NoStdLib>true</NoStdLib>
|
|||
|
<NoConfig>true</NoConfig>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="mscorlib" />
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Form1.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Form1.Designer.cs">
|
|||
|
<DependentUpon>Form1.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="NewSeeds.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="NewSeeds.Designer.cs">
|
|||
|
<DependentUpon>NewSeeds.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<EmbeddedResource Include="Form1.resx">
|
|||
|
<DependentUpon>Form1.cs</DependentUpon>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="NewSeeds.resx">
|
|||
|
<DependentUpon>NewSeeds.cs</DependentUpon>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="ScanInput.resx">
|
|||
|
<DependentUpon>ScanInput.cs</DependentUpon>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="ScanInput.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="ScanInput.Designer.cs">
|
|||
|
<DependentUpon>ScanInput.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
|||
|
<ProjectExtensions>
|
|||
|
<VisualStudio>
|
|||
|
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
|
|||
|
<HostingProcess disable="1" />
|
|||
|
</FlavorProperties>
|
|||
|
</VisualStudio>
|
|||
|
</ProjectExtensions>
|
|||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|||
|
<Target Name="BeforeBuild">
|
|||
|
</Target>
|
|||
|
<Target Name="AfterBuild">
|
|||
|
</Target>
|
|||
|
-->
|
|||
|
</Project>
|