|
@@ -1,7 +1,7 @@
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
|
<PropertyGroup>
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
- <ProductVersion>8.0.50727</ProductVersion>
|
|
|
+ <ProductVersion>9.0.30729</ProductVersion>
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
<ProjectGuid>{6E89897A-ECB1-460E-976E-A14179524F81}</ProjectGuid>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
@@ -11,7 +11,8 @@
|
|
|
<AssemblyKeyContainerName>
|
|
|
</AssemblyKeyContainerName>
|
|
|
<AssemblyName>QUT.PERWAPI</AssemblyName>
|
|
|
- <AssemblyOriginatorKeyFile>QUTgpTools.pfx</AssemblyOriginatorKeyFile>
|
|
|
+ <AssemblyOriginatorKeyFile>
|
|
|
+ </AssemblyOriginatorKeyFile>
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
@@ -25,7 +26,7 @@
|
|
|
</FileUpgradeFlags>
|
|
|
<UpgradeBackupLocation>
|
|
|
</UpgradeBackupLocation>
|
|
|
- <SignAssembly>true</SignAssembly>
|
|
|
+ <SignAssembly>false</SignAssembly>
|
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
@@ -132,14 +133,11 @@
|
|
|
<EmbeddedResource Include="Blank.pdb" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <ProjectReference Include="..\..\CVS-symbolRW\SymbolRW.csproj">
|
|
|
+ <ProjectReference Include="..\SymbolRW\SymbolRW.csproj">
|
|
|
<Project>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</Project>
|
|
|
<Name>SymbolRW</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="QUTgpTools.pfx" />
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PreBuildEvent>
|