Server/SharpDisplayManager.csproj
changeset 250 b2121d03f6f0
parent 249 cadc4e4302c6
child 251 f60cfcb98c9a
     1.1 --- a/Server/SharpDisplayManager.csproj	Sun Aug 21 16:35:20 2016 +0200
     1.2 +++ b/Server/SharpDisplayManager.csproj	Sun Aug 21 18:35:58 2016 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4      <WebPage>index.htm</WebPage>
     1.5      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     1.6      <ApplicationRevision>0</ApplicationRevision>
     1.7 -    <ApplicationVersion>0.11.0.0</ApplicationVersion>
     1.8 +    <ApplicationVersion>0.12.0.0</ApplicationVersion>
     1.9      <UseApplicationTrust>false</UseApplicationTrust>
    1.10      <CreateDesktopShortcut>true</CreateDesktopShortcut>
    1.11      <PublishWizardCompleted>true</PublishWizardCompleted>
    1.12 @@ -193,6 +193,12 @@
    1.13        <DependentUpon>FormMain.cs</DependentUpon>
    1.14      </Compile>
    1.15      <Compile Include="FormMain.Hid.cs" />
    1.16 +    <Compile Include="FormSelectHarmonyCommand.cs">
    1.17 +      <SubType>Form</SubType>
    1.18 +    </Compile>
    1.19 +    <Compile Include="FormSelectHarmonyCommand.Designer.cs">
    1.20 +      <DependentUpon>FormSelectHarmonyCommand.cs</DependentUpon>
    1.21 +    </Compile>
    1.22      <Compile Include="FxControl.cs">
    1.23        <SubType>UserControl</SubType>
    1.24      </Compile>
    1.25 @@ -227,6 +233,9 @@
    1.26      <EmbeddedResource Include="FormMain.resx">
    1.27        <DependentUpon>FormMain.cs</DependentUpon>
    1.28      </EmbeddedResource>
    1.29 +    <EmbeddedResource Include="FormSelectHarmonyCommand.resx">
    1.30 +      <DependentUpon>FormSelectHarmonyCommand.cs</DependentUpon>
    1.31 +    </EmbeddedResource>
    1.32      <EmbeddedResource Include="FxControl.resx">
    1.33        <DependentUpon>FxControl.cs</DependentUpon>
    1.34      </EmbeddedResource>
    1.35 @@ -288,9 +297,9 @@
    1.36      </ProjectReference>
    1.37    </ItemGroup>
    1.38    <ItemGroup>
    1.39 -    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
    1.40 +    <BootstrapperPackage Include=".NETFramework,Version=v4.6">
    1.41        <Visible>False</Visible>
    1.42 -      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
    1.43 +      <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
    1.44        <Install>true</Install>
    1.45      </BootstrapperPackage>
    1.46      <BootstrapperPackage Include="Microsoft.Net.Client.3.5">