Skip to content

Commit

Permalink
Sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnakamot committed Aug 19, 2022
1 parent 2d2c16e commit 1a73d77
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion QSBLinearEncoderReader/QSBLinearEncoderReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
<TargetCulture>en-US</TargetCulture>
<ProductName>QSB Linear Encoder Reader</ProductName>
<PublisherName>TMT International Observatory</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<WebPage>publish.htm</WebPage>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -54,6 +57,21 @@
<PropertyGroup>
<ApplicationIcon>TMT_icon_48x48.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>255D2EA1C6B2DDA4ED40C7F968C1A684811681DB</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>QSBLinearEncoderReader_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -103,6 +121,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="QSBLinearEncoderReader_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down

0 comments on commit 1a73d77

Please sign in to comment.