<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>{5581BD41-EB1E-4D62-B792-E58AB538CFE0}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SkunkVision_CSharp</RootNamespace> <AssemblyName>SkunkVision_CSharp</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;VVS_REFERENCED</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\Release\</OutputPath> <DefineConstants>TRACE;VVS_REFERENCED</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="Decal.Adapter, Version=2.9.6.0, Culture=neutral, PublicKeyToken=bd1c8ce002ce221e, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\plugins\2960\Decal.Adapter.dll</HintPath> </Reference> <Reference Include="Decal.Interop.Net, Version=2.9.6.0, Culture=neutral, PublicKeyToken=481f17d392f1fb65, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\..\..\Program Files\Decal 3.0\.NET 2.0 PIA\Decal.Interop.Net.DLL</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="VirindiViewService, Version=1.0.0.42, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\..\..\..\games\VirindiPlugins\VirindiViewService\VirindiViewService.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="..\..\..\ViewServiceConnector\AddonControls\MyDialog_Base.cs"> <Link>SharedCode\MyDialog_Base.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\AddonControls\MyDialog_ColorQuery.cs"> <Link>SharedCode\MyDialog_ColorQuery.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\AddonControls\MyDialog_MessageBox.cs"> <Link>SharedCode\MyDialog_MessageBox.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\AddonControls\MyDialog_StringQuery.cs"> <Link>SharedCode\MyDialog_StringQuery.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\ViewSystemSelector.cs"> <Link>SharedCode\ViewSystemSelector.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\Wrapper.cs"> <Link>SharedCode\Wrapper.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\Wrapper_Decal.cs"> <Link>SharedCode\Wrapper_Decal.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\Wrapper_MyHuds.cs"> <Link>SharedCode\Wrapper_MyHuds.cs</Link> </Compile> <Compile Include="..\..\..\ViewServiceConnector\Wrapper_WireupHelper.cs"> <Link>SharedCode\Wrapper_WireupHelper.cs</Link> </Compile> <Compile Include="MainView.cs" /> <Compile Include="Plugin.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="RenderHookWrapper.cs" /> </ItemGroup> <ItemGroup> <COMReference Include="RenderHookLib"> <Guid>{7C0C5FE2-98CC-470C-9B43-A41F6C08551D}</Guid> <VersionMajor>1</VersionMajor> <VersionMinor>0</VersionMinor> <Lcid>0</Lcid> <WrapperTool>tlbimp</WrapperTool> <Isolated>False</Isolated> </COMReference> </ItemGroup> <ItemGroup> <EmbeddedResource Include="MainView.xml" /> </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>