| <RootNamespace>otpnettest</RootNamespace>␍␊ |
| <AssemblyName>otpnettest</AssemblyName>␍␊ |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>␍␊ |
| <TargetFrameworkProfile>Client</TargetFrameworkProfile>␍␊ |
| <TargetFrameworkProfile>␍␊ |
| </TargetFrameworkProfile>␍␊ |
| <FileAlignment>512</FileAlignment>␍␊ |
| </PropertyGroup>␍␊ |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">␍␊ |
|
| <Compile Include="Program.cs" />␍␊ |
| <Compile Include="Properties\AssemblyInfo.cs" />␍␊ |
| </ItemGroup>␍␊ |
| <ItemGroup>␍␊ |
| <None Include="app.config" />␍␊ |
| </ItemGroup>␍␊ |
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />␍␊ |
| <!-- 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.␍␊ |