-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
23 changed files
with
1,126 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("0.1.12.0")] | ||
[assembly: AssemblyVersion("0.2.0.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{DB4B41D3-0694-492E-BE2C-2A711F629B4E}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>HullCamera</RootNamespace> | ||
<AssemblyName>HullCamera</AssemblyName> | ||
<FileAlignment>512</FileAlignment> | ||
<Description>HullCamera</Description> | ||
<ReleaseVersion>0.2.9.5</ReleaseVersion> | ||
<SynchReleaseVersion>false</SynchReleaseVersion> | ||
<SignAssembly>true</SignAssembly> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<PropertyGroup> | ||
<PostBuildEvent> | ||
start /D D:\Users\jbb\github\HullcamVDSContinued /WAIT deploy.bat $(TargetDir) $(TargetFileName) | ||
|
||
if $(ConfigurationName) == Release ( | ||
start /D D:\Users\jbb\github\HullcamVDSContinued /WAIT buildRelease.bat $(TargetDir) $(TargetFileName) | ||
) | ||
</PostBuildEvent> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PreBuildEvent> | ||
set textTemplatingPath="%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Community\Common7\IDE \texttransform.exe" | ||
|
||
|
||
|
||
|
||
|
||
%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent> | ||
</PropertyGroup> | ||
<!-- 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. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
<ItemGroup> | ||
<Compile Include="AssemblyVersion.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>AssemblyVersion.tt</DependentUpon> | ||
</Compile> | ||
<Compile Include="MuMechModuleHullCamera.cs" /> | ||
<Compile Include="HullCameraZoom.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="FirstPersonEVA.cs" /> | ||
<Compile Include="CameraFilters\CameraFilter.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteFilm.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteHiResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteLoResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorFilm.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorHiResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorLoResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterNightVision.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterNormal.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterThermal.cs" /> | ||
<Compile Include="MovieTimeFilter.cs" /> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="RandomJitter.cs" /> | ||
<Compile Include="VHoldRoller.cs" /> | ||
<Compile Include="MovieTime.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterDockingCam.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Resources\MovieTime.shader" /> | ||
<None Include="Resources\NightVision.shader" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="AssemblyVersion.tt"> | ||
<Generator>TextTemplatingFileGenerator</Generator> | ||
<LastGenOutput>AssemblyVersion.cs</LastGenOutput> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath> | ||
</Reference> | ||
<Reference Include="KSPAssets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\KSPAssets.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{DB4B41D3-0694-492E-BE2C-2A711F629B4E}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>HullCamera</RootNamespace> | ||
<AssemblyName>HullCamera</AssemblyName> | ||
<FileAlignment>512</FileAlignment> | ||
<Description>HullCamera</Description> | ||
<ReleaseVersion>0.2.9.5</ReleaseVersion> | ||
<SynchReleaseVersion>false</SynchReleaseVersion> | ||
<SignAssembly>true</SignAssembly> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<PropertyGroup> | ||
<PostBuildEvent> | ||
start /D D:\Users\jbb\github\HullcamVDSContinued /WAIT deploy.bat $(TargetDir) $(TargetFileName) | ||
|
||
if $(ConfigurationName) == Release ( | ||
start /D D:\Users\jbb\github\HullcamVDSContinued /WAIT buildRelease.bat $(TargetDir) $(TargetFileName) | ||
) | ||
</PostBuildEvent> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PreBuildEvent> | ||
set textTemplatingPath="%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Community\Common7\IDE \texttransform.exe" | ||
|
||
|
||
|
||
|
||
|
||
%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"</PreBuildEvent> | ||
</PropertyGroup> | ||
<!-- 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. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
<ItemGroup> | ||
<Compile Include="AssemblyVersion.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>AssemblyVersion.tt</DependentUpon> | ||
</Compile> | ||
<Compile Include="MuMechModuleHullCamera.cs" /> | ||
<Compile Include="HullCameraZoom.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="FirstPersonEVA.cs" /> | ||
<Compile Include="CameraFilters\CameraFilter.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteFilm.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteHiResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterBlackAndWhiteLoResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorFilm.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorHiResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterColorLoResTV.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterNightVision.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterNormal.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterThermal.cs" /> | ||
<Compile Include="MovieTimeFilter.cs" /> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="RandomJitter.cs" /> | ||
<Compile Include="VHoldRoller.cs" /> | ||
<Compile Include="MovieTime.cs" /> | ||
<Compile Include="CameraFilters\CameraFilterDockingCam.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Resources\MovieTime.shader" /> | ||
<None Include="Resources\NightVision.shader" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="AssemblyVersion.tt"> | ||
<Generator>TextTemplatingFileGenerator</Generator> | ||
<LastGenOutput>AssemblyVersion.cs</LastGenOutput> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath> | ||
</Reference> | ||
<Reference Include="KSPAssets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\KSPAssets.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath> | ||
</Reference> | ||
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>R:\KSP_1.7.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.