<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<ProjectGuid>{C649A559-B934-482B-89C3-4F19FDFC5D62}</ProjectGuid> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
<OutputType>Exe</OutputType> | |
<RootNamespace>CSharp</RootNamespace> | |
<AssemblyName>WookieService</AssemblyName> | |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
<AppDesignerFolder>Properties</AppDesignerFolder> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> | |
<PlatformTarget>x86</PlatformTarget> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | |
<OutputPath>bin\Debug\</OutputPath> | |
<DebugSymbols>True</DebugSymbols> | |
<DebugType>Full</DebugType> | |
<Optimize>False</Optimize> | |
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> | |
<DefineConstants>DEBUG;TRACE</DefineConstants> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |
<OutputPath>bin\Release\</OutputPath> | |
<DebugSymbols>False</DebugSymbols> | |
<DebugType>None</DebugType> | |
<Optimize>True</Optimize> | |
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | |
<DefineConstants>TRACE</DefineConstants> | |
</PropertyGroup> | |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Core"> | |
<RequiredTargetFramework>3.5</RequiredTargetFramework> | |
</Reference> | |
<Reference Include="System.Data" /> | |
<Reference Include="System.Data.DataSetExtensions"> | |
<RequiredTargetFramework>3.5</RequiredTargetFramework> | |
</Reference> | |
<Reference Include="System.Xml" /> | |
<Reference Include="System.Xml.Linq"> | |
<RequiredTargetFramework>3.5</RequiredTargetFramework> | |
</Reference> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="Properties\AssemblyInfo.cs" /> | |
<Compile Include="TestWookieService.cs" /> | |
<Compile Include="Wookie\Widget.cs" /> | |
<Compile Include="Wookie\WidgetInstance.cs" /> | |
<Compile Include="Wookie\WookieConnectorService.cs" /> | |
<Compile Include="Wookie\WookieServerConnection.cs" /> | |
<None Include="WookieService.csproj" /> | |
<None Include="WookieService.csproj.user" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Folder Include="Wookie" /> | |
</ItemGroup> | |
</Project> |