Skip to content

Commit 4ef032b

Browse files
committed
Updated the project files. Removed release files.
1 parent 9d8d32e commit 4ef032b

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed
-639 KB
Binary file not shown.
-92.4 KB
Binary file not shown.
-266 KB
Binary file not shown.

TNMStagingCSharp/TNMStagingCSharp/TNMStagingCSharp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<ErrorReport>prompt</ErrorReport>
5454
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5555
</PropertyGroup>
56+
<PropertyGroup>
57+
<SignAssembly>false</SignAssembly>
58+
</PropertyGroup>
5659
<ItemGroup>
5760
<Reference Include="Newtonsoft.Json">
5861
<HintPath>..\packages\Newtonsoft.Json.dll</HintPath>

TNMStagingCSharp/TNMStaging_TestApp/TNMStaging_TestApp.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
1530
</PropertyGroup>
1631
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1732
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -77,6 +92,18 @@
7792
<Name>TNMStaging_UnitTestApp</Name>
7893
</ProjectReference>
7994
</ItemGroup>
95+
<ItemGroup>
96+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
97+
<Visible>False</Visible>
98+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
99+
<Install>true</Install>
100+
</BootstrapperPackage>
101+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
102+
<Visible>False</Visible>
103+
<ProductName>.NET Framework 3.5 SP1</ProductName>
104+
<Install>false</Install>
105+
</BootstrapperPackage>
106+
</ItemGroup>
80107
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81108
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82109
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)