Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekUnderwater authored Nov 20, 2017
1 parent 67ea07e commit e28d254
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion UCNLUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>ucnlkey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -92,7 +98,9 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="ucnlkey.pfx" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Controls\LatitudeEditor.resx">
<DependentUpon>LatitudeEditor.cs</DependentUpon>
Expand Down

0 comments on commit e28d254

Please sign in to comment.