diff options
| author | lempamo <[email protected]> | 2017-10-29 16:31:52 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 16:31:52 -0400 |
| commit | 8c8cb5926d474860383e1cd60e79599f99670f71 (patch) | |
| tree | 6375cfcd3b698d50f39ae3dd28b39a0375ec9c9b /Histacom2/Histacom2.csproj | |
| parent | e0795056d0edf0d3e9de727659beea2c2ef655f8 (diff) | |
| download | histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.tar.gz histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.tar.bz2 histacom2-8c8cb5926d474860383e1cd60e79599f99670f71.zip | |
made time distorter design and added xp buttons
Diffstat (limited to 'Histacom2/Histacom2.csproj')
| -rw-r--r-- | Histacom2/Histacom2.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 0ac031e..8ede65e 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -107,6 +107,10 @@ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> + <Reference Include="PinkieControls, Version=1.0.1362.15156, Culture=neutral"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\PinkieControls.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -600,6 +604,9 @@ <EmbeddedResource Include="OS\WinXPBad\WinClassicIE6Bad.resx"> <DependentUpon>WinClassicIE6Bad.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\WinXPBad\WinClassicTimeDistorter3Bad.resx"> + <DependentUpon>WinClassicTimeDistorter3Bad.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\WinXPBad\WinXPBad.resx"> <DependentUpon>WinXPBad.cs</DependentUpon> <SubType>Designer</SubType> @@ -964,6 +971,9 @@ <ItemGroup> <Folder Include="OS\WinXP\" /> </ItemGroup> + <ItemGroup> + <WCFMetadata Include="Service References\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |
