Skip to content

Commit bd8bdcc

Browse files
committed
11
1 parent dc27fd0 commit bd8bdcc

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

EduToolkit/EduToolkit.csproj

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
1414
<TargetFrameworkProfile />
15+
<IsWebBootstrapper>false</IsWebBootstrapper>
16+
<PublishUrl>C:\Users\IDO\Documents\GitHub\EduToolkit\Publish\</PublishUrl>
17+
<Install>true</Install>
18+
<InstallFrom>Disk</InstallFrom>
19+
<UpdateEnabled>false</UpdateEnabled>
20+
<UpdateMode>Foreground</UpdateMode>
21+
<UpdateInterval>7</UpdateInterval>
22+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
23+
<UpdatePeriodically>false</UpdatePeriodically>
24+
<UpdateRequired>false</UpdateRequired>
25+
<MapFileExtensions>true</MapFileExtensions>
26+
<ApplicationRevision>0</ApplicationRevision>
27+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<PublishWizardCompleted>true</PublishWizardCompleted>
30+
<BootstrapperEnabled>true</BootstrapperEnabled>
1531
</PropertyGroup>
1632
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1733
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -32,6 +48,18 @@
3248
<ErrorReport>prompt</ErrorReport>
3349
<WarningLevel>4</WarningLevel>
3450
</PropertyGroup>
51+
<PropertyGroup>
52+
<ManifestCertificateThumbprint>64491F26C86FF2934D03BC38B0E498ADB699A33B</ManifestCertificateThumbprint>
53+
</PropertyGroup>
54+
<PropertyGroup>
55+
<ManifestKeyFile>EduToolkit_TemporaryKey.pfx</ManifestKeyFile>
56+
</PropertyGroup>
57+
<PropertyGroup>
58+
<GenerateManifests>true</GenerateManifests>
59+
</PropertyGroup>
60+
<PropertyGroup>
61+
<SignManifests>true</SignManifests>
62+
</PropertyGroup>
3563
<ItemGroup>
3664
<Reference Include="System" />
3765
<Reference Include="System.Core" />
@@ -68,6 +96,7 @@
6896
<EmbeddedResource Include="ToolkitSelector.resx">
6997
<DependentUpon>ToolkitSelector.cs</DependentUpon>
7098
</EmbeddedResource>
99+
<None Include="EduToolkit_TemporaryKey.pfx" />
71100
<None Include="Properties\Settings.settings">
72101
<Generator>SettingsSingleFileGenerator</Generator>
73102
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -95,5 +124,18 @@
95124
<Name>JsonViewer</Name>
96125
</ProjectReference>
97126
</ItemGroup>
127+
<ItemGroup>
128+
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
129+
<Visible>False</Visible>
130+
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
131+
<Install>true</Install>
132+
</BootstrapperPackage>
133+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
134+
<Visible>False</Visible>
135+
<ProductName>.NET Framework 3.5 SP1</ProductName>
136+
<Install>false</Install>
137+
</BootstrapperPackage>
138+
</ItemGroup>
139+
<ItemGroup />
98140
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99141
</Project>

EduToolkit/EduToolkit.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ VisualStudioVersion = 16.0.30309.148
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EduToolkit", "EduToolkit.csproj", "{992CF0A8-9499-47F8-AB21-8729B2A91DCC}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convertor", "..\..\Convertor\Convertor\Convertor.csproj", "{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlipDirPics", "..\..\FlipDirPics\FlipThisPic\FlipDirPics.csproj", "{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonViewer", "..\..\JsonViewer\JsonViewer\JsonViewer.csproj", "{2AB40003-CABD-4364-8690-3FE61B381A4C}"
13+
EndProject
814
Global
915
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1016
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +21,18 @@ Global
1521
{992CF0A8-9499-47F8-AB21-8729B2A91DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
1622
{992CF0A8-9499-47F8-AB21-8729B2A91DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
1723
{992CF0A8-9499-47F8-AB21-8729B2A91DCC}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{1E2F57C7-5AFB-4705-B814-3082A45FDEDE}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{B5220ABF-9278-4EE7-B675-28E5F48CBEC1}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{2AB40003-CABD-4364-8690-3FE61B381A4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{2AB40003-CABD-4364-8690-3FE61B381A4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{2AB40003-CABD-4364-8690-3FE61B381A4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{2AB40003-CABD-4364-8690-3FE61B381A4C}.Release|Any CPU.Build.0 = Release|Any CPU
1836
EndGlobalSection
1937
GlobalSection(SolutionProperties) = preSolution
2038
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)