You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
4.2 KiB

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5503038E-4D69-4703-9F79-90C8D9061A70}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HelloTeamcenter</RootNamespace>
<AssemblyName>HelloTeamcenter</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="TcSoaClient, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaClient.dll</HintPath>
</Reference>
<Reference Include="TcSoaCommon, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaCommon.dll</HintPath>
</Reference>
<Reference Include="TcSoaCoreStrong, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaCoreStrong.dll</HintPath>
</Reference>
<Reference Include="TcSoaCoreTypes, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaCoreTypes.dll</HintPath>
</Reference>
<Reference Include="TcSoaQueryStrong, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaQueryStrong.dll</HintPath>
</Reference>
<Reference Include="TcSoaQueryTypes, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaQueryTypes.dll</HintPath>
</Reference>
<Reference Include="TcSoaStrongModel, Version=2007.1.0.425, Culture=neutral, PublicKeyToken=0edd5b5ddd601444, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\libs\TcSoaStrongModel.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="clientx\AppXCredentialManager.cs" />
<Compile Include="clientx\AppXDeletedObjectListener.cs" />
<Compile Include="clientx\AppXExceptionHandler.cs" />
<Compile Include="clientx\AppXPartialErrorListener.cs" />
<Compile Include="clientx\AppXRequestListener.cs" />
<Compile Include="clientx\AppXUpdateObjectListener.cs" />
<Compile Include="clientx\Session.cs" />
<Compile Include="hello\DataManagement.cs" />
<Compile Include="hello\Hello.cs" />
<Compile Include="hello\HomeFolder.cs" />
<Compile Include="hello\Query.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>